-
Notifications
You must be signed in to change notification settings - Fork 157
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
Upgrade k8s version to 0.29.x #2532
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mabhi
force-pushed
the
update-k8s-dependencies-0-28-x
branch
from
December 19, 2023 08:14
8b44b24
to
fde8d9f
Compare
mabhi
force-pushed
the
update-k8s-dependencies-0-28-x
branch
from
December 20, 2023 07:51
2746b72
to
28c0b8a
Compare
pavannd1
reviewed
Dec 22, 2023
pkg/controllers/repositoryserver/repositoryserver_controller_test.go
Outdated
Show resolved
Hide resolved
mabhi
force-pushed
the
update-k8s-dependencies-0-28-x
branch
from
December 26, 2023 13:25
c2cd70d
to
3b675f0
Compare
mabhi
force-pushed
the
update-k8s-dependencies-0-28-x
branch
2 times, most recently
from
January 3, 2024 07:22
a4032ed
to
f463367
Compare
mabhi
force-pushed
the
update-k8s-dependencies-0-28-x
branch
2 times, most recently
from
February 1, 2024 15:11
090931c
to
d4a084c
Compare
kale-amruta
reviewed
Feb 2, 2024
PrasadG193
reviewed
Feb 6, 2024
mabhi
force-pushed
the
update-k8s-dependencies-0-28-x
branch
from
February 7, 2024 13:48
d4a084c
to
a09e4cd
Compare
PrasadG193
reviewed
Feb 12, 2024
PrasadG193
approved these changes
Feb 12, 2024
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
mabhi
force-pushed
the
update-k8s-dependencies-0-28-x
branch
from
February 13, 2024 02:57
7d5fcd1
to
7efa26f
Compare
viveksinghggits
approved these changes
Feb 13, 2024
@@ -79,7 +81,7 @@ func main() { | |||
config := ctrl.GetConfigOrDie() | |||
mgr, err := ctrl.NewManager(config, ctrl.Options{ | |||
Scheme: scheme, | |||
MetricsBindAddress: metricsAddr, | |||
Metrics: server.Options{BindAddress: metricsAddr}, |
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, can you check if the metrices are actually being exposed after this change.
mabhi
force-pushed
the
update-k8s-dependencies-0-28-x
branch
from
February 13, 2024 11:22
7efa26f
to
5e2e57f
Compare
Signed-off-by: Abhijit Mukherjee <[email protected]>
Signed-off-by: Abhijit Mukherjee <[email protected]>
Signed-off-by: Abhijit Mukherjee <[email protected]>
Signed-off-by: Abhijit Mukherjee <[email protected]>
Signed-off-by: Abhijit Mukherjee <[email protected]>
Signed-off-by: Abhijit Mukherjee <[email protected]>
Signed-off-by: Abhijit Mukherjee <[email protected]>
…corev1.VolumeResourceRequirements Signed-off-by: Abhijit Mukherjee <[email protected]>
Signed-off-by: Abhijit Mukherjee <[email protected]>
Signed-off-by: Abhijit Mukherjee <[email protected]>
Signed-off-by: Abhijit Mukherjee <[email protected]>
mabhi
force-pushed
the
update-k8s-dependencies-0-28-x
branch
from
February 13, 2024 18:07
5e2e57f
to
3501d84
Compare
mabhi
added a commit
that referenced
this pull request
Feb 20, 2024
mabhi
added a commit
that referenced
this pull request
Feb 22, 2024
mabhi
added a commit
that referenced
this pull request
Feb 23, 2024
mabhi
added a commit
that referenced
this pull request
Feb 23, 2024
mabhi
added a commit
that referenced
this pull request
Feb 28, 2024
mabhi
added a commit
that referenced
this pull request
Feb 28, 2024
mergify bot
pushed a commit
that referenced
this pull request
Feb 28, 2024
* Revert "Revert "Upgrade k8s version to 0.29.x (#2532)" (#2676)" This reverts commit 5002a06. * Add webhook to controller manager Signed-off-by: Abhijit Mukherjee <[email protected]> * Updated validation webhook for blueprints Signed-off-by: Abhijit Mukherjee <[email protected]> * Rearrange imports Signed-off-by: Abhijit Mukherjee <[email protected]> * Revert webhook handler methods with nil pointer fix Signed-off-by: Abhijit Mukherjee <[email protected]> * Take logger out in utils, as used in multiple places Signed-off-by: Abhijit Mukherjee <[email protected]> * Addressed review comments Signed-off-by: Abhijit Mukherjee <[email protected]> * Revert "Take logger out in utils, as used in multiple places" This reverts commit ad7aeba. * Addressed review comments w.r.t controller-runtime setlogger and [nits] Signed-off-by: Abhijit Mukherjee <[email protected]> * Addressed review comments w.r.t controller-runtime setlogger and [nits] Signed-off-by: Abhijit Mukherjee <[email protected]> * Tidying go.mod Signed-off-by: Abhijit Mukherjee <[email protected]> --------- Signed-off-by: Abhijit Mukherjee <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Overview
Upgrades various k8s-related dependencies
Pull request type
Please check the type of change your PR introduces:
Issues
Test Plan