Skip to content

Conversation

@lsierant
Copy link
Contributor

@lsierant lsierant commented Oct 6, 2025

Summary

Bumped kindest/node to 1.34.0 in order to execute tests against the newest k8s.

Proof of Work

CI green.

Checklist

  • Have you linked a jira ticket and/or is the ticket in the title?
  • Have you checked whether your jira ticket required DOCSP changes?
  • Have you added changelog file?

@lsierant lsierant requested a review from a team as a code owner October 6, 2025 09:44
@lsierant lsierant self-assigned this Oct 6, 2025
@github-actions
Copy link

github-actions bot commented Oct 6, 2025

⚠️ (this preview might not be accurate if the PR is not rebased on current master branch)

MCK 1.5.0 Release Notes

New Features

  • Improve automation agent certificate rotation: the agent now restarts automatically when its certificate is renewed, ensuring smooth operation without manual intervention and allowing seamless certificate updates without requiring manual Pod restarts.

Bug Fixes

  • MongoDBMultiCluster: fix resource stuck in Pending state if any clusterSpecList item has 0 members. After the fix, a value of 0 members is handled correctly, similarly to how it's done in the MongoDB resource.
  • MultiClusterSharded: Blocked removing non-zero member cluster from MongoDB resource. This prevents from scaling down member cluster without current configuration available, which could lead to unexpected issues.

@lsierant lsierant added the skip-changelog Use this label in Pull Request to not require new changelog entry file label Oct 6, 2025
Copy link
Contributor

@fealebenpae fealebenpae left a comment

Choose a reason for hiding this comment

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

I had to manually mirror the kindest/node image with

skopeo copy --all \
  docker://docker.io/kindest/node:v1.34.0 \
  docker://268558157000.dkr.ecr.eu-west-1.amazonaws.com/docker-hub-mirrors/kindest/node:v1.34.0

reg_name='kind-registry'
reg_port='5000'
kind_image="${registry}/kindest/node:v1.33.2@sha256:c55080dc5be4f2cc242e6966fdf97bb62282e1cd818a28223cf536db8b0fddf4"
kind_image="${registry}/kindest/node:v1.34.0@sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a"
Copy link
Contributor

Choose a reason for hiding this comment

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

q: Let's also bump client-go to 0.32.x?

@MaciejKaras
Copy link
Collaborator

It's already merged in #512

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Use this label in Pull Request to not require new changelog entry file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants