mirror of
https://github.com/bitnami/charts.git
synced 2026-02-11 04:37:23 +08:00
[bitnami/cassandra] Release 12.1.1 (#31233)
* [bitnami/cassandra] Release 12.1.1 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 12.1.1 (2025-01-07)
|
||||
|
||||
* [bitnami/cassandra] Release 12.1.1 ([#31233](https://github.com/bitnami/charts/pull/31233))
|
||||
|
||||
## 12.1.0 (2024-12-10)
|
||||
|
||||
* [bitnami/cassandra] Detect non-standard images ([#30866](https://github.com/bitnami/charts/pull/30866))
|
||||
* [bitnami/*] Add Bitnami Premium to NOTES.txt (#30854) ([3dfc003](https://github.com/bitnami/charts/commit/3dfc00376df6631f0ce54b8d440d477f6caa6186)), closes [#30854](https://github.com/bitnami/charts/issues/30854)
|
||||
* [bitnami/*] docs: :memo: Add "Prometheus metrics" (batch 1) (#30660) ([7409ca4](https://github.com/bitnami/charts/commit/7409ca4c21869fabe1532dd4f3ff24895df71c6d)), closes [#30660](https://github.com/bitnami/charts/issues/30660)
|
||||
* [bitnami/*] docs: :memo: Add "Update Credentials" (batch 1) (#30685) ([be6aa1d](https://github.com/bitnami/charts/commit/be6aa1df0bd4479173a78400fef7295de15b408d)), closes [#30685](https://github.com/bitnami/charts/issues/30685)
|
||||
* [bitnami/cassandra] Detect non-standard images (#30866) ([30196ed](https://github.com/bitnami/charts/commit/30196ed6054c6c611ceb03bc71fedeccb36aeb1a)), closes [#30866](https://github.com/bitnami/charts/issues/30866)
|
||||
|
||||
## <small>12.0.5 (2024-11-28)</small>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.28.0
|
||||
digest: sha256:5b30f0fa07bb89b01c55fd6258c8ce22a611b13623d4ad83e8fdd1d4490adc74
|
||||
generated: "2024-12-10T16:50:27.471364+01:00"
|
||||
version: 2.29.0
|
||||
digest: sha256:c0ac22dea12ebe35613a1fbde2d9ffcf913c40dc688139f10914db942f2dab13
|
||||
generated: "2025-01-07T14:19:33.691512175Z"
|
||||
|
||||
@@ -6,11 +6,11 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: cassandra
|
||||
image: docker.io/bitnami/cassandra:5.0.2-debian-12-r3
|
||||
image: docker.io/bitnami/cassandra:5.0.2-debian-12-r4
|
||||
- name: cassandra-exporter
|
||||
image: docker.io/bitnami/cassandra-exporter:2.3.8-debian-12-r33
|
||||
image: docker.io/bitnami/cassandra-exporter:2.3.8-debian-12-r34
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r33
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r34
|
||||
apiVersion: v2
|
||||
appVersion: 5.0.2
|
||||
dependencies:
|
||||
@@ -32,4 +32,4 @@ maintainers:
|
||||
name: cassandra
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/cassandra
|
||||
version: 12.1.0
|
||||
version: 12.1.1
|
||||
|
||||
@@ -560,4 +560,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
@@ -87,7 +87,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/cassandra
|
||||
tag: 5.0.2-debian-12-r3
|
||||
tag: 5.0.2-debian-12-r4
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -681,7 +681,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 12-debian-12-r33
|
||||
tag: 12-debian-12-r34
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -749,7 +749,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/cassandra-exporter
|
||||
tag: 2.3.8-debian-12-r33
|
||||
tag: 2.3.8-debian-12-r34
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user