Skip to content

v2.13.3-2025.3.3-bddbd99f7

Latest
Compare
Choose a tag to compare

Features

  • fix(ci): removed null security context from redis-ha values.yaml to placate helm 3.17.1
  • feat: bumped helm to 3.17.1
  • feat: bumped golang-jwt/jwt/v4 to 4.5.1
  • feat: bumped GitHub actions/cache to 4.2.0

Breaking changes for Helm 3.17.1

  • Helm upgrade to 3.17.1 in this release may require changing your values.yaml files for subcharts, if the values.yaml contain a section with a null object.
  • See Related issue in Helm GitHub repository
  • See Helm 3.17.1 release notes
  • Example of such a problem and resolution
  • Explanation:
    1. Prior to Helm 3.17.1, null object in values.yaml resulted in a warning cannot overwrite table with non table upon performing helm template, and the resulting K8s object was not overridden with the invalid null value
    2. In Helm 3.17.1, this behavior changed and null object in values.yaml still results in this warning upon performing helm template, but the resulting K8s object will be overridden with the invalid null value.
    3. To resolve the issue, identify values.yaml with null object values, and remove those null values.