-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat: Upgrade to crossplane-runtime v1.14.4
#119
feat: Upgrade to crossplane-runtime v1.14.4
#119
Conversation
b4e52e1
to
ae5d898
Compare
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.
Thanks @MisterMX! Looks good to me, but before merging please run s/aws/gitlab/
5acc514
to
a19c46c
Compare
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.
Some of aws
still present :)
apis/v1alpha1/doc.go
Outdated
|
||
// Package v1alpha1 contains core AWS resources. | ||
// +kubebuilder:object:generate=true | ||
// +groupName=aws.crossplane.io |
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.
These should be gitlab and a couple others too
795f7c1
to
77ed6c1
Compare
Add support for store configs. Add support for management policies. Bump golanci-lint to v1.54.0 Signed-off-by: Maximilian Blatt <[email protected]>
77ed6c1
to
f065d04
Compare
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, thanks @MisterMX!
cluster/local/integration_tests.sh
Outdated
"${HELM3}" repo add crossplane-stable https://charts.crossplane.io/stable/ --force-update | ||
chart_version="$("${HELM3}" search repo crossplane-stable/crossplane | awk 'FNR == 2 {print $2}')" | ||
"${HELM3}" repo add crossplane-stable https://charts.crossplane.io/stable/ | ||
chart_version="1.14.5" |
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.
I'm not a huge fan of hard coding the version. Why is it necessary?
…ne-runtime-v1.14 feat: Upgrade to crossplane-runtime `v1.14.4`
Description of your changes
Add support for store configs.
Add support for management policies.
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
n.a. since no changes in the controller logic have been made. Only Setup has been adjusted.