-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump imps to 0.3.12 #65
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Created some issues to followup in the future
@@ -26,7 +26,7 @@ MAIN_PACKAGE ?= ./cmd/controller/ | |||
|
|||
COMMIT_HASH ?= $(shell git rev-parse --short HEAD 2>/dev/null) | |||
BUILD_DATE ?= $(shell date +%FT%T%z) | |||
VERSION ?= 0.3.11 | |||
VERSION ?= 0.3.12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should really come from the git tag IMO.
Created #66 to fix that, so this is not a blocker.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah this needs to be fixed, thanks for creating the issue. We can come back to fix this later.
go.mod
Outdated
@@ -10,7 +10,7 @@ require ( | |||
github.com/aws/aws-sdk-go-v2/credentials v1.10.0 | |||
github.com/aws/aws-sdk-go-v2/service/ecr v1.1.1 | |||
github.com/aws/aws-sdk-go-v2/service/sts v1.16.0 | |||
github.com/banzaicloud/imps/api v0.3.11 | |||
github.com/banzaicloud/imps/api v0.3.12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the replace in place, this doesn't need updating either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah let me fix this in this PR to v0.0.1
, would it be okay?
BTW @nishantapatil3 it might make sense to merge all those dependabot PRs and tag 0.4.0. Patch releases should really be reserved for ...well, patches. |
Cool. I'll create an issue for resolving all the dependabot PRs. and followup tag for 0.4.0 release #67 |
02d3e7e
to
8cebd2e
Compare
What's in this PR?
Bump helm chart and api version to
0.3.12
Why?
Includes fixes for imps and imps-refresher for RedHat certification
Checklist