Skip to content

chore(deps): update all minor dependencies#2650

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor
Open

chore(deps): update all minor dependencies#2650
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 1, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change Pending
cert-manager (source) minor v1.17.0v1.20.0 v1.20.1
fluent-bit (source) minor 0.48.50.56.0
kube-state-metrics (source) minor 6.3.06.4.2
metrics-server minor 3.12.23.13.0
secrets-store-csi-driver minor 1.4.11.5.6
signoz (source) minor 0.110.00.116.2 0.117.1 (+1)
velero (source) minor 11.1.111.4.0

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

Release Notes

cert-manager/cert-manager (cert-manager)

v1.20.0

Compare Source

v1.19.4

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

v1.19.4 is a simple patch release to fix some reported vulnerabilities - notably CVE-2026-24051 and CVE-2025-68121. All users should upgrade.

Changes by Kind

Bug or Regression

v1.19.3

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

This release contains three bug fixes, including a fix for the MODERATE severity DoS issue in GHSA-gx3x-vq4p-mhhv. All users should upgrade to the latest release.

Changes by Kind

Bug or Regression
  • Fixed an infinite re-issuance loop that could occur when an issuer returns a certificate with a public key that doesn't match the CSR. The issuing controller now validates the certificate before storing it and fails with backoff on mismatch. (#​8415, @​cert-manager-bot)
  • Fixed an issue where HTTP-01 challenges failed when the Host header contained an IPv6 address. This means that users can now issue IP address certificates for IPv6 address subjects. (#​8436, @​cert-manager-bot)
  • Security (MODERATE): Fix a potential panic in the cert-manager controller when a DNS response in an unexpected order was cached. If an attacker was able to modify DNS responses (or if they controlled the DNS server) it was possible to cause denial of service for the cert-manager controller. (#​8468, @​SgtCoDFish)
Other (Cleanup or Flake)

v1.19.2

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

We updated Go to fix some vulnerabilities in the standard library.

📖 Read the full 1.19 release notes on the cert-manager.io website before upgrading.

Changes since v1.19.1
Bug or Regression
  • Address false positive vulnerabilities CVE-2025-47914 and CVE-2025-58181 which were reported by Trivy. (#​8283, @​SgtCoDFish)
  • Update Go to v1.25.5 to fix CVE-2025-61727 and CVE-2025-61729 (#​8294, @​wallrj-cyberark)
  • Update global.nodeSelector to helm chart to perform a merge and allow for a single nodeSelector to be set across all services. (#​8233, @​cert-manager-bot)
Other (Cleanup or Flake)

v1.19.1

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

We reverted the CRD-based API defaults for Certificate.Spec.IssuerRef and CertificateRequest.Spec.IssuerRef after they were found to cause unexpected certificate renewals after upgrading to 1.19.0. We will try re-introducing these API defaults in cert-manager 1.20.
We fixed a bug that caused certificates to be re-issued unexpectedly if the issuerRef kind or group was changed to one of the "runtime" default values.
We upgraded Go to 1.25.3 to address the following security vulnerabilities: CVE-2025-61724, CVE-2025-58187, CVE-2025-47912, CVE-2025-58183, CVE-2025-61723, CVE-2025-58186, CVE-2025-58185, CVE-2025-58188, and CVE-2025-61725.

📖 Read the full 1.19 release notes on the cert-manager.io website before upgrading.

Changes since v1.19.0:

Bug or Regression
  • BUGFIX: in case kind or group in the issuerRef of a Certificate was omitted, upgrading to 1.19.x incorrectly caused the certificate to be renewed (#​8175, @​cert-manager-bot)
  • Bump Go to 1.25.3 to fix a backwards incompatible change to the validation of DNS names in X.509 SAN fields which prevented the use of DNS names with a trailing dot (#​8177, @​wallrj-cyberark)
  • Revert API defaults for issuer reference kind and group introduced in 0.19.0 (#​8178, @​cert-manager-bot)

v1.19.0

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

⚠️ Known issues: The following known issues are fixed in v1.19.1:

This release focuses on expanding platform compatibility, improving deployment flexibility, enhancing observability, and addressing key reliability issues.

📖 Read the full release notes at cert-manager.io: https://cert-manager.io/docs/releases/release-notes/release-notes-1.19

Changes since v1.18.0:

Feature

  • Add IPv6 rules to the default network policy (#​7726, @​jcpunk)
  • Add global.nodeSelector to helm chart to allow for a single nodeSelector to be set across all services. (#​7818, @​StingRayZA)
  • Add a feature gate to default to Ingress pathType Exact in ACME HTTP01 Ingress challenge solvers. (#​7795, @​sspreitzer)
  • Add generated applyconfigurations allowing clients to make type-safe server-side apply requests for cert-manager resources. (#​7866, @​erikgb)
  • Added API defaults to issuer references group (cert-manager.io) and kind (Issuer). (#​7414, @​erikgb)
  • Added certmanager_certificate_challenge_status Prometheus metric. (#​7736, @​hjoshi123)
  • Added protocol field for rfc2136 DNS01 provider (#​7881, @​hjoshi123)
  • Added experimental field hostUsers flag to all pods. Not set by default. (#​7973, @​hjoshi123)
  • Support configurable resource requests and limits for ACME HTTP01 solver pods through ClusterIssuer and Issuer specifications, allowing granular resource management that overrides global --acme-http01-solver-resource-* settings. (#​7972, @​lunarwhite)
  • The CAInjectorMerging feature has been promoted to BETA and is now enabled by default (#​8017, @​ThatsMrTalbot)
  • The controller, webhook and ca-injector now log their version and git commit on startup for easier debugging and support. (#​8072, @​prasad89)
  • Updated certificate metrics to the collector approach. (#​7856, @​hjoshi123)

Bug or Regression

  • ACME: Increased challenge authorization timeout to 2 minutes to fix error waiting for authorization (#​7796, @​hjoshi123)
  • BUGFIX: permitted URI domains were incorrectly used to set the excluded URI domains in the CSR's name constraints (#​7816, @​kinolaev)
  • Enforced ACME HTTP-01 solver validation to properly reject configurations when multiple ingress options (class, ingressClassName, name) are specified simultaneously (#​8021, @​lunarwhite)
  • Increase maximum sizes of PEM certificates and chains which can be parsed in cert-manager, to handle leaf certificates with large numbers of DNS names or other identities (#​7961, @​SgtCoDFish)
  • Reverted adding the global.rbac.disableHTTPChallengesRole Helm option. (#​7836, @​inteon)
  • This change removes the path label of core ACME client metrics and will require users to update their monitoring dashboards and alerting rules if using those metrics. (#​8109, @​mladen-rusev-cyberark)
  • Use the latest version of ingress-nginx in E2E tests to ensure compatibility (#​7792, @​wallrj)

Other (Cleanup or Flake)

  • Helm: Fix naming template of tokenrequest RoleBinding resource to improve consistency (#​7761, @​lunarwhite)
  • Improve error messages when certificates, CRLs or private keys fail admission due to malformed or missing PEM data (#​7928, @​SgtCoDFish)
  • Major upgrade of Akamai SDK. NOTE: The new version has not been fully tested end-to-end due to the lack of cloud infrastructure. (#​8003, @​hjoshi123)
  • Update kind images to include the Kubernetes 1.33 node image (#​7786, @​wallrj)
  • Use maps.Copy for cleaner map handling (#​8092, @​quantpoet)
  • Vault: Migrate Vault E2E add-on tests from deprecated vault-client-go to the new vault/api client. (#​8059, @​armagankaratosun)

v1.18.6

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

v1.18.6 is a simple patch release to fix some reported vulnerabilities, most notably CVE-2025-68121.

NB: We didn't attempt to patch CVE-2026-24051 but that vulnerability affects macOS only, so cert-manager will be unaffected.

Changes by Kind

Bug or Regression

v1.18.5

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

This release contains three bug fixes, including a fix for the MODERATE severity DoS issue in GHSA-gx3x-vq4p-mhhv. All users should upgrade to the latest release.

Changes by Kind
Bug or Regression
  • Fixed an infinite re-issuance loop that could occur when an issuer returns a certificate with a public key that doesn't match the CSR. The issuing controller now validates the certificate before storing it and fails with backoff on mismatch. (#​8414, @​cert-manager-bot)
  • Fixed an issue where HTTP-01 challenges failed when the Host header contains an IPv6 address. This means that users can now issue IP address certificates for IPv6 address subjects. (#​8437, @​cert-manager-bot)
  • Security (MODERATE): Fix a potential panic in the cert-manager controller when a DNS response in an unexpected order was cached. If an attacker was able to modify DNS responses (or if they controlled the DNS server) it was possible to cause denial of service for the cert-manager controller. (#​8467, @​SgtCoDFish)
Other (Cleanup or Flake)

v1.18.4

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

We updated Go to fix some vulnerabilities in the standard library.

📖 Read the full 1.18 release notes on the cert-manager.io website before upgrading.

Changes since v1.18.3

Bug or Regression
Other (Cleanup or Flake)

v1.18.3

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

We fixed a bug which caused certificates to be re-issued unexpectedly, if the issuerRef kind or group was changed to one of the "runtime" default values. We increased the size limit when parsing PEM certificate chains to handle leaf certificates with large numbers of DNS named or other identities. We upgraded Go to 1.24.9 to fix various non-critical security vulnerabilities.

📖 Read the full 1.18 release notes on the cert-manager.io website before upgrading.

Changes since v1.18.2:

Bug or Regression
Other (Cleanup or Flake)

v1.18.2

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

We fixed a bug in the CSR's name constraints construction (only applies if you have enabled the NameConstraints feature gate).
We dropped the new global.rbac.disableHTTPChallengesRole Helm option due to a bug we found, this feature will be released in v1.19 instead.

Changes since v1.18.1:

Bug or Regression

v1.18.1

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

We have added a new feature gate ACMEHTTP01IngressPathTypeExact, to allow ingress-nginx users to turn off the new default Ingress PathType: Exact behavior, in ACME HTTP01 Ingress challenge solvers.
This change fixes the following issue: #​7791

We have increased the ACME challenge authorization timeout to two minutes, which we hope will fix a timeout error (error waiting for authorization), which has been reported by multiple users, since the release of cert-manager v1.16.0.
This change should fix the following issues: #​7337, #​7444, and #​7685.

ℹ️ Be sure to review all new features and changes below, and read the full release notes carefully before upgrading.

Changes since v1.18.0:

Feature
  • Added a new feature gate ACMEHTTP01IngressPathTypeExact, to allow ingress-nginx users to turn off the new default Ingress PathType: Exact behavior, in ACME HTTP01 Ingress challenge solvers. (#7810, @​sspreitzer)
Bug or Regression
  • ACME: Increased challenge authorization timeout to 2 minutes to fix error waiting for authorization. (#7801, @​hjoshi123)
Other (Cleanup or Flake)
  • Use the latest version of ingress-nginx in E2E tests to ensure compatibility (#7807, @​wallrj)

v1.18.0

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

cert-manager 1.18 introduces several new features and breaking changes. Highlights include support for ACME certificate profiles, a new default for Certificate.Spec.PrivateKey.RotationPolicy now set to Always (breaking change), and the default Certificate.Spec.RevisionHistoryLimit now set to 1 (potentially breaking).

ℹ️ Be sure to review all new features and changes below, and read the full release notes carefully before upgrading.

Known Issues
  • ACME HTTP01 challenge paths are rejected by the ingress-nginx validating webhook (#​7791)

Changes since v1.17.2:

Feature
  • Add config to the Vault issuer to allow the server-name to be specified when validating the certificates the Vault server presents. (#​7663, @​ThatsMrTalbot)
  • Added app.kubernetes.io/managed-by: cert-manager label to the created Let's Encrypt account keys (#​7577, @​terinjokes)
  • Added certificate issuance and expiration time metrics (certmanager_certificate_not_before_timestamp_seconds, certmanager_certificate_not_after_timestamp_seconds). (#​7612, @​solidDoWant)
  • Added ingress-shim option: --extra-certificate-annotations, which sets a list of annotation keys to be copied from Ingress-like to resulting Certificate object (#​7083, @​k0da)
  • Added the iss short name for the cert-manager Issuer resource. (#​7373, @​SgtCoDFish)
  • Added the ciss short name for the cert-manager ClusterIssuer resource (#​7373, @​SgtCoDFish)
  • Adds the global.rbac.disableHTTPChallengesRole helm value to disable HTTP-01 ACME challenges. This allows cert-manager to drop its permission to create pods, improving security when HTTP-01 challenges are not required. (#​7666, @​ali-hamza-noor)
  • Allow customizing signature algorithm (#​7591, @​tareksha)
  • Cache the full DNS response and handle TTL expiration in FindZoneByFqdn (#​7596, @​ThatsIvan)
  • Cert-manager now uses a local fork of the golang.org/x/crypto/acme package (#​7752, @​wallrj)
  • Add support for ACME profiles extension. (#​7777, @​wallrj)
  • Promote the UseDomainQualifiedFinalizer feature to GA. (#​7735, @​jsoref)
  • Switched service/servicemon definitions to use port names instead of numbers. (#​7727, @​jcpunk)
  • The default value of Certificate.Spec.PrivateKey.RotationPolicy changed from Never to Always. (#​7723, @​wallrj)
  • Potentially breaking: Set the default revisionHistoryLimit to 1 for the CertificateRequest revisions (#​7758, @​ali-hamza-noor)
Documentation
Bug or Regression
  • Bump go-jose dependency to address CVE-2025-27144. (#​7606, @​SgtCoDFish)
  • Bump golang.org/x/oauth2 to patch CVE-2025-22868. (#​7638, @​NicholasBlaskey)
  • Bump golang.org/x/crypto to patch GHSA-hcg3-q754-cr77. (#​7638, @​NicholasBlaskey)
  • Bump github.com/golang-jwt/jwt to patch GHSA-mh63-6h87-95cp. (#​7638, @​NicholasBlaskey)
  • Change of the Kubernetes Ingress pathType from ImplementationSpecific to Exact for a reliable handling of ingress controllers and enhanced security. (#​7767, @​sspreitzer)
  • Fix AWS Route53 error detection for not-found errors during deletion of DNS records. (#​7690, @​wallrj)
  • Fix behavior when running with --namespace=<namespace>: limit the scope of cert-manager to a single namespace and disable cluster-scoped controllers. (#​7678, @​tsaarni)
  • Fix handling of certificates with IP addresses in the commonName field; IP addresses are no longer added to the DNS subjectAlternativeName list and are instead added to the ipAddresses field as expected. (#​7081, @​johnjcool)
  • Fix issuing of certificates via DNS01 challenges on Cloudflare after a breaking change to the Cloudflare API (#​7549, @​LukeCarrier)
  • Fixed the certmanager_certificate_renewal_timestamp_seconds metric help text indicating that the metric is relative to expiration time, rather than Unix epoch time. (#​7609, @​solidDoWant)
  • Fixing the service account template to incorporate boolean values for the annotations. (#​7698, @​ali-hamza-noor)
  • Quote nodeSelector values in Helm Chart (#​7579, @​tobiasbp)
  • Skip Gateway TLS listeners in Passthrough mode. (#​6986, @​vehagn)
  • Upgrade golang.org/x/net fixing CVE-2025-22870. (#​7619, @​dependabot[bot])
Other (Cleanup or Flake)
  • ACME E2E Tests: Upgraded Pebble to v2.7.0 and modified the ACME tests to match latest Pebble behaviour. (#​7771, @​wallrj)
  • Patch the third_party/forked/acme package with support for the ACME profiles extension. (#​7776, @​wallrj)
  • Promote the AdditionalCertificateOutputFormats feature to GA, making additional formats always enabled. (#​7744, @​erikgb)
  • Remove deprecated feature gate ValidateCAA. Setting this feature gate is now a no-op which does nothing but print a warning log line (#​7553, @​SgtCoDFish)
  • Update kind images to include the Kubernetes 1.33 node image (#​7787, @​cert-manager-bot)
  • Upgrade Go to v1.24.4 (#​7785, @​wallrj)
  • Use slices.Contains to simplify code (#​7753, @​cuinix)

v1.17.4

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

We fixed a bug in the CSR's name constraints construction (only applies if you have enabled the NameConstraints feature gate).

Changes since v1.17.3:

Bug or Regression
  • BUGFIX: permitted URI domains were incorrectly used to set the excluded URI domains in the CSR's name constraints (#​7832, @​cert-manager-bot)

v1.17.3

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

This patch release addresses several vulnerabilities reported by the Trivy security scanner. It is built with the latest version of Go 1.23.

We have increased the ACME challenge authorization timeout to two minutes, which we hope will fix a timeout error (error waiting for authorization), which has been reported by multiple users, in: #​7337, #​7444, and #​7685.

ℹ️ Be sure to review all new features and changes below, and read the full release notes carefully before upgrading.

Changes since v1.17.2:

Bug or Regression
  • Bump Go to 1.23.10 to fix GO-2025-3749, GO-2025-3750, and GO-2025-3751 (#​7799, @​wallrj)
  • ACME: Increased challenge authorization timeout to 2 minutes to fix error waiting for authorization (#​7798, @​hjoshi123)
Other (Cleanup or Flake)
  • Use the latest version of ingress-nginx in E2E tests to ensure compatibility (#​7808, @​wallrj)

v1.17.2

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

This patch release addresses several vulnerabilities reported by the Trivy security scanner. It is built with the latest version of Go 1.23 and includes various dependency updates.

📖 Read the full cert-manager 1.17 release notes, before installing or upgrading.

Changes since v1.17.1

Bug or Regression

v1.17.1

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

This release is primarily intended to address a breaking change in Cloudflare's API which impacted ACME DNS-01 challenges using Cloudflare.

Many thanks to the community members who reported this issue!

Changes by Kind

Bug or Regression
fluent/helm-charts (fluent-bit)

v0.56.0

Compare Source

Added
  • VPA recommender may be specified with .autoscaling.vpa.recommender

v0.55.1

Compare Source

Changed

v0.55.0

Compare Source

Changed

v0.54.1

Compare Source

Fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems.

v0.54.0

Compare Source

Fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems.

v0.53.0

Compare Source

Fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems.

v0.52.0

Compare Source

Fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems.

v0.51.0

Compare Source

Fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems.

What's Changed

Full Changelog: fluent/helm-charts@fluent-operator-3.4.2...fluent-bit-0.51.0

v0.50.0

Compare Source

Fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems.

v0.49.1

Compare Source

Fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems.

v0.49.0

Compare Source

Fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems.

v0.48.10

Compare Source

Fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems.

v0.48.9

Compare Source

Fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems.

v0.48.8

Compare Source

Fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems.

v0.48.7

Compare Source

Fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems.

v0.48.6

Compare Source

Fast and lightweight log processor and forwarder or Linux, OSX and BSD family operating systems.

prometheus-community/helm-charts (kube-state-metrics)

v6.4.2

Compare Source

Install kube-state-metrics to generate and expose cluster-level metrics

What's Changed

  • [kube-state-metrics] Update quay.io/brancz/kube-rbac-proxy Docker tag to v0.20.1 by @​renovate[bot] in #​6354

Full Changelog: prometheus-community/helm-charts@prom-label-proxy-0.16.1...kube-state-metrics-6.4.2

v6.4.1

Compare Source

Install kube-state-metrics to generate and expose cluster-level metrics

What's Changed

  • [kube-state-metrics] Allow to configure upstream port for KubeRBACProxy by @​Alja9 in #​6029

Full Changelog: prometheus-community/helm-charts@prometheus-nginx-exporter-1.15.2...kube-state-metrics-6.4.1

kubernetes-sigs/metrics-server (metrics-server)

v3.13.0

kubernetes-sigs/secrets-store-csi-driver (secrets-store-csi-driver)

v1.5.6

Compare Source

v1.5.6 - 2026-02-26

Changelog

Maintenance 🔧
  • 605661f chore: bump version to v1.5.6 in release-1.5
  • 0dedb0e chore: update to kubectl 1.34.2 in helm-crds image
  • 965c958 chore: update to go 1.24.12
Security Fix 🛡️

v1.5.5

Compare Source

v1.5.5 - 2025-12-15

Changelog

Maintenance 🔧
  • 4b3d15f chore: bump version to v1.5.5 in release-1.5
  • 3d55662 chore: update to go 1.24.11 and bump golang.org/x/crypto to v0.46.0
  • 4a374c5 chore: update to go 1.24.9

v1.5.4

Compare Source

v1.5.4 - 2025-10-01

Changelog

Continuous Integration 💜
  • 96dbbdc ci: resolve azure e2e test flakes with rbac, windows vm size
  • 0071011 ci: update azure scripts to use rbac for keyvault permissions
Maintenance 🔧
  • 8d33239 chore: bump version to v1.5.4 in release-1.5
  • 6665902 chore: bump kubectl to v1.34.1 in driver-crds
  • 321f0f4 chore: update debian-base to bookworm-v1.0.6
  • 893cf34 chore: update to go 1.24.7

v1.5.3

Compare Source

v1.5.3 - 2025-07-24

Changelog

Continuous Integration 💜
  • 7cbb6eb ci: use ubuntu-latest for gh workflows
Maintenance 🔧
  • f61041c chore: bump version to v1.5.3 in release-1.5
  • a884676 chore: bump golang.org/x/oauth2 from 0.7.0 to 0.27.0

v1.5.2

Compare Source

v1.5.2 - 2025-06-26

Changelog

Maintenance 🔧
Testing 💚
Security Fix 🛡️

Full Changelog: kubernetes-sigs/secrets-store-csi-driver@v1.5.1...v1.5.2

v1.5.1

Compare Source

v1.5.1 - 2025-05-19

Changelog

Maintenance 🔧
Security Fix 🛡️

Full Changelog: kubernetes-sigs/secrets-store-csi-driver@v1.5.0...v1.5.1

v1.5.0

Compare Source

v1.5.0 - 2025-04-09

Changelog

Bug Fixes 🐞
  • b0fdeb5 fix: update sha generation logic
  • f0e9dcc fix: add unit test to show failures in current sha logic
Code Refactoring 💎
  • 9548c23 refactor: cleanup unused err check
Features 🌈
  • bf7e77e feat: add build for windows ltsc2025
Maintenance 🔧
  • a488327 chore: bump kind to v0.27.0
  • 515358e chore: disable trivy package testing for driver-crds
  • 924b3b8 chore: bump docker golang base images to 1.23
  • 572e439 chore: move tam7t to emeritus_approvers
  • 0b00da8 chore: bump github/codeq

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from jimleroyer as a code owner June 1, 2024 06:58
@renovate renovate bot force-pushed the renovate/all-minor branch from a0a43a1 to d187cb7 Compare June 1, 2024 14:05
@renovate renovate bot changed the title chore(deps): update gha-runner-scale-set docker tag to v0.9.2 chore(deps): update all minor dependencies Jun 1, 2024
@renovate renovate bot changed the title chore(deps): update all minor dependencies chore(deps): update gha-runner-scale-set docker tag to v0.9.2 Jun 1, 2024
@renovate renovate bot changed the title chore(deps): update gha-runner-scale-set docker tag to v0.9.2 chore(deps): update all minor dependencies Jun 1, 2024
@renovate renovate bot changed the title chore(deps): update all minor dependencies chore(deps): update gha-runner-scale-set docker tag to v0.9.2 Jun 2, 2024
@renovate renovate bot changed the title chore(deps): update gha-runner-scale-set docker tag to v0.9.2 chore(deps): update all minor dependencies Jun 2, 2024
@renovate renovate bot changed the title chore(deps): update all minor dependencies chore(deps): update gha-runner-scale-set docker tag to v0.9.2 Jun 2, 2024
@renovate renovate bot changed the title chore(deps): update gha-runner-scale-set docker tag to v0.9.2 chore(deps): update all minor dependencies to v0.37.0 Jun 2, 2024
@renovate renovate bot changed the title chore(deps): update all minor dependencies to v0.37.0 chore(deps): update all minor dependencies Jun 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor branch from d187cb7 to b4336d0 Compare June 3, 2024 14:04
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jun 3, 2024

ingress	nginx    	244     	2025-02-11 21:47:34.526546811 +0000 UTC	deployed	nginx-ingress-1.1.2	3.4.2      

xray-daemon	xray     	243     	2025-02-11 21:47:33.731794842 +0000 UTC	deployed	aws-xray-4.0.8	3.3.12     

Comparing release=notify-documentation, chart=charts/notify-documentation
Comparing release=notify-api, chart=charts/notify-api
Comparing release=notify-admin, chart=charts/notify-admin
Comparing release=notify-document-download, chart=charts/notify-document-download
Comparing release=notify-celery, chart=charts/notify-celery
Comparing release=k8s-event-logger, chart=/tmp/helmfile2033525995/amazon-cloudwatch/staging/k8s-event-logger/k8s-event-logger/1.1.8/k8s-event-logger
Comparing release=karpenter-crd, chart=/tmp/helmfile2033525995/karpenter/staging/karpenter-crd/karpenter-crd/0.36.1/karpenter-crd
Comparing release=karpenter, chart=/tmp/helmfile2033525995/karpenter/staging/karpenter/karpenter/0.37.7/karpenter
karpenter, karpenter, ClusterRole (rbac.authorization.k8s.io) has changed:
  # Source: karpenter/templates/clusterrole.yaml
  apiVersion: rbac.authorization.k8s.io/v1
  kind: ClusterRole
  metadata:
    name: karpenter
    labels:
-     helm.sh/chart: karpenter-0.36.1
+     helm.sh/chart: karpenter-0.37.7
      app.kubernetes.io/name: karpenter
      app.kubernetes.io/instance: karpenter
-     app.kubernetes.io/version: "0.36.1"
+     app.kubernetes.io/version: "0.37.7"
      app.kubernetes.io/managed-by: Helm
  rules:
    # Read
    - apiGroups: ["karpenter.k8s.aws"]
      resources: ["ec2nodeclasses"]
      verbs: ["get", "list", "watch"]
    # Write
    - apiGroups: ["karpenter.k8s.aws"]
      resources: ["ec2nodeclasses", "ec2nodeclasses/status"]
      verbs: ["patch", "update"]
+   - apiGroups: ["admissionregistration.k8s.io"]
+     resources: ["validatingwebhookconfigurations"]
+     verbs: ["update"]
+     resourceNames: ["validation.webhook.karpenter.k8s.aws"]
+   - apiGroups: ["admissionregistration.k8s.io"]
+     resources: ["mutatingwebhookconfigurations"]
+     verbs: ["update"]
+     resourceNames: ["defaulting.webhook.karpenter.k8s.aws"]
karpenter, karpenter, ClusterRoleBinding (rbac.authorization.k8s.io) has changed:
  # Source: karpenter/templates/clusterrole.yaml
  apiVersion: rbac.authorization.k8s.io/v1
  kind: ClusterRoleBinding
  metadata:
    name: karpenter
    labels:
-     helm.sh/chart: karpenter-0.36.1
+     helm.sh/chart: karpenter-0.37.7
      app.kubernetes.io/name: karpenter
      app.kubernetes.io/instance: karpenter
-     app.kubernetes.io/version: "0.36.1"
+     app.kubernetes.io/version: "0.37.7"
      app.kubernetes.io/managed-by: Helm
  roleRef:
    apiGroup: rbac.authorization.k8s.io
    kind: ClusterRole
    name: karpenter
  subjects:
    - kind: ServiceAccount
      name: karpenter
      namespace: karpenter
karpenter, karpenter, Deployment (apps) has changed:
  # Source: karpenter/templates/deployment.yaml
  apiVersion: apps/v1
  kind: Deployment
  metadata:
    name: karpenter
    namespace: karpenter
    labels:
-     helm.sh/chart: karpenter-0.36.1
+     helm.sh/chart: karpenter-0.37.7
      app.kubernetes.io/name: karpenter
      app.kubernetes.io/instance: karpenter
-     app.kubernetes.io/version: "0.36.1"
+     app.kubernetes.io/version: "0.37.7"
      app.kubernetes.io/managed-by: Helm
  spec:
    replicas: 2
    revisionHistoryLimit: 10
    strategy:
      rollingUpdate:
        maxUnavailable: 1
    selector:
      matchLabels:
        app.kubernetes.io/name: karpenter
        app.kubernetes.io/instance: karpenter
    template:
      metadata:
        labels:
          app.kubernetes.io/name: karpenter
          app.kubernetes.io/instance: karpenter
        annotations:
      spec:
        serviceAccountName: karpenter
        securityContext:
          fsGroup: 65532
        priorityClassName: "system-cluster-critical"
        dnsPolicy: ClusterFirst
        containers:
          - name: controller
            securityContext:
              runAsUser: 65532
              runAsGroup: 65532
              runAsNonRoot: true
              seccompProfile:
                type: RuntimeDefault
              allowPrivilegeEscalation: false
              capabilities:
                drop:
                  - ALL
              readOnlyRootFilesystem: true
-           image: public.ecr.aws/karpenter/controller:0.36.1@sha256:5b245674ae0ac97558cd335ebae19c0c80e911daac2352cb74ee0ccdba7f5e2b
+           image: public.ecr.aws/karpenter/controller:0.37.7@sha256:3283e20580d6a01a39b881fa354c674e2f8771aa9c831073119577c921c9735d
            imagePullPolicy: IfNotPresent
            env:
              - name: KUBERNETES_MIN_VERSION
                value: "1.19.0-0"
              - name: KARPENTER_SERVICE
                value: karpenter
+             - name: WEBHOOK_PORT
+               value: "8443"
+             - name: WEBHOOK_METRICS_PORT
+               value: "8001"
+             - name: DISABLE_WEBHOOK
+               value: "false"
              - name: LOG_LEVEL
                value: "info"
              - name: METRICS_PORT
                value: "8000"
              - name: HEALTH_PROBE_PORT
                value: "8081"
              - name: SYSTEM_NAMESPACE
                valueFrom:
                  fieldRef:
                    fieldPath: metadata.namespace
              - name: MEMORY_LIMIT
                valueFrom:
                  resourceFieldRef:
                    containerName: controller
                    divisor: "0"
                    resource: limits.memory
              - name: FEATURE_GATES
                value: "Drift=true,SpotToSpotConsolidation=false"
              - name: BATCH_MAX_DURATION
                value: "10s"
              - name: BATCH_IDLE_DURATION
                value: "1s"
              - name: ASSUME_ROLE_DURATION
                value: "15m"
              - name: CLUSTER_NAME
                value: "notification-canada-ca-staging-eks-cluster"
              - name: VM_MEMORY_OVERHEAD_PERCENT
                value: "0.075"
              - name: RESERVED_ENIS
                value: "0"
            ports:
              - name: http-metrics
                containerPort: 8000
+               protocol: TCP
+             - name: webhook-metrics
+               containerPort: 8001
+               protocol: TCP
+             - name: https-webhook
+               containerPort: 8443
                protocol: TCP
              - name: http
                containerPort: 8081
                protocol: TCP
            livenessProbe:
              initialDelaySeconds: 30
              timeoutSeconds: 30
              httpGet:
                path: /healthz
                port: http
            readinessProbe:
              initialDelaySeconds: 5
              timeoutSeconds: 30
              httpGet:
                path: /readyz
                port: http
        nodeSelector:
          kubernetes.io/os: linux
        # The template below patches the .Values.affinity to add a default label selector where not specificed
        affinity:
          nodeAffinity:
            requiredDuringSchedulingIgnoredDuringExecution:
              nodeSelectorTerms:
              - matchExpressions:
                - key: karpenter.sh/nodepool
                  operator: DoesNotExist
          podAntiAffinity:
            requiredDuringSchedulingIgnoredDuringExecution:
            - labelSelector:
                matchLabels:
                  app.kubernetes.io/instance: karpenter
                  app.kubernetes.io/name: karpenter
              topologyKey: kubernetes.io/hostname
        # The template below patches the .Values.topologySpreadConstraints to add a default label selector where not specificed
        topologySpreadConstraints:
          - labelSelector:
              matchLabels:
                app.kubernetes.io/instance: karpenter
                app.kubernetes.io/name: karpenter
            maxSkew: 1
            topologyKey: topology.kubernetes.io/zone
            whenUnsatisfiable: ScheduleAnyway
        tolerations:
          - key: CriticalAddonsOnly
            operator: Exists
karpenter, karpenter, PodDisruptionBudget (policy) has changed:
  # Source: karpenter/templates/poddisruptionbudget.yaml
  apiVersion: policy/v1
  kind: PodDisruptionBudget
  metadata:
    name: karpenter
    namespace: karpenter
    labels:
-     helm.sh/chart: karpenter-0.36.1
+     helm.sh/chart: karpenter-0.37.7
      app.kubernetes.io/name: karpenter
      app.kubernetes.io/instance: karpenter
-     app.kubernetes.io/version: "0.36.1"
+     app.kubernetes.io/version: "0.37.7"
      app.kubernetes.io/managed-by: Helm
  spec:
    maxUnavailable: 1
    selector:
      matchLabels:
        app.kubernetes.io/name: karpenter
        app.kubernetes.io/instance: karpenter
karpenter, karpenter, Role (rbac.authorization.k8s.io) has changed:
  # Source: karpenter/templates/role.yaml
  apiVersion: rbac.authorization.k8s.io/v1
  kind: Role
  metadata:
    name: karpenter
    namespace: karpenter
    labels:
-     helm.sh/chart: karpenter-0.36.1
+     helm.sh/chart: karpenter-0.37.7
      app.kubernetes.io/name: karpenter
      app.kubernetes.io/instance: karpenter
-     app.kubernetes.io/version: "0.36.1"
+     app.kubernetes.io/version: "0.37.7"
      app.kubernetes.io/managed-by: Helm
  rules:
    # Read
    - apiGroups: ["coordination.k8s.io"]
      resources: ["leases"]
      verbs: ["get", "watch"]
+   - apiGroups: [""]
+     resources: ["configmaps", "secrets"]
+     verbs: ["get", "list", "watch"]
    # Write
+   - apiGroups: [""]
+     resources: ["secrets"]
+     verbs: ["update"]
+     resourceNames:
+       - "karpenter-cert"
    - apiGroups: ["coordination.k8s.io"]
      resources: ["leases"]
      verbs: ["patch", "update"]
      resourceNames:
        - "karpenter-leader-election"
    # Cannot specify resourceNames on create
    # https://kubernetes.io/docs/reference/access-authn-authz/rbac/#referring-to-resources
    - apiGroups: ["coordination.k8s.io"]
      resources: ["leases"]
      verbs: ["create"]
karpenter, karpenter, RoleBinding (rbac.authorization.k8s.io) has changed:
  # Source: karpenter/templates/rolebinding.yaml
  apiVersion: rbac.authorization.k8s.io/v1
  kind: RoleBinding
  metadata:
    name: karpenter
    namespace: karpenter
    labels:
-     helm.sh/chart: karpenter-0.36.1
+     helm.sh/chart: karpenter-0.37.7
      app.kubernetes.io/name: karpenter
      app.kubernetes.io/instance: karpenter
-     app.kubernetes.io/version: "0.36.1"
+     app.kubernetes.io/version: "0.37.7"
      app.kubernetes.io/managed-by: Helm
  roleRef:
    apiGroup: rbac.authorization.k8s.io
    kind: Role
    name: karpenter
  subjects:
    - kind: ServiceAccount
      name: karpenter
      namespace: karpenter
karpenter, karpenter, Service (v1) has changed:
  # Source: karpenter/templates/service.yaml
  apiVersion: v1
  kind: Service
  metadata:
    name: karpenter
    namespace: karpenter
    labels:
-     helm.sh/chart: karpenter-0.36.1
+     helm.sh/chart: karpenter-0.37.7
      app.kubernetes.io/name: karpenter
      app.kubernetes.io/instance: karpenter
-     app.kubernetes.io/version: "0.36.1"
+     app.kubernetes.io/version: "0.37.7"
      app.kubernetes.io/managed-by: Helm
  spec:
    type: ClusterIP
    ports:
      - name: http-metrics
        port: 8000
        targetPort: http-metrics
+       protocol: TCP
+     - name: webhook-metrics
+       port: 8001
+       targetPort: webhook-metrics
+       protocol: TCP
+     - name: https-webhook
+       port: 8443
+       targetPort: https-webhook
        protocol: TCP
    selector:
      app.kubernetes.io/name: karpenter
      app.kubernetes.io/instance: karpenter
karpenter, karpenter, ServiceAccount (v1) has changed:
  # Source: karpenter/templates/serviceaccount.yaml
  apiVersion: v1
  kind: ServiceAccount
  metadata:
    name: karpenter
    namespace: karpenter
    labels:
-     helm.sh/chart: karpenter-0.36.1
+     helm.sh/chart: karpenter-0.37.7
      app.kubernetes.io/name: karpenter
      app.kubernetes.io/instance: karpenter
-     app.kubernetes.io/version: "0.36.1"
+     app.kubernetes.io/version: "0.37.7"
      app.kubernetes.io/managed-by: Helm
    annotations:
      eks.amazonaws.com/role-arn: arn:aws:iam::239043911459:role/karpenter-controller-eks
karpenter, karpenter-admin, ClusterRole (rbac.authorization.k8s.io) has changed:
  # Source: karpenter/templates/aggregate-clusterrole.yaml
  apiVersion: rbac.authorization.k8s.io/v1
  kind: ClusterRole
  metadata:
    name: karpenter-admin
    labels:
      rbac.authorization.k8s.io/aggregate-to-admin: "true"
-     helm.sh/chart: karpenter-0.36.1
+     helm.sh/chart: karpenter-0.37.7
      app.kubernetes.io/name: karpenter
      app.kubernetes.io/instance: karpenter
-     app.kubernetes.io/version: "0.36.1"
+     app.kubernetes.io/version: "0.37.7"
      app.kubernetes.io/managed-by: Helm
  rules:
    - apiGroups: ["karpenter.sh"]
      resources: ["nodepools", "nodepools/status", "nodeclaims", "nodeclaims/status"]
      verbs: ["get", "list", "watch", "create", "delete", "patch"]
    - apiGroups: ["karpenter.k8s.aws"]
      resources: ["ec2nodeclasses"]
      verbs: ["get", "list", "watch", "create", "delete", "patch"]
karpenter, karpenter-core, ClusterRole (rbac.authorization.k8s.io) has changed:
  # Source: karpenter/templates/clusterrole-core.yaml
  apiVersion: rbac.authorization.k8s.io/v1
  kind: ClusterRole
  metadata:
    name: karpenter-core
    labels:
-     helm.sh/chart: karpenter-0.36.1
+     helm.sh/chart: karpenter-0.37.7
      app.kubernetes.io/name: karpenter
      app.kubernetes.io/instance: karpenter
-     app.kubernetes.io/version: "0.36.1"
+     app.kubernetes.io/version: "0.37.7"
      app.kubernetes.io/managed-by: Helm
  rules:
    # Read
    - apiGroups: ["karpenter.sh"]
      resources: ["nodepools", "nodepools/status", "nodeclaims", "nodeclaims/status"]
      verbs: ["get", "list", "watch"]
    - apiGroups: [""]
      resources: ["pods", "nodes", "persistentvolumes", "persistentvolumeclaims", "replicationcontrollers", "namespaces"]
      verbs: ["get", "list", "watch"]
    - apiGroups: ["storage.k8s.io"]
      resources: ["storageclasses", "csinodes"]
      verbs: ["get", "watch", "list"]
    - apiGroups: ["apps"]
      resources: ["daemonsets", "deployments", "replicasets", "statefulsets"]
      verbs: ["list", "watch"]
+   - apiGroups: ["admissionregistration.k8s.io"]
+     resources: ["validatingwebhookconfigurations", "mutatingwebhookconfigurations"]
+     verbs: ["get", "watch", "list"]
+   - apiGroups: ["apiextensions.k8s.io"]
+     resources: ["customresourcedefinitions"]
+     verbs: ["watch", "list"]
    - apiGroups: ["policy"]
      resources: ["poddisruptionbudgets"]
      verbs: ["get", "list", "watch"]
    # Write
    - apiGroups: ["karpenter.sh"]
      resources: ["nodeclaims", "nodeclaims/status"]
      verbs: ["create", "delete", "update", "patch"]
    - apiGroups: ["karpenter.sh"]
      resources: ["nodepools", "nodepools/status"]
      verbs: ["update", "patch"]
    - apiGroups: [""]
      resources: ["events"]
      verbs: ["create", "patch"]
    - apiGroups: [""]
      resources: ["nodes"]
      verbs: ["patch", "delete"]
    - apiGroups: [""]
      resources: ["pods/eviction"]
      verbs: ["create"]
+   - apiGroups: ["admissionregistration.k8s.io"]
+     resources: ["validatingwebhookconfigurations"]
+     verbs: ["update"]
+     resourceNames: ["validation.webhook.karpenter.sh", "validation.webhook.config.karpenter.sh"]
+   - apiGroups: ["apiextensions.k8s.io"]
+     resources: ["customresourcedefinitions"]
+     resourceNames: ["ec2nodeclasses.karpenter.k8s.aws", "nodepools.karpenter.sh", "nodeclaims.karpenter.sh"]
+     verbs: ["update"]
karpenter, karpenter-core, ClusterRoleBinding (rbac.authorization.k8s.io) has changed:
  # Source: karpenter/templates/clusterrole-core.yaml
  apiVersion: rbac.authorization.k8s.io/v1
  kind: ClusterRoleBinding
  metadata:
    name: karpenter-core
    labels:
-     helm.sh/chart: karpenter-0.36.1
+     helm.sh/chart: karpenter-0.37.7
      app.kubernetes.io/name: karpenter
      app.kubernetes.io/instance: karpenter
-     app.kubernetes.io/version: "0.36.1"
+     app.kubernetes.io/version: "0.37.7"
      app.kubernetes.io/managed-by: Helm
  roleRef:
    apiGroup: rbac.authorization.k8s.io
    kind: ClusterRole
    name: karpenter-core
  subjects:
    - kind: ServiceAccount
      name: karpenter
      namespace: karpenter
kube-node-lease, karpenter-lease, Role (rbac.authorization.k8s.io) has changed:
  # Source: karpenter/templates/role.yaml
  apiVersion: rbac.authorization.k8s.io/v1
  kind: Role
  metadata:
    name: karpenter-lease
    namespace: kube-node-lease
    labels:
-     helm.sh/chart: karpenter-0.36.1
+     helm.sh/chart: karpenter-0.37.7
      app.kubernetes.io/name: karpenter
      app.kubernetes.io/instance: karpenter
-     app.kubernetes.io/version: "0.36.1"
+     app.kubernetes.io/version: "0.37.7"
      app.kubernetes.io/managed-by: Helm
  rules:
    # Read
    - apiGroups: ["coordination.k8s.io"]
      resources: ["leases"]
      verbs: ["get", "list", "watch"]
    # Write
    - apiGroups: ["coordination.k8s.io"]
      resources: ["leases"]
      verbs: ["delete"]
kube-node-lease, karpenter-lease, RoleBinding (rbac.authorization.k8s.io) has changed:
  # Source: karpenter/templates/rolebinding.yaml
  apiVersion: rbac.authorization.k8s.io/v1
  kind: RoleBinding
  metadata:
    name: karpenter-lease
    namespace: kube-node-lease
    labels:
-     helm.sh/chart: karpenter-0.36.1
+     helm.sh/chart: karpenter-0.37.7
      app.kubernetes.io/name: karpenter
      app.kubernetes.io/instance: karpenter
-     app.kubernetes.io/version: "0.36.1"
+     app.kubernetes.io/version: "0.37.7"
      app.kubernetes.io/managed-by: Helm
  roleRef:
    apiGroup: rbac.authorization.k8s.io
    kind: Role
    name: karpenter-lease
  subjects:
    - kind: ServiceAccount
      name: karpenter
      namespace: karpenter
kube-system, karpenter-dns, Role (rbac.authorization.k8s.io) has changed:
  # Source: karpenter/templates/role.yaml
  apiVersion: rbac.authorization.k8s.io/v1
  kind: Role
  metadata:
    name: karpenter-dns
    namespace: kube-system
    labels:
-     helm.sh/chart: karpenter-0.36.1
+     helm.sh/chart: karpenter-0.37.7
      app.kubernetes.io/name: karpenter
      app.kubernetes.io/instance: karpenter
-     app.kubernetes.io/version: "0.36.1"
+     app.kubernetes.io/version: "0.37.7"
      app.kubernetes.io/managed-by: Helm
  rules:
    # Read
    - apiGroups: [""]
      resources: ["services"]
      resourceNames: ["kube-dns"]
      verbs: ["get"]
kube-system, karpenter-dns, RoleBinding (rbac.authorization.k8s.io) has changed:
  # Source: karpenter/templates/rolebinding.yaml
  apiVersion: rbac.authorization.k8s.io/v1
  kind: RoleBinding
  metadata:
    name: karpenter-dns
    namespace: kube-system
    labels:
-     helm.sh/chart: karpenter-0.36.1
+     helm.sh/chart: karpenter-0.37.7
      app.kubernetes.io/name: karpenter
      app.kubernetes.io/instance: karpenter
-     app.kubernetes.io/version: "0.36.1"
+     app.kubernetes.io/version: "0.37.7"
      app.kubernetes.io/managed-by: Helm
  roleRef:
    apiGroup: rbac.authorization.k8s.io
    kind: Role
    name: karpenter-dns
  subjects:
    - kind: ServiceAccount
      name: karpenter
      namespace: karpenter
karpenter, defaulting.webhook.karpenter.k8s.aws, MutatingWebhookConfiguration (admissionregistration.k8s.io) has been added:
- 
+ # Source: karpenter/templates/webhooks.yaml
+ apiVersion: admissionregistration.k8s.io/v1
+ kind: MutatingWebhookConfiguration
+ metadata:
+   name: defaulting.webhook.karpenter.k8s.aws
+   labels:
+     helm.sh/chart: karpenter-0.37.7
+     app.kubernetes.io/name: karpenter
+     app.kubernetes.io/instance: karpenter
+     app.kubernetes.io/version: "0.37.7"
+     app.kubernetes.io/managed-by: Helm
+ webhooks:
+   - name: defaulting.webhook.karpenter.k8s.aws
+     admissionReviewVersions: ["v1"]
+     clientConfig:
+       service:
+         name: karpenter
+         namespace: karpenter
+         port: 8443
+     failurePolicy: Fail
+     sideEffects: None
+     rules:
+       - apiGroups:
+           - karpenter.k8s.aws
+         apiVersions:
+           - v1beta1
+         operations:
+           - CREATE
+           - UPDATE
+         resources:
+           - ec2nodeclasses
+           - ec2nodeclasses/status
+         scope: '*'
karpenter, karpenter-cert, Secret (v1) has been added:
+ # Source: karpenter/templates/secret-webhook-cert.yaml
+ apiVersion: v1
+ kind: Secret
+ metadata:
+   labels:
+     app.kubernetes.io/instance: karpenter
+     app.kubernetes.io/managed-by: Helm
+     app.kubernetes.io/name: karpenter
+     app.kubernetes.io/version: 0.37.7
+     helm.sh/chart: karpenter-0.37.7
+   name: karpenter-cert
+   namespace: karpenter

karpenter, validation.webhook.config.karpenter.sh, ValidatingWebhookConfiguration (admissionregistration.k8s.io) has been added:
- 
+ # Source: karpenter/templates/webhooks-core.yaml
+ apiVersion: admissionregistration.k8s.io/v1
+ kind: ValidatingWebhookConfiguration
+ metadata:
+   name: validation.webhook.config.karpenter.sh
+   labels:
+     helm.sh/chart: karpenter-0.37.7
+     app.kubernetes.io/name: karpenter
+     app.kubernetes.io/instance: karpenter
+     app.kubernetes.io/version: "0.37.7"
+     app.kubernetes.io/managed-by: Helm
+ webhooks:
+   - name: validation.webhook.config.karpenter.sh
+     admissionReviewVersions: ["v1"]
+     clientConfig:
+       service:
+         name: karpenter
+         namespace: karpenter
+         port: 8443
+     failurePolicy: Fail
+     sideEffects: None
+     objectSelector:
+       matchLabels:
+         app.kubernetes.io/part-of: karpenter
karpenter, validation.webhook.karpenter.k8s.aws, ValidatingWebhookConfiguration (admissionregistration.k8s.io) has been added:
- 
+ # Source: karpenter/templates/webhooks.yaml
+ apiVersion: admissionregistration.k8s.io/v1
+ kind: ValidatingWebhookConfiguration
+ metadata:
+   name: validation.webhook.karpenter.k8s.aws
+   labels:
+     helm.sh/chart: karpenter-0.37.7
+     app.kubernetes.io/name: karpenter
+     app.kubernetes.io/instance: karpenter
+     app.kubernetes.io/version: "0.37.7"
+     app.kubernetes.io/managed-by: Helm
+ webhooks:
+   - name: validation.webhook.karpenter.k8s.aws
+     admissionReviewVersions: ["v1"]
+     clientConfig:
+       service:
+         name: karpenter
+         namespace: karpenter
+         port: 8443
+     failurePolicy: Fail
+     sideEffects: None
+     rules:
+       - apiGroups:
+           - karpenter.k8s.aws
+         apiVersions:
+           - v1beta1
+         operations:
+           - CREATE
+           - UPDATE
+         resources:
+           - ec2nodeclasses
+           - ec2nodeclasses/status
+         scope: '*'
karpenter, validation.webhook.karpenter.sh, ValidatingWebhookConfiguration (admissionregistration.k8s.io) has been added:
- 
+ # Source: karpenter/templates/webhooks-core.yaml
+ apiVersion: admissionregistration.k8s.io/v1
+ kind: ValidatingWebhookConfiguration
+ metadata:
+   name: validation.webhook.karpenter.sh
+   labels:
+     helm.sh/chart: karpenter-0.37.7
+     app.kubernetes.io/name: karpenter
+     app.kubernetes.io/instance: karpenter
+     app.kubernetes.io/version: "0.37.7"
+     app.kubernetes.io/managed-by: Helm
+ webhooks:
+   - name: validation.webhook.karpenter.sh
+     admissionReviewVersions: ["v1"]
+     clientConfig:
+       service:
+         name: karpenter
+         namespace: karpenter
+         port: 8443
+     failurePolicy: Fail
+     sideEffects: None
+     rules:
+       - apiGroups:
+           - karpenter.sh
+         apiVersions:
+           - v1beta1
+         operations:
+           - CREATE
+           - UPDATE
+         resources:
+           - nodeclaims
+           - nodeclaims/status
+         scope: '*'
+       - apiGroups:
+           - karpenter.sh
+         apiVersions:
+           - v1beta1
+         operations:
+           - CREATE
+           - UPDATE
+         resources:
+           - nodepools
+           - nodepools/status
+         scope: '*'

Comparing release=karpenter-nodepool, chart=charts/karpenter-nodepool
Comparing release=priority-classes, chart=deliveryhero/priority-class
Comparing release=secrets-store-csi-driver, chart=secrets-store-csi-driver/secrets-store-csi-driver
Comparing release=aws-secrets-provider, chart=aws-secrets-manager/secrets-store-csi-driver-provider-aws
Comparing release=kube-state-metrics, chart=prometheus-community/kube-state-metrics
kube-system, kube-state-metrics, ClusterRole (rbac.authorization.k8s.io) has changed:
  # Source: kube-state-metrics/templates/role.yaml
  apiVersion: rbac.authorization.k8s.io/v1
  kind: ClusterRole
  metadata:
    labels:    
-     helm.sh/chart: kube-state-metrics-5.18.1
+     helm.sh/chart: kube-state-metrics-5.29.0
      app.kubernetes.io/managed-by: Helm
      app.kubernetes.io/component: metrics
      app.kubernetes.io/part-of: kube-state-metrics
      app.kubernetes.io/name: kube-state-metrics
      app.kubernetes.io/instance: kube-state-metrics
-     app.kubernetes.io/version: "2.12.0"
+     app.kubernetes.io/version: "2.14.0"
      app.kubernetes.io/component: exporter
      app.kubernetes.io/name: kube-state-metrics
      app.kubernetes.io/version: 2.8.2
    name: kube-state-metrics
  rules:

  - apiGroups: ["certificates.k8s.io"]
    resources:
    - certificatesigningrequests
    verbs: ["list", "watch"]

  - apiGroups: [""]
    resources:
    - configmaps
    verbs: ["list", "watch"]

  - apiGroups: ["batch"]
    resources:
    - cronjobs
    verbs: ["list", "watch"]

  - apiGroups: ["extensions", "apps"]
    resources:
    - daemonsets
    verbs: ["list", "watch"]

  - apiGroups: ["extensions", "apps"]
    resources:
    - deployments
    verbs: ["list", "watch"]

  - apiGroups: [""]
    resources:
    - endpoints
    verbs: ["list", "watch"]

  - apiGroups: ["autoscaling"]
    resources:
    - horizontalpodautoscalers
    verbs: ["list", "watch"]

  - apiGroups: ["extensions", "networking.k8s.io"]
    resources:
    - ingresses
    verbs: ["list", "watch"]

  - apiGroups: ["batch"]
    resources:
    - jobs
    verbs: ["list", "watch"]

  - apiGroups: ["coordination.k8s.io"]
    resources:
    - leases
    verbs: ["list", "watch"]

  - apiGroups: [""]
    resources:
    - limitranges
    verbs: ["list", "watch"]

  - apiGroups: ["admissionregistration.k8s.io"]
    resources:
      - mutatingwebhookconfigurations
    verbs: ["list", "watch"]

  - apiGroups: [""]
    resources:
    - namespaces
    verbs: ["list", "watch"]

  - apiGroups: ["networking.k8s.io"]
    resources:
    - networkpolicies
    verbs: ["list", "watch"]

  - apiGroups: [""]
    resources:
    - nodes
    verbs: ["list", "watch"]

  - apiGroups: [""]
    resources:
    - persistentvolumeclaims
    verbs: ["list", "watch"]

  - apiGroups: [""]
    resources:
    - persistentvolumes
    verbs: ["list", "watch"]

  - apiGroups: ["policy"]
    resources:
      - poddisruptionbudgets
    verbs: ["list", "watch"]

  - apiGroups: [""]
    resources:
    - pods
    verbs: ["list", "watch"]

  - apiGroups: ["extensions", "apps"]
    resources:
    - replicasets
    verbs: ["list", "watch"]

  - apiGroups: [""]
    resources:
    - replicationcontrollers
    verbs: ["list", "watch"]

  - apiGroups: [""]
    resources:
    - resourcequotas
    verbs: ["list", "watch"]

  - apiGroups: [""]
    resources:
    - secrets
    verbs: ["list", "watch"]

  - apiGroups: [""]
    resources:
    - services
    verbs: ["list", "watch"]

  - apiGroups: ["apps"]
    resources:
    - statefulsets
    verbs: ["list", "watch"]

  - apiGroups: ["storage.k8s.io"]
    resources:
      - storageclasses
    verbs: ["list", "watch"]

  - apiGroups: ["admissionregistration.k8s.io"]
    resources:
      - validatingwebhookconfigurations
    verbs: ["list", "watch"]

  - apiGroups: ["storage.k8s.io"]
    resources:
      - volumeattachments
    verbs: ["list", "watch"]
kube-system, kube-state-metrics, ClusterRoleBinding (rbac.authorization.k8s.io) has changed:
  # Source: kube-state-metrics/templates/clusterrolebinding.yaml
  apiVersion: rbac.authorization.k8s.io/v1
  kind: ClusterRoleBinding
  metadata:
    labels:    
-     helm.sh/chart: kube-state-metrics-5.18.1
+     helm.sh/chart: kube-state-metrics-5.29.0
      app.kubernetes.io/managed-by: Helm
      app.kubernetes.io/component: metrics
      app.kubernetes.io/part-of: kube-state-metrics
      app.kubernetes.io/name: kube-state-metrics
      app.kubernetes.io/instance: kube-state-metrics
-     app.kubernetes.io/version: "2.12.0"
+     app.kubernetes.io/version: "2.14.0"
      app.kubernetes.io/component: exporter
      app.kubernetes.io/name: kube-state-metrics
      app.kubernetes.io/version: 2.8.2
    name: kube-state-metrics
  roleRef:
    apiGroup: rbac.authorization.k8s.io
    kind: ClusterRole
    name: kube-state-metrics
  subjects:
  - kind: ServiceAccount
    name: kube-state-metrics
    namespace: kube-system
kube-system, kube-state-metrics, Deployment (apps) has changed:
  # Source: kube-state-metrics/templates/deployment.yaml
  apiVersion: apps/v1
  kind: Deployment
  metadata:
    name: kube-state-metrics
    namespace: kube-system
    labels:    
-     helm.sh/chart: kube-state-metrics-5.18.1
+     helm.sh/chart: kube-state-metrics-5.29.0
      app.kubernetes.io/managed-by: Helm
      app.kubernetes.io/component: metrics
      app.kubernetes.io/part-of: kube-state-metrics
      app.kubernetes.io/name: kube-state-metrics
      app.kubernetes.io/instance: kube-state-metrics
-     app.kubernetes.io/version: "2.12.0"
+     app.kubernetes.io/version: "2.14.0"
      app.kubernetes.io/component: exporter
      app.kubernetes.io/name: kube-state-metrics
      app.kubernetes.io/version: 2.8.2
  spec:
    selector:
      matchLabels:      
        app.kubernetes.io/name: kube-state-metrics
        app.kubernetes.io/instance: kube-state-metrics
    replicas: 1
    strategy:
      type: RollingUpdate
    revisionHistoryLimit: 10
    template:
      metadata:
        labels:        
-         helm.sh/chart: kube-state-metrics-5.18.1
+         helm.sh/chart: kube-state-metrics-5.29.0
          app.kubernetes.io/managed-by: Helm
          app.kubernetes.io/component: metrics
          app.kubernetes.io/part-of: kube-state-metrics
          app.kubernetes.io/name: kube-state-metrics
          app.kubernetes.io/instance: kube-state-metrics
-         app.kubernetes.io/version: "2.12.0"
+         app.kubernetes.io/version: "2.14.0"
          app.kubernetes.io/component: exporter
          app.kubernetes.io/name: kube-state-metrics
          app.kubernetes.io/version: 2.8.2
      spec:
+       automountServiceAccountToken: true
        hostNetwork: false
        serviceAccountName: kube-state-metrics
        securityContext:
          fsGroup: 65534
          runAsGroup: 65534
          runAsNonRoot: true
          runAsUser: 65534
          seccompProfile:
            type: RuntimeDefault
        priorityClassName: system-node-critical
        containers:
        - name: kube-state-metrics
          args:
          - --port=8080
          - --resources=certificatesigningrequests,configmaps,cronjobs,daemonsets,deployments,endpoints,horizontalpodautoscalers,ingresses,jobs,leases,limitranges,mutatingwebhookconfigurations,namespaces,networkpolicies,nodes,persistentvolumeclaims,persistentvolumes,poddisruptionbudgets,pods,replicasets,replicationcontrollers,resourcequotas,secrets,services,statefulsets,storageclasses,validatingwebhookconfigurations,volumeattachments
          imagePullPolicy: IfNotPresent
-         image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.12.0
+         image: registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.14.0
          ports:
          - containerPort: 8080
            name: "http"
          livenessProbe:
            failureThreshold: 3
            httpGet:
              httpHeaders:
-             path: /healthz
+             path: /livez
              port: 8080
              scheme: HTTP
            initialDelaySeconds: 5
            periodSeconds: 10
            successThreshold: 1
            timeoutSeconds: 5
          readinessProbe:
            failureThreshold: 3
            httpGet:
              httpHeaders:
-             path: /
-             port: 8080
+             path: /readyz
+             port: 8081
              scheme: HTTP
            initialDelaySeconds: 5
            periodSeconds: 10
            successThreshold: 1
            timeoutSeconds: 5
+         resources:
+           {}
          securityContext:
            allowPrivilegeEscalation: false
            capabilities:
              drop:
              - ALL
            readOnlyRootFilesystem: true
kube-system, kube-state-metrics, Service (v1) has changed:
  # Source: kube-state-metrics/templates/service.yaml
  apiVersion: v1
  kind: Service
  metadata:
    name: kube-state-metrics
    namespace: kube-system
    labels:    
-     helm.sh/chart: kube-state-metrics-5.18.1
+     helm.sh/chart: kube-state-metrics-5.29.0
      app.kubernetes.io/managed-by: Helm
      app.kubernetes.io/component: metrics
      app.kubernetes.io/part-of: kube-state-metrics
      app.kubernetes.io/name: kube-state-metrics
      app.kubernetes.io/instance: kube-state-metrics
-     app.kubernetes.io/version: "2.12.0"
+     app.kubernetes.io/version: "2.14.0"
      app.kubernetes.io/component: exporter
      app.kubernetes.io/name: kube-state-metrics
      app.kubernetes.io/version: 2.8.2
    annotations:
      prometheus.io/scrape: 'true'
  spec:
    type: "ClusterIP"
    ports:
    - name: "http"
      protocol: TCP
      port: 8080
      targetPort: 8080
    
    selector:    
      app.kubernetes.io/name: kube-state-metrics
      app.kubernetes.io/instance: kube-state-metrics
kube-system, kube-state-metrics, ServiceAccount (v1) has changed:
  # Source: kube-state-metrics/templates/serviceaccount.yaml
  apiVersion: v1
  kind: ServiceAccount
+ automountServiceAccountToken: true
  metadata:
    labels:    
-     helm.sh/chart: kube-state-metrics-5.18.1
+     helm.sh/chart: kube-state-metrics-5.29.0
      app.kubernetes.io/managed-by: Helm
      app.kubernetes.io/component: metrics
      app.kubernetes.io/part-of: kube-state-metrics
      app.kubernetes.io/name: kube-state-metrics
      app.kubernetes.io/instance: kube-state-metrics
-     app.kubernetes.io/version: "2.12.0"
+     app.kubernetes.io/version: "2.14.0"
      app.kubernetes.io/component: exporter
      app.kubernetes.io/name: kube-state-metrics
      app.kubernetes.io/version: 2.8.2
    name: kube-state-metrics
    namespace: kube-system

Comparing release=blazer, chart=stakater/application
Comparing release=ingress, chart=charts/nginx-ingress
Comparing release=xray-daemon, chart=okgolove/aws-xray
Comparing release=ipv4-geolocate, chart=charts/ipv4-geolocate
Comparing release=cert-manager, chart=jetstack/cert-manager

@renovate renovate bot force-pushed the renovate/all-minor branch 16 times, most recently from c317cf3 to 45e2e91 Compare June 5, 2024 16:04
@renovate renovate bot force-pushed the renovate/all-minor branch 11 times, most recently from 63eb268 to bb6a4b0 Compare June 13, 2024 14:09
@renovate renovate bot changed the title chore(deps): update all minor dependencies chore(deps): update all minor dependencies to v0.37.0 Jun 17, 2024
@renovate renovate bot changed the title chore(deps): update all minor dependencies to v0.37.0 chore(deps): update all minor dependencies Jun 17, 2024
@renovate renovate bot force-pushed the renovate/all-minor branch 13 times, most recently from cd80dc8 to faaf167 Compare June 25, 2024 13:12
@renovate renovate bot force-pushed the renovate/all-minor branch from faaf167 to 492e93b Compare June 25, 2024 14:04
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 4, 2025

STAGING HELMFILE DIFF:

Helmfile diff too large to display. Check the github actions logs for more details.

Copy link
Copy Markdown
Collaborator

@ben851 ben851 left a comment

Choose a reason for hiding this comment

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

I manually tested all of these in dev and they all work as expected 🎉

We can upgrade these in staging tomorrow

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant