From 0f9fed85b67652f853c7001d3c196d7827064222 Mon Sep 17 00:00:00 2001 From: logeshwarsn Date: Fri, 22 Sep 2023 15:38:55 +0530 Subject: [PATCH 1/4] [artifactory] 7.68.11 release --- stable/artifactory-cpp-ce/CHANGELOG.md | 2 +- stable/artifactory-cpp-ce/Chart.yaml | 6 +++--- stable/artifactory-ha/CHANGELOG.md | 7 ++++++- stable/artifactory-ha/Chart.yaml | 4 ++-- .../templates/artifactory-node-statefulset.yaml | 3 +++ .../templates/artifactory-primary-statefulset.yaml | 3 +++ stable/artifactory-jcr/CHANGELOG.md | 2 +- stable/artifactory-jcr/Chart.yaml | 6 +++--- stable/artifactory-oss/CHANGELOG.md | 2 +- stable/artifactory-oss/Chart.yaml | 6 +++--- stable/artifactory/CHANGELOG.md | 6 +++++- stable/artifactory/Chart.yaml | 4 ++-- stable/artifactory/templates/artifactory-statefulset.yaml | 3 +++ 13 files changed, 36 insertions(+), 18 deletions(-) diff --git a/stable/artifactory-cpp-ce/CHANGELOG.md b/stable/artifactory-cpp-ce/CHANGELOG.md index 0a0415dde..b14f80080 100644 --- a/stable/artifactory-cpp-ce/CHANGELOG.md +++ b/stable/artifactory-cpp-ce/CHANGELOG.md @@ -1,7 +1,7 @@ # JFrog Artifactory CE for C++ Chart Changelog All changes to this chart will be documented in this file -## [107.68.8] - Jul 20, 2023 +## [107.68.11] - Jul 20, 2023 * Disabled federation services when splitServicesToContainers=true ## [107.45.0] - Aug 25, 2022 diff --git a/stable/artifactory-cpp-ce/Chart.yaml b/stable/artifactory-cpp-ce/Chart.yaml index 44a7b955b..f3bf78a48 100644 --- a/stable/artifactory-cpp-ce/Chart.yaml +++ b/stable/artifactory-cpp-ce/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 7.68.7 +appVersion: 7.68.11 dependencies: - name: artifactory repository: file://charts/artifactory - version: 107.68.8 + version: 107.68.11 description: JFrog Artifactory CE for C++ home: https://www.jfrog.com/artifactory/ icon: https://raw.githubusercontent.com/jfrog/charts/master/stable/artifactory-cpp-ce/logo/conan.png @@ -21,4 +21,4 @@ name: artifactory-cpp-ce sources: - https://github.com/jfrog/charts type: application -version: 107.68.8 +version: 107.68.11 diff --git a/stable/artifactory-ha/CHANGELOG.md b/stable/artifactory-ha/CHANGELOG.md index 009fe7fe8..7123f652a 100644 --- a/stable/artifactory-ha/CHANGELOG.md +++ b/stable/artifactory-ha/CHANGELOG.md @@ -1,8 +1,13 @@ # JFrog Artifactory-ha Chart Changelog All changes to this chart will be documented in this file -## [107.68.8] - Sep 15, 2023 +## [107.68.11] - Sep 20, 2023 +* Fixed rtfs context +* Fixed - Metadata service does not respect customVolumeMounts for DB CAs [GH-1815](https://github.com/jfrog/charts/issues/1815) + +## [107.68.8] - Sep 18, 2023 * Reverted - Enabled `unifiedSecretInstallation` by default [GH-1819](https://github.com/jfrog/charts/issues/1819) +* Removed unused `artifactory.javaOpts` from values.yaml * Removed openshift condition check from NOTES.txt * Fixed an issue with artifactory node replicaCount [GH-1808](https://github.com/jfrog/charts/issues/1808) diff --git a/stable/artifactory-ha/Chart.yaml b/stable/artifactory-ha/Chart.yaml index 4fceafeb2..d41409541 100644 --- a/stable/artifactory-ha/Chart.yaml +++ b/stable/artifactory-ha/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 7.68.7 +appVersion: 7.68.11 dependencies: - condition: postgresql.enabled name: postgresql @@ -21,4 +21,4 @@ name: artifactory-ha sources: - https://github.com/jfrog/charts type: application -version: 107.68.8 +version: 107.68.11 diff --git a/stable/artifactory-ha/templates/artifactory-node-statefulset.yaml b/stable/artifactory-ha/templates/artifactory-node-statefulset.yaml index 1afbca140..ed5cb959c 100644 --- a/stable/artifactory-ha/templates/artifactory-node-statefulset.yaml +++ b/stable/artifactory-ha/templates/artifactory-node-statefulset.yaml @@ -585,6 +585,9 @@ spec: {{ tpl (toYaml .) $ | indent 8 }} {{- end }} volumeMounts: + {{- if or .Values.artifactory.customVolumeMounts .Values.global.customVolumeMounts }} +{{ tpl (include "artifactory-ha.customVolumeMounts" .) . | indent 8 }} + {{- end }} - name: volume mountPath: {{ .Values.artifactory.persistence.mountPath | quote }} resources: diff --git a/stable/artifactory-ha/templates/artifactory-primary-statefulset.yaml b/stable/artifactory-ha/templates/artifactory-primary-statefulset.yaml index 998817eb4..73ce3abf3 100644 --- a/stable/artifactory-ha/templates/artifactory-primary-statefulset.yaml +++ b/stable/artifactory-ha/templates/artifactory-primary-statefulset.yaml @@ -675,6 +675,9 @@ spec: {{ tpl (toYaml .) $ | indent 8 }} {{- end }} volumeMounts: + {{- if or .Values.artifactory.customVolumeMounts .Values.global.customVolumeMounts }} +{{ tpl (include "artifactory-ha.customVolumeMounts" .) . | indent 8 }} + {{- end }} - name: volume mountPath: {{ .Values.artifactory.persistence.mountPath | quote }} resources: diff --git a/stable/artifactory-jcr/CHANGELOG.md b/stable/artifactory-jcr/CHANGELOG.md index f8798bfdc..a63810854 100644 --- a/stable/artifactory-jcr/CHANGELOG.md +++ b/stable/artifactory-jcr/CHANGELOG.md @@ -1,7 +1,7 @@ # JFrog Container Registry Chart Changelog All changes to this chart will be documented in this file. -## [107.68.8] - Jul 20, 2023 +## [107.68.11] - Jul 20, 2023 * Disabled federation services when splitServicesToContainers=true ## [107.45.0] - Aug 25, 2022 diff --git a/stable/artifactory-jcr/Chart.yaml b/stable/artifactory-jcr/Chart.yaml index c0c34976a..89ca6bbee 100644 --- a/stable/artifactory-jcr/Chart.yaml +++ b/stable/artifactory-jcr/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 7.68.7 +appVersion: 7.68.11 dependencies: - name: artifactory repository: file://charts/artifactory - version: 107.68.8 + version: 107.68.11 description: JFrog Container Registry home: https://jfrog.com/container-registry/ icon: https://raw.githubusercontent.com/jfrog/charts/master/stable/artifactory-jcr/logo/jcr-logo.png @@ -22,4 +22,4 @@ name: artifactory-jcr sources: - https://github.com/jfrog/charts type: application -version: 107.68.8 +version: 107.68.11 diff --git a/stable/artifactory-oss/CHANGELOG.md b/stable/artifactory-oss/CHANGELOG.md index faf3f2cdf..9d1dcf427 100644 --- a/stable/artifactory-oss/CHANGELOG.md +++ b/stable/artifactory-oss/CHANGELOG.md @@ -1,7 +1,7 @@ # JFrog Artifactory OSS Chart Changelog All changes to this chart will be documented in this file -## [107.68.8] - Jul 20, 2023 +## [107.68.11] - Jul 20, 2023 * Disabled federation services when splitServicesToContainers=true ## [107.45.0] - Aug 25, 2022 diff --git a/stable/artifactory-oss/Chart.yaml b/stable/artifactory-oss/Chart.yaml index 1cd2e29b1..bbc15ea3f 100644 --- a/stable/artifactory-oss/Chart.yaml +++ b/stable/artifactory-oss/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 7.68.7 +appVersion: 7.68.11 dependencies: - name: artifactory repository: file://charts/artifactory - version: 107.68.8 + version: 107.68.11 description: JFrog Artifactory OSS home: https://www.jfrog.com/artifactory/ icon: https://raw.githubusercontent.com/jfrog/charts/master/stable/artifactory/logo/artifactory-logo.png @@ -20,4 +20,4 @@ name: artifactory-oss sources: - https://github.com/jfrog/charts type: application -version: 107.68.8 +version: 107.68.11 diff --git a/stable/artifactory/CHANGELOG.md b/stable/artifactory/CHANGELOG.md index 6fea9bb03..e78c9dfad 100644 --- a/stable/artifactory/CHANGELOG.md +++ b/stable/artifactory/CHANGELOG.md @@ -1,7 +1,11 @@ # JFrog Artifactory Chart Changelog All changes to this chart will be documented in this file. -## [107.68.8] - Sep 15, 2023 +## [107.68.11] - Sep 20, 2023 +* Fixed rtfs context +* Fixed - Metadata service does not respect customVolumeMounts for DB CAs [GH-1815](https://github.com/jfrog/charts/issues/1815) + +## [107.68.8] - Sep 18, 2023 * Reverted - Enabled `unifiedSecretInstallation` by default [GH-1819](https://github.com/jfrog/charts/issues/1819) * Removed openshift condition check from NOTES.txt diff --git a/stable/artifactory/Chart.yaml b/stable/artifactory/Chart.yaml index fe807933d..62d16e900 100644 --- a/stable/artifactory/Chart.yaml +++ b/stable/artifactory/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 7.68.7 +appVersion: 7.68.11 dependencies: - condition: postgresql.enabled name: postgresql @@ -21,4 +21,4 @@ name: artifactory sources: - https://github.com/jfrog/charts type: application -version: 107.68.8 +version: 107.68.11 diff --git a/stable/artifactory/templates/artifactory-statefulset.yaml b/stable/artifactory/templates/artifactory-statefulset.yaml index 3281dae42..3b6308b31 100644 --- a/stable/artifactory/templates/artifactory-statefulset.yaml +++ b/stable/artifactory/templates/artifactory-statefulset.yaml @@ -649,6 +649,9 @@ spec: {{ tpl (toYaml .) $ | indent 8 }} {{- end }} volumeMounts: + {{- if or .Values.artifactory.customVolumeMounts .Values.global.customVolumeMounts }} +{{ tpl (include "artifactory.customVolumeMounts" .) . | indent 8 }} + {{- end }} - name: artifactory-volume mountPath: {{ .Values.artifactory.persistence.mountPath | quote }} resources: From fe935838a558a580b72d39ec01a2264dff25c487 Mon Sep 17 00:00:00 2001 From: logeshwarsn Date: Fri, 22 Sep 2023 15:41:01 +0530 Subject: [PATCH 2/4] [distribution] 2.20.2 release --- stable/distribution/CHANGELOG.md | 2 +- stable/distribution/Chart.yaml | 4 ++-- .../distribution/logo/distribution-logo.png | Bin 7744 -> 7743 bytes 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/distribution/CHANGELOG.md b/stable/distribution/CHANGELOG.md index 2460ab722..c92103371 100644 --- a/stable/distribution/CHANGELOG.md +++ b/stable/distribution/CHANGELOG.md @@ -1,7 +1,7 @@ # JFrog Distribution Chart Changelog All changes to this project chart be documented in this file. -## [102.20.1] - Aug 29, 2023 +## [102.20.2] - Aug 29, 2023 * Updated redis version tag to `7.2.0-debian-11-r2` * Enabled `unifiedSecretInstallation` by default diff --git a/stable/distribution/Chart.yaml b/stable/distribution/Chart.yaml index 52f9ebb24..0961e369e 100644 --- a/stable/distribution/Chart.yaml +++ b/stable/distribution/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2.20.1 +appVersion: 2.20.2 dependencies: - condition: postgresql.enabled name: postgresql @@ -19,4 +19,4 @@ name: distribution sources: - https://github.com/jfrog/charts type: application -version: 102.20.1 +version: 102.20.2 diff --git a/stable/distribution/logo/distribution-logo.png b/stable/distribution/logo/distribution-logo.png index 1c6ba35124384f4a7d0faa501c3ae9d21468ef58..e0aa134d6b7e53ca5f027c67070553d7dd236f23 100644 GIT binary patch delta 422 zcmX?Lv)_ihGr-TCONxtufq`oyj~Wvr*JNX+1RyzusUAp*Fu!2qx-8tM%r%*b#g>t4 zvjfW`MxeMdTMLj}!Is6t)p7h+wu6mW%ti~Y$#U$bK!M<+o3ht4evGK+njFtwL{LT4 z<_eBzkfB#Nm4M`TPCZ_(MT{r^aNV5Mygq`JYqAknB~W|~R}_$B=WYPHqJx{48Awgz zD+B7=%qw65((WXv1|%~DuKP`PiX-bIWj|M1?N)x17}m3OisS0zwb+U7;FYjarseYi;1*uvf=_kDcNPd^L1d@g_k7am09GAzN+f8MXnh?VE@-^$) z2DT*&F0YrK?*&v~AlnBd_shD-@OHeO^s3?Kk_I-F`I}bWezc28O5nQcRmRVrKn3!0 F3IIorh`0a% From 3dc495b3bc2f11e77caac3386b78d7af37552c74 Mon Sep 17 00:00:00 2001 From: logeshwarsn Date: Fri, 22 Sep 2023 15:42:10 +0530 Subject: [PATCH 3/4] [insight] 1.15.4 release --- stable/insight/CHANGELOG.md | 2 +- stable/insight/Chart.yaml | 4 ++-- stable/insight/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/insight/CHANGELOG.md b/stable/insight/CHANGELOG.md index 5599d577a..80354d75d 100644 --- a/stable/insight/CHANGELOG.md +++ b/stable/insight/CHANGELOG.md @@ -1,7 +1,7 @@ # JFrog Insights Chart Changelog All changes to this chart will be documented in this file. -## [101.15.3] - Mar 21, 2023 +## [101.15.4] - Mar 21, 2023 * Updated postgresql multi-arch tag version to `13.10.0-debian-11-r14` ## [101.14.0] - Mar 02, 2023 diff --git a/stable/insight/Chart.yaml b/stable/insight/Chart.yaml index 51005c16b..79446a5d2 100644 --- a/stable/insight/Chart.yaml +++ b/stable/insight/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.15.3 +appVersion: 1.15.4 dependencies: - condition: postgresql.enabled name: postgresql @@ -19,4 +19,4 @@ name: insight sources: - https://github.com/jfrog/charts type: application -version: 101.15.3 +version: 101.15.4 diff --git a/stable/insight/values.yaml b/stable/insight/values.yaml index aa940f477..ef6b4fc47 100644 --- a/stable/insight/values.yaml +++ b/stable/insight/values.yaml @@ -727,7 +727,7 @@ router: image: registry: releases-docker.jfrog.io repository: jfrog/router - tag: 7.70.1 + tag: 7.78.0 imagePullPolicy: IfNotPresent serviceRegistry: ## Service registry (Access) TLS verification skipped if enabled From bdc2123cfb71edc4eaf3adebb8b0011fc0efef95 Mon Sep 17 00:00:00 2001 From: logeshwarsn Date: Fri, 22 Sep 2023 15:43:18 +0530 Subject: [PATCH 4/4] [xray] 3.82.11 release --- stable/xray/CHANGELOG.md | 2 +- stable/xray/Chart.yaml | 4 ++-- stable/xray/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/xray/CHANGELOG.md b/stable/xray/CHANGELOG.md index c4d5d0fd5..51c0de336 100644 --- a/stable/xray/CHANGELOG.md +++ b/stable/xray/CHANGELOG.md @@ -1,7 +1,7 @@ # JFrog Xray Chart Changelog All changes to this chart will be documented in this file. -## [103.82.6] - Jul 16, 2023 +## [103.82.11] - Jul 16, 2023 * Added `podSecurityContext.enabled` and `containerSecurityContext.enabled` to support openshift ## [103.79.0] - Jul 3, 2023 diff --git a/stable/xray/Chart.yaml b/stable/xray/Chart.yaml index 0a4de9960..278b42de8 100644 --- a/stable/xray/Chart.yaml +++ b/stable/xray/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 3.82.6 +appVersion: 3.82.11 dependencies: - condition: postgresql.enabled name: postgresql @@ -24,4 +24,4 @@ name: xray sources: - https://github.com/jfrog/charts type: application -version: 103.82.6 +version: 103.82.11 diff --git a/stable/xray/values.yaml b/stable/xray/values.yaml index ad89a65b8..cad25114c 100644 --- a/stable/xray/values.yaml +++ b/stable/xray/values.yaml @@ -1111,7 +1111,7 @@ router: image: registry: releases-docker.jfrog.io repository: jfrog/router - tag: 7.78.0 + tag: 7.79.0 imagePullPolicy: IfNotPresent serviceRegistry: ## Service registry (Access) TLS verification skipped if enabled.