-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reference redpanda-data/redpanda-operator@b6403b7
- Loading branch information
1 parent
fe115a1
commit 97eb7bc
Showing
53 changed files
with
11,277 additions
and
6,351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
and is generated by [Changie](https://github.com/miniscruff/changie). | ||
|
||
|
||
### [0.1.14](https://github.com/redpanda-data/helm-charts/releases/tag/connectors-0.1.14) - 2024-11-20 | ||
#### Added | ||
* Enabled flag that would be only used by Redpanda chart when partial values will be embedded into Redpanda values struct | ||
#### Changed | ||
* The minimum Kubernetes version has been bumped to `1.25.0` | ||
* By default auto mount is disabled in ServiceAccount and Deployment PodSpec | ||
* Use render function to generate all resources | ||
#### Fixed | ||
#### Removed | ||
|
||
### [0.1.13](https://github.com/redpanda-data/helm-charts/releases/tag/connectors-0.1.13) - 2024-09-26 | ||
#### Added | ||
#### Changed | ||
* Test pod name will be stable (without randomization) [#1541](https://github.com/redpanda-data/helm-charts/pull/1541) | ||
* Update connectors container tag/application version [#1541](https://github.com/redpanda-data/helm-charts/pull/1541) | ||
#### Fixed | ||
#### Removed | ||
|
||
### [0.1.12](https://github.com/redpanda-data/helm-charts/releases/tag/connectors-0.1.12) | ||
#### Added | ||
#### Changed | ||
#### Fixed | ||
#### Removed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
and is generated by [Changie](https://github.com/miniscruff/changie). | ||
|
||
|
||
### [0.7.31](https://github.com/redpanda-data/helm-charts/releases/tag/console-0.7.31) - 2024-12-06 | ||
#### Added | ||
#### Changed | ||
* AppVersion for the new Console release | ||
* By default auto mount is disabled in ServiceAccount and Deployment PodSpec | ||
#### Fixed | ||
#### Removed | ||
|
||
### [0.7.30](https://github.com/redpanda-data/helm-charts/releases/tag/console-0.7.30) - 2024-10-14 | ||
#### Added | ||
* Add Enabled flag that is used in Redpanda chart | ||
* Add test example for oidc configuration [#1503](https://github.com/redpanda-data/helm-charts/pull/1503) | ||
#### Changed | ||
* Bump Console app version | ||
* Align Console init container default value | ||
* The minimum Kubernetes version has been bumped to `1.25.0` | ||
#### Fixed | ||
* License json tag to correctly set Console license [#1510](https://github.com/redpanda-data/helm-charts/pull/1510) | ||
#### Removed | ||
|
||
### [0.7.29](https://github.com/redpanda-data/helm-charts/releases/tag/console-0.7.29) - 2024-08-19 | ||
#### Added | ||
#### Changed | ||
#### Fixed | ||
* Fixed empty tag for the console image if tag is not overridden in values [#1476](https://github.com/redpanda-data/helm-charts/issues/1476) | ||
#### Removed | ||
|
||
### [0.7.28](https://github.com/redpanda-data/helm-charts/releases/tag/console-0.7.28) - 2024-08-08 | ||
#### Added | ||
#### Changed | ||
#### Fixed | ||
* Fixed kubeVersion to be able to deploy on AWS EKS clusters. | ||
#### Removed | ||
|
||
### [Unreleased](https://github.com/redpanda-data/helm-charts/releases/tag/console-FILLMEIN) - YYYY-MM-DD | ||
#### Added | ||
#### Changed | ||
* `initContainers.extraInitContainers` is now pre-processed as YAML by the | ||
chart. Invalid YAML will instead be rendered as an error messages instead of | ||
invalid YAML. | ||
|
||
#### Fixed | ||
#### Removed | ||
* Support for Kubernetes versions < 1.21 have been dropped. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
and is generated by [Changie](https://github.com/miniscruff/changie). | ||
|
||
|
||
## v0.4.39 - 2025-01-17 | ||
### Deprecated | ||
* `configurator`, `configurator.tag`, `configurator.pullPolicy`, and `configurator.repository` are no | ||
longer respected but may still be set. The configurator image can still be set using `additionalCmdFlags`: | ||
|
||
```yaml | ||
additionalCmdFlags: | ||
- --configurator-base-image=my.repo.com/configurator | ||
- --configurator-tag=XYZ | ||
- --configurator-image-pull-policy=IfNotPresent | ||
``` | ||
### [0.4.38](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.38) - 2024-12-20 | ||
#### Added | ||
#### Changed | ||
* App version to match latest redpanda-operator release | ||
#### Fixed | ||
#### Removed | ||
### [0.4.37](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.37) - 2024-12-18 | ||
#### Added | ||
#### Changed | ||
* App version to match latest redpanda-operator release | ||
#### Fixed | ||
#### Removed | ||
### [0.4.36](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.36) - 2024-12-09 | ||
#### Added | ||
#### Changed | ||
* App version to match latest redpanda-operator release | ||
#### Fixed | ||
#### Removed | ||
### [0.4.35](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.35) - 2024-12-04 | ||
#### Added | ||
#### Changed | ||
* to always mounting service account token regardless of auto mount property | ||
#### Fixed | ||
#### Removed | ||
### [0.4.34](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.34) - 2024-11-27 | ||
#### Added | ||
* overriding any PodSpec fields from `PodTemplate` | ||
#### Changed | ||
* Bump Redpanda Operator app version to latest release v2.3.2-24.3.1 | ||
#### Fixed | ||
#### Removed | ||
|
||
### [0.4.33](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.33) - 2024-11-22 | ||
#### Added | ||
* Missing permissions for ClusterRoles, ClusterRoleBindings, Horizontal Pod Autoscaler, cert-manager/Certificate, | ||
cert-manager/Issuer, redpanda/Users, and redpanda/Schemas. | ||
#### Changed | ||
* Application version for newly operator release v2.3.0-24.3.1 | ||
#### Fixed | ||
#### Removed | ||
|
||
### [0.4.32](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.32) - 2024-10-31 | ||
#### Added | ||
* Strategic merge of Pod volumes | ||
* Add new Schema custom resource RBAC rules | ||
#### Changed | ||
* The minimum Kubernetes version has been bumped to `1.25.0` | ||
* Bump operator version [v2.2.5-24.2.7](https://github.com/redpanda-data/redpanda-operator/releases/tag/v2.2.5-24.2.7) | ||
* By default auto mount is disabled in ServiceAccount and Deployment PodSpec | ||
* Mount volume similar to auto mount functionality for ServiceAccount token | ||
#### Fixed | ||
* `--configurator-tag` now correctly falls back to `.appVersion` | ||
#### Removed | ||
|
||
### [0.4.31](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.31) - 2024-10-7 | ||
#### Added | ||
#### Changed | ||
* Bump operator version [v2.2.4-24.2.5](https://github.com/redpanda-data/redpanda-operator/releases/tag/v2.2.4-24.2.5) | ||
#### Fixed | ||
#### Removed | ||
|
||
### [0.4.30](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.30) - 2024-09-17 | ||
#### Added | ||
* Add RBAC rules for the operator chart so it can manage users | ||
#### Changed | ||
#### Fixed | ||
#### Removed | ||
|
||
### [0.4.29](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.29) - 2024-09-11 | ||
#### Added | ||
#### Changed | ||
* Allow to overwrite `appsv1.Deployment.Spec.PodTemplate` | ||
* Bump operator version [v2.2.2-24.2.4](https://github.com/redpanda-data/redpanda-operator/releases/tag/v2.2.2-24.2.4) | ||
* Translate operator helm chart to go. | ||
#### Fixed | ||
#### Removed | ||
|
||
### [0.4.28](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.28) - 2024-08-23 | ||
#### Added | ||
#### Changed | ||
* Bump operator version [v2.2.0-24.2.2](https://github.com/redpanda-data/redpanda-operator/releases/tag/v2.2.0-24.2.2) | ||
#### Fixed | ||
#### Removed | ||
|
||
### [0.4.27](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.27) - 2024-08-08 | ||
#### Added | ||
#### Changed | ||
* Bump operator version [v2.1.29-24.2.2](https://github.com/redpanda-data/redpanda-operator/releases/tag/v2.1.29-24.2.2) | ||
#### Fixed | ||
#### Removed | ||
|
||
### [0.4.26](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.26) - 2024-08-07 | ||
#### Added | ||
#### Changed | ||
* Bump operator version [v2.1.28-24.2.1](https://github.com/redpanda-data/redpanda-operator/releases/tag/v2.1.28-24.2.1) | ||
#### Fixed | ||
* Fix e2e operator tests | ||
#### Removed | ||
|
||
### [0.4.25](https://github.com/redpanda-data/helm-charts/releases/tag/operator-0.4.25) - 2024-07-17 | ||
#### Added | ||
#### Changed | ||
* Updated `appVersion` to `v2.1.26-24.1.9` | ||
#### Fixed | ||
* Added missing permissions for the NodeWatcher controller (`rbac.createAdditionalControllerCRs`) | ||
#### Removed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.