-
Notifications
You must be signed in to change notification settings - Fork 6
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
Cherry-pick v1.4.3 changes into operator main branch #515
Conversation
* fix standalone AM status * add debug logs * Revert "add debug logs" This reverts commit 0ecb8ba. * add debug logs back This reverts commit e7eaa71. * try requeue when csm.state is failed * fix panic error * move sync error def * add UpdateStatus call to reconcile * remove extra debug logs --------- Co-authored-by: JacobGros <jacobgrosner4@gmail.com>
* add custom region support * add file for unit test * remove minio hardcode from vsl * fix unit tests for 1.9.3 * clean up import
* add AM v1.0.2 * update version for testing
* final manifest update * indentation fix
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 👍
501aa9c
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👍
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.
Re-adding my approval
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.
Re-adding my approval (again 😄 )
cd4f8e4
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.
Re-adding my approval (for a third time 😃 )
* Fix intermittent app-mobility status error (#504) * fix standalone AM status * add debug logs * Revert "add debug logs" This reverts commit 0ecb8ba. * add debug logs back This reverts commit e7eaa71. * try requeue when csm.state is failed * fix panic error * move sync error def * add UpdateStatus call to reconcile * remove extra debug logs --------- Co-authored-by: JacobGros <jacobgrosner4@gmail.com> * Remove "minio" as the region for the Velero resources (#505) * add custom region support * add file for unit test * remove minio hardcode from vsl * fix unit tests for 1.9.3 * clean up import * Add AM 1.0.2 support (#509) * add AM v1.0.2 * update version for testing * Update version-values.yaml (#511) * Final manifest update (#514) * final manifest update * indentation fix * remove unneeded certificate files * fix golangci-lint issues * update version for unit tests * Update version-values.yaml --------- Co-authored-by: JacobGros <jacobgrosner4@gmail.com> Co-authored-by: panigs7 <92028646+panigs7@users.noreply.github.com>
Description
Cherry-picking csm-operator v1.4.3 changes into main for v1.5.0 release. Also deleting unnecessary certificate sample files for observability (this was done in v1.4.3, but as part of a commit making v1.4.3 version updates, so it could not be cherry-picked over).
GitHub Issues
Checklist:
How Has This Been Tested?
I am going to run csm-operator e2e tests on this branch on Monday, please review PR but do not merge -- I will merge once tests pass. Unit tests pass with no degradation of coverage.