Skip to content

Releases: redpanda-data/redpanda-operator

v2.3.6-24.3.3

21 Jan 16:36
Compare
Choose a tag to compare

v2.3.6-24.3.3 - 2025-01-17

Added

  • Users in air-gapped environments that cannot access the official Redpanda Helm Chart repository (https://charts.redpanda.com/)
    can now specify an alternative Helm chart repository using the helm-repository-url flag. In the Redpanda Operator Helm chart,
    this flag is not exposed as an option in the Helm values. Instead, it must be set as an input in the additionalCmdFlags array.

    The given repository must include the following charts:

    • Redpanda
    • Console
    • Connectors
  • Added resources.limits and resources.requests as an alternative method of managing the redpanda container's resources.

    When both resources.limits and resources.requests are specified, the
    redpanda container's resources will be set to the provided values and all
    other keys of resources will be ignored. Instead, all other values will be
    inferred from the limits and requests.

    This allows fine grain control of resources. i.e. It is now possible to set
    CPU requests without setting limits:

    resources:
      limits: {} # Specified but no cpu or memory values provided
      requests:
        cpu: 5 # Only CPU requests

Changed

  • For any user that is mirroring configurator image (air-gapped environment) and changes entrypoint
    or wraps configurator with additional script the following constraint need to be meet:
    • set the following flags
      • to change the container repository set --configurator-base-image=my.repo.com/configurator flag
      • to change the container tag set --configurator-tag=XYZ flag
    • image needs to supports the entrypoint redpanda-operator configure as it is the default one

Fixed

  • Value's merging no longer writes files to disk which prevents the operator from eating disk space when the reconciliation loop is run in rapid succession
  • Fixed slice out of bounds panics when using the fs-validator and useFlux: false

v2.3.5-24.3.2

20 Dec 19:44
Compare
Choose a tag to compare

What's Changed

  • operator v1: remove obsolete additional container ports by @birdayz in #362
  • Add Close calls for rpadmin clients to ensure any idle connections are fully pruned when a client is not longer needed by @andrewstucki in #366
  • Cherry pick improvements from helm charts repo by @RafalKorepta in #365

Full Changelog: v2.3.4-24.3.2...v2.3.5-24.3.2

v2.3.4-24.3.2

18 Dec 21:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.3-24.3.1...v2.3.4-24.3.2

v2.3.3-24.3.1

06 Dec 20:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0-24.3.1...v2.3.3-24.3.1

v2.3.0-24.3.1

22 Nov 14:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.5-24.2.7...v2.3.0-24.3.1

v2.2.5-24.2.7

18 Oct 14:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.4-24.2.5...v2.2.5-24.2.7

v2.2.4-24.2.5

25 Sep 17:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.3-24.2.4...v2.2.4-24.2.5

v2.2.3-24.2.4

20 Sep 08:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2-24.2.4...v2.2.3-24.2.4

v2.2.2-24.2.4

11 Sep 19:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1-24.2.3...v2.2.2-24.2.4

v2.2.1-24.2.3

04 Sep 15:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0-24.2.2...v2.2.1-24.2.3