From e0a41f015e3548a31f002b9296ad09988328b18b Mon Sep 17 00:00:00 2001 From: Mike DuRussel Date: Fri, 2 Feb 2024 12:45:30 -0500 Subject: [PATCH 1/2] Add ability to set `signedUrlExpirySeconds` to google providers --- stable/artifactory/CHANGELOG.md | 3 +++ stable/artifactory/Chart.yaml | 2 +- stable/artifactory/files/binarystore.xml | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/stable/artifactory/CHANGELOG.md b/stable/artifactory/CHANGELOG.md index 8b82dd1db..177240dba 100644 --- a/stable/artifactory/CHANGELOG.md +++ b/stable/artifactory/CHANGELOG.md @@ -1,6 +1,9 @@ # JFrog Artifactory Chart Changelog All changes to this chart will be documented in this file. +## [107.77.4] - Feb 02, 2024 +* Added `signedUrlExpirySeconds` option to artifactory.persistence.type of `google-storage`, `google-storage-v2`, and `google-storage-v2-direct` + ## [107.77.3] - Jan 16, 2024 * Removed integration service * Added recommended postgresql sizing configurations under sizing directory diff --git a/stable/artifactory/Chart.yaml b/stable/artifactory/Chart.yaml index e224a9577..3af51bc2b 100644 --- a/stable/artifactory/Chart.yaml +++ b/stable/artifactory/Chart.yaml @@ -21,4 +21,4 @@ name: artifactory sources: - https://github.com/jfrog/charts type: application -version: 107.77.3 +version: 107.77.4 diff --git a/stable/artifactory/files/binarystore.xml b/stable/artifactory/files/binarystore.xml index 4ecdf50fe..1045df054 100644 --- a/stable/artifactory/files/binarystore.xml +++ b/stable/artifactory/files/binarystore.xml @@ -155,6 +155,9 @@ {{ .Values.artifactory.persistence.googleStorage.bucketName }} {{ .Values.artifactory.persistence.googleStorage.path }} {{ .Values.artifactory.persistence.googleStorage.bucketExists }} + {{- if .Values.artifactory.persistence.googleStorage.signedUrlExpirySeconds }} + {{ .Values.artifactory.persistence.googleStorage.signedUrlExpirySeconds }} + {{- end }} {{- end }} From 43cb3a43fad4bc20e20738786494cee875e88ea2 Mon Sep 17 00:00:00 2001 From: Mike DuRussel Date: Fri, 1 Mar 2024 14:37:32 -0500 Subject: [PATCH 2/2] Update the date in CHANGELOG.md --- stable/artifactory/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/artifactory/CHANGELOG.md b/stable/artifactory/CHANGELOG.md index b9e53a22d..cfbe6450b 100644 --- a/stable/artifactory/CHANGELOG.md +++ b/stable/artifactory/CHANGELOG.md @@ -1,7 +1,7 @@ # JFrog Artifactory Chart Changelog All changes to this chart will be documented in this file. -## [107.77.7] - Feb 02, 2024 +## [107.77.7] - Mar 01, 2024 * Added `signedUrlExpirySeconds` option to artifactory.persistence.type of `google-storage`, `google-storage-v2`, and `google-storage-v2-direct` ## [107.77.6] - Feb 20, 2024