Skip to content
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 12 commits into from
Feb 15, 2024
Merged

Upgrade k8s version to 0.29.x #2532

merged 12 commits into from
Feb 15, 2024

Conversation

mabhi
Copy link
Contributor

@mabhi mabhi commented Dec 13, 2023

Change Overview

Upgrades various k8s-related dependencies

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • πŸ› Bugfix
  • 🌻 Feature
  • πŸ—ΊοΈ Documentation
  • πŸ€– Test

Issues

  • fixes #issue-number

Test Plan

  • πŸ’ͺ Manual
  • ⚑ CI
  • πŸ’š E2E

@infraq infraq added this to In Progress in Kanister Dec 13, 2023
@mabhi mabhi force-pushed the update-k8s-dependencies-0-28-x branch from 8b44b24 to fde8d9f Compare December 19, 2023 08:14
@mabhi mabhi changed the title Updated the dependencies Upgrade k8s version to 0.28.0 Dec 19, 2023
@mabhi mabhi force-pushed the update-k8s-dependencies-0-28-x branch from 2746b72 to 28c0b8a Compare December 20, 2023 07:51
cmd/reposervercontroller/main.go Outdated Show resolved Hide resolved
pkg/customresource/customresource.go Outdated Show resolved Hide resolved
pkg/customresource/customresource.go Outdated Show resolved Hide resolved
@mabhi mabhi force-pushed the update-k8s-dependencies-0-28-x branch from c2cd70d to 3b675f0 Compare December 26, 2023 13:25
@mabhi mabhi force-pushed the update-k8s-dependencies-0-28-x branch 2 times, most recently from a4032ed to f463367 Compare January 3, 2024 07:22
@mabhi mabhi changed the title Upgrade k8s version to 0.28.0 Upgrade k8s version to 0.29.x Jan 22, 2024
@mabhi mabhi force-pushed the update-k8s-dependencies-0-28-x branch 2 times, most recently from 090931c to d4a084c Compare February 1, 2024 15:11
@mabhi mabhi marked this pull request as ready for review February 1, 2024 15:26
go.mod Outdated Show resolved Hide resolved
pkg/blockstorage/vmware/vmware.go Show resolved Hide resolved
pkg/blockstorage/vmware/vmware.go Outdated Show resolved Hide resolved
pkg/customresource/customresource.go Outdated Show resolved Hide resolved
pkg/customresource/customresource.go Outdated Show resolved Hide resolved
pkg/customresource/customresource.go Outdated Show resolved Hide resolved
Copy link
Contributor

@PrasadG193 PrasadG193 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

pkg/customresource/customresource.go Outdated Show resolved Hide resolved
Kanister automation moved this from In Progress to Reviewer approved Feb 12, 2024
@mabhi mabhi force-pushed the update-k8s-dependencies-0-28-x branch from 7d5fcd1 to 7efa26f Compare February 13, 2024 02:57
@@ -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},
Copy link
Contributor

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 mabhi force-pushed the update-k8s-dependencies-0-28-x branch from 7efa26f to 5e2e57f Compare February 13, 2024 11:22
Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
…corev1.VolumeResourceRequirements

Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
@mabhi mabhi force-pushed the update-k8s-dependencies-0-28-x branch from 5e2e57f to 3501d84 Compare February 13, 2024 18:07
@mergify mergify bot merged commit 54196cb into master Feb 15, 2024
14 checks passed
Kanister automation moved this from Reviewer approved to Done Feb 15, 2024
@mergify mergify bot deleted the update-k8s-dependencies-0-28-x branch February 15, 2024 12:09
pavannd1 added a commit that referenced this pull request Feb 19, 2024
mergify bot pushed a commit that referenced this pull request Feb 19, 2024
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 <abhijit.mukherjee@infracloud.io>

* Updated validation webhook for blueprints

Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>

* Rearrange imports

Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>

* Revert webhook handler methods with nil pointer fix

Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>

* Take logger out in utils, as used in multiple places

Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>

* Addressed review comments

Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>

* 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 <abhijit.mukherjee@infracloud.io>

* Addressed review comments w.r.t controller-runtime setlogger and [nits]

Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>

* Tidying go.mod

Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>

---------

Signed-off-by: Abhijit Mukherjee <abhijit.mukherjee@infracloud.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

5 participants