From 06badcc25f8b22afec9026f49f4b187cda7d97fe Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 19 Dec 2024 01:50:36 +0100 Subject: [PATCH] [bitnami/janusgraph] Release 1.2.1 (#31098) * [bitnami/janusgraph] Release 1.2.1 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/janusgraph/CHANGELOG.md | 6 +++++- bitnami/janusgraph/Chart.lock | 6 +++--- bitnami/janusgraph/Chart.yaml | 6 +++--- bitnami/janusgraph/README.md | 2 +- bitnami/janusgraph/values.yaml | 4 ++-- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/bitnami/janusgraph/CHANGELOG.md b/bitnami/janusgraph/CHANGELOG.md index 580c924686..ada785eedc 100644 --- a/bitnami/janusgraph/CHANGELOG.md +++ b/bitnami/janusgraph/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 1.2.1 (2024-12-19) + +* [bitnami/janusgraph] Release 1.2.1 ([#31098](https://github.com/bitnami/charts/pull/31098)) + ## 1.2.0 (2024-12-18) -* [birtnami/janusgraph] chore(jmx-exporter): Upgrade image and change args ([#31090](https://github.com/bitnami/charts/pull/31090)) +* [birtnami/janusgraph] chore(jmx-exporter): Upgrade image and change args (#31090) ([1c6465d](https://github.com/bitnami/charts/commit/1c6465d5502b8298898896c38302e4500bcae4a4)), closes [#31090](https://github.com/bitnami/charts/issues/31090) ## 1.1.0 (2024-12-10) diff --git a/bitnami/janusgraph/Chart.lock b/bitnami/janusgraph/Chart.lock index 1094af0bf5..5eaf473433 100644 --- a/bitnami/janusgraph/Chart.lock +++ b/bitnami/janusgraph/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: cassandra repository: oci://registry-1.docker.io/bitnamicharts - version: 12.0.5 + version: 12.1.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.28.0 -digest: sha256:6b15efd3e07b9ed1caa697ca38c8921d6e3eccc663e36a395e6d4edf4ee9c371 -generated: "2024-12-10T17:05:06.293747+01:00" +digest: sha256:10abde917fc9c74ba582d770a671df837ec068ed1e4ceb4fd6ce13d2b728eaaa +generated: "2024-12-19T00:31:30.642206673Z" diff --git a/bitnami/janusgraph/Chart.yaml b/bitnami/janusgraph/Chart.yaml index f994d2a262..e1334b3d57 100644 --- a/bitnami/janusgraph/Chart.yaml +++ b/bitnami/janusgraph/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: janusgraph - image: docker.io/bitnami/janusgraph:1.1.0-debian-12-r0 + image: docker.io/bitnami/janusgraph:1.1.0-debian-12-r3 - name: jmx-exporter image: docker.io/bitnami/jmx-exporter:1.1.0-debian-12-r1 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r32 + image: docker.io/bitnami/os-shell:12-debian-12-r34 apiVersion: v2 appVersion: 1.1.0 dependencies: @@ -38,4 +38,4 @@ sources: - https://github.com/bitnami/charts/tree/main/bitnami/janusgraph - https://github.com/bitnami/containers/tree/main/bitnami/janusgraph - https://github.com/janusgraph/janusgraph -version: 1.2.0 +version: 1.2.1 diff --git a/bitnami/janusgraph/README.md b/bitnami/janusgraph/README.md index 52f7ee560f..eea6eb132f 100644 --- a/bitnami/janusgraph/README.md +++ b/bitnami/janusgraph/README.md @@ -484,4 +484,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. \ No newline at end of file diff --git a/bitnami/janusgraph/values.yaml b/bitnami/janusgraph/values.yaml index bd11b7d8b7..3969868251 100644 --- a/bitnami/janusgraph/values.yaml +++ b/bitnami/janusgraph/values.yaml @@ -184,7 +184,7 @@ javaOptions: "" image: registry: docker.io repository: bitnami/janusgraph - tag: 1.1.0-debian-12-r0 + tag: 1.1.0-debian-12-r3 digest: "" ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -843,7 +843,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r32 + tag: 12-debian-12-r34 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.