-
Notifications
You must be signed in to change notification settings - Fork 624
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
Update components to v0.3.0 #474
Conversation
975fa46
to
380ed15
Compare
380ed15
to
f9681c1
Compare
Updates to use metav1.Condition type and removes references for deprecated corev1.Condition* constants and uses the new k8s api/meta helpers in place of the old pkg/apis/meta types. Signed-off-by: Aurel Canciu <[email protected]>
f9681c1
to
2a789ec
Compare
Needs adjustments to support fluxcd/kustomize-controller#180, @stefanprodan I assume you're probably already working on that 🔨. |
@relu yes going to open a PR soon |
Great, I'll rebase once you get it merged |
Supporting changes in fluxcd/kustomize-controller#180 Signed-off-by: Aurel Canciu <[email protected]>
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, thank you @relu 🌻
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.
Awesome! Thanks @relu for driving this 🏅
Updates to use metav1.Condition type and removes references for
deprecated corev1.Condition* constants and uses the new k8s api/meta
helpers in place of the old pkg/apis/meta types.
Depends on
fluxcd/source-controller#195,fluxcd/notification-controller#83,fluxcd/kustomize-controller#174