Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jfrog-platform] 10.17.1 release #1863

Merged
merged 6 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/artifactory-cpp-ce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JFrog Artifactory CE for C++ Chart Changelog
All changes to this chart will be documented in this file

## [107.77.3] - Nov 23, 2023
## [107.77.6] - Nov 23, 2023
* **IMPORTANT**
* Added min kubeVersion ">= 1.19.0-0" in chart.yaml

Expand Down
6 changes: 3 additions & 3 deletions stable/artifactory-cpp-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: 7.77.3
appVersion: 7.77.6
dependencies:
- name: artifactory
repository: file://charts/artifactory
version: 107.77.3
version: 107.77.6
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
Expand All @@ -21,4 +21,4 @@ name: artifactory-cpp-ce
sources:
- https://github.com/jfrog/charts
type: application
version: 107.77.3
version: 107.77.6
3 changes: 2 additions & 1 deletion stable/artifactory-ha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# JFrog Artifactory-ha Chart Changelog
All changes to this chart will be documented in this file

## [107.77.3] - Jan 16, 2024
## [107.77.6] - Feb 20, 2024
* Removed integration service
* Added recommended postgresql sizing configurations under sizing directory
* Updated artifactory-federation (probes, port, embedded mode)
* Fixing broken nginx port [GH-1860](https://github.com/jfrog/charts/issues/1860)

## [107.76.0] - Dec 13, 2023
* Added connectionTimeout and socketTimeout paramaters under AWSS3 binarystore section
Expand Down
4 changes: 2 additions & 2 deletions stable/artifactory-ha/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 7.77.3
appVersion: 7.77.6
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -21,4 +21,4 @@ name: artifactory-ha
sources:
- https://github.com/jfrog/charts
type: application
version: 107.77.3
version: 107.77.6
9 changes: 7 additions & 2 deletions stable/artifactory-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1740,6 +1740,10 @@ nginx:
if ($http_x_forwarded_proto = '') {
set $http_x_forwarded_proto $scheme;
}
set $host_port {{ .Values.nginx.https.externalPort }};
if ( $scheme = "http" ) {
set $host_port {{ .Values.nginx.http.externalPort }};
}
## Application specific logs
## access_log /var/log/nginx/artifactory-access.log timing;
## error_log /var/log/nginx/artifactory-error.log;
Expand All @@ -1749,7 +1753,6 @@ nginx:
}
chunked_transfer_encoding on;
client_max_body_size 0;

location / {
proxy_read_timeout 900;
proxy_pass_header Server;
Expand All @@ -1758,7 +1761,7 @@ nginx:
{{- if .Values.nginx.service.ssloffload}}
proxy_set_header X-JFrog-Override-Base-Url $http_x_forwarded_proto://$host;
{{- else }}
proxy_set_header X-JFrog-Override-Base-Url $http_x_forwarded_proto://$host:$server_port;
proxy_set_header X-JFrog-Override-Base-Url $http_x_forwarded_proto://$host:$host_port;
proxy_set_header X-Forwarded-Port $server_port;
{{- end }}
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;
Expand Down Expand Up @@ -1822,6 +1825,8 @@ nginx:
# targetPort: 8066
# protocol: TCP
# name: docker

annotations: {}
## Renamed nginx internalPort 80,443 to 8080,8443 to support openshift
http:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion stable/artifactory-jcr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JFrog Container Registry Chart Changelog
All changes to this chart will be documented in this file.

## [107.77.3] - Nov 23, 2023
## [107.77.6] - Nov 23, 2023
* **IMPORTANT**
* Added min kubeVersion ">= 1.19.0-0" in chart.yaml

Expand Down
6 changes: 3 additions & 3 deletions stable/artifactory-jcr/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: 7.77.3
appVersion: 7.77.6
dependencies:
- name: artifactory
repository: file://charts/artifactory
version: 107.77.3
version: 107.77.6
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
Expand All @@ -22,4 +22,4 @@ name: artifactory-jcr
sources:
- https://github.com/jfrog/charts
type: application
version: 107.77.3
version: 107.77.6
2 changes: 1 addition & 1 deletion stable/artifactory-oss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JFrog Artifactory OSS Chart Changelog
All changes to this chart will be documented in this file

## [107.77.3] - Nov 23, 2023
## [107.77.6] - Nov 23, 2023
* **IMPORTANT**
* Added min kubeVersion ">= 1.19.0-0" in chart.yaml

Expand Down
6 changes: 3 additions & 3 deletions stable/artifactory-oss/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: 7.77.3
appVersion: 7.77.6
dependencies:
- name: artifactory
repository: file://charts/artifactory
version: 107.77.3
version: 107.77.6
description: JFrog Artifactory OSS
home: https://www.jfrog.com/artifactory/
icon: https://raw.githubusercontent.com/jfrog/charts/master/stable/artifactory/logo/artifactory-logo.png
Expand All @@ -20,4 +20,4 @@ name: artifactory-oss
sources:
- https://github.com/jfrog/charts
type: application
version: 107.77.3
version: 107.77.6
3 changes: 2 additions & 1 deletion stable/artifactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# JFrog Artifactory Chart Changelog
All changes to this chart will be documented in this file.

## [107.77.3] - Jan 16, 2024
## [107.77.6] - Feb 20, 2024
* Removed integration service
* Added recommended postgresql sizing configurations under sizing directory
* Updated artifactory-federation (probes, port, embedded mode)
* Fixed - Removed duplicate keys of the sizing yaml file
* Fixing broken nginx port [GH-1860](https://github.com/jfrog/charts/issues/1860)

## [107.76.0] - Dec 13, 2023
* Added connectionTimeout and socketTimeout paramaters under AWSS3 binarystore section
Expand Down
4 changes: 2 additions & 2 deletions stable/artifactory/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 7.77.3
appVersion: 7.77.6
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -21,4 +21,4 @@ name: artifactory
sources:
- https://github.com/jfrog/charts
type: application
version: 107.77.3
version: 107.77.6
7 changes: 5 additions & 2 deletions stable/artifactory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,10 @@ nginx:
if ($http_x_forwarded_proto = '') {
set $http_x_forwarded_proto $scheme;
}
set $host_port {{ .Values.nginx.https.externalPort }};
if ( $scheme = "http" ) {
set $host_port {{ .Values.nginx.http.externalPort }};
}
## Application specific logs
## access_log /var/log/nginx/artifactory-access.log timing;
## error_log /var/log/nginx/artifactory-error.log;
Expand All @@ -1630,7 +1634,7 @@ nginx:
{{- if .Values.nginx.service.ssloffload}}
proxy_set_header X-JFrog-Override-Base-Url $http_x_forwarded_proto://$host;
{{- else }}
proxy_set_header X-JFrog-Override-Base-Url $http_x_forwarded_proto://$host:$server_port;
proxy_set_header X-JFrog-Override-Base-Url $http_x_forwarded_proto://$host:$host_port;
proxy_set_header X-Forwarded-Port $server_port;
{{- end }}
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;
Expand All @@ -1642,7 +1646,6 @@ nginx:
proxy_buffering off;
{{- end }}
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;

location /artifactory/ {
if ( $request_uri ~ ^/artifactory/(.*)$ ) {
proxy_pass http://{{ include "artifactory.fullname" . }}:{{ .Values.artifactory.externalArtifactoryPort }}/artifactory/$1;
Expand Down
2 changes: 1 addition & 1 deletion stable/distribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JFrog Distribution Chart Changelog
All changes to this project chart be documented in this file.

## [102.22.1] - Dec 22, 2023
## [102.22.2] - Dec 22, 2023
* Added recommended sizing configurations under sizing directory, please refer [here](README.md/#apply-sizing-configurations-to-the-chart)

## [102.21.0] - Nov 22, 2023
Expand Down
4 changes: 2 additions & 2 deletions stable/distribution/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.22.1
appVersion: 2.22.2
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -19,4 +19,4 @@ name: distribution
sources:
- https://github.com/jfrog/charts
type: application
version: 102.22.1
version: 102.22.2
2 changes: 1 addition & 1 deletion stable/insight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JFrog Insights Chart Changelog
All changes to this chart will be documented in this file.

## [101.16.6] - Oct 17, 2023
## [101.16.7] - Oct 17, 2023
* Fixed - StatefulSet pod annotations changed from range to toYaml [GH-1828](https://github.com/jfrog/charts/issues/1828)

## [101.15.0] - Sep 18, 2023
Expand Down
4 changes: 2 additions & 2 deletions stable/insight/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.16.6
appVersion: 1.16.7
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -19,4 +19,4 @@ name: insight
sources:
- https://github.com/jfrog/charts
type: application
version: 101.16.6
version: 101.16.7
9 changes: 9 additions & 0 deletions stable/jfrog-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# JFrog Platform Chart Changelog (GA releases only)
All changes to this chart will be documented in this file.

## [10.17.1] - Feb 29, 2024
* Updated README.md to create a namespace using `--create-namespace` as part of helm install
* Updated `artifactory.installerInfo` content
* Update dependency artifactory chart version to 107.77.6
* Update dependency xray chart version to 103.90.1
* Update dependency distribution chart version to 102.22.2
* Update dependency insight chart version to 101.16.7
* Update dependency pipelines chart version to 101.55.6

## [10.17.0] - Jan 24, 2023
* **IMPORTANT**
* Added min kubeVersion ">= 1.19.0-0" in chart.yaml
Expand Down
14 changes: 7 additions & 7 deletions stable/jfrog-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ dependencies:
version: 11.9.3
- name: artifactory
repository: https://charts.jfrog.io/
version: 107.77.3
version: 107.77.6
- name: xray
repository: https://charts.jfrog.io/
version: 103.87.9
version: 103.90.1
- name: distribution
repository: https://charts.jfrog.io/
version: 102.22.1
version: 102.22.2
- name: insight
repository: https://charts.jfrog.io/
version: 101.16.6
version: 101.16.7
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.53.4
digest: sha256:f9cf10d922803ead6cfb196700de26f21ff54d13e3b616dd1df1cecc2fac9e44
generated: "2024-01-24T15:31:40.815967+05:30"
version: 101.55.6
digest: sha256:7dab87296e623847160abc644f43556da5bb2d7083a357888e68a6db1e11f9e1
generated: "2024-02-29T20:49:08.265023+05:30"
15 changes: 7 additions & 8 deletions stable/jfrog-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 7.77.3
appVersion: 7.77.6
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -12,23 +12,23 @@ dependencies:
- condition: artifactory.enabled
name: artifactory
repository: https://charts.jfrog.io/
version: 107.77.3
version: 107.77.6
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
version: 103.87.9
version: 103.90.1
- condition: distribution.enabled
name: distribution
repository: https://charts.jfrog.io/
version: 102.22.1
version: 102.22.2
- condition: insight.enabled
name: insight
repository: https://charts.jfrog.io/
version: 101.16.6
version: 101.16.7
- condition: pipelines.enabled
name: pipelines
repository: https://charts.jfrog.io/
version: 101.53.4
version: 101.55.6
description: The Helm chart for JFrog Platform (Universal, hybrid, end-to-end DevOps
automation)
home: https://jfrog.com/platform/
Expand All @@ -39,7 +39,6 @@ keywords:
- xray
- distribution
- insight
- pdn-server
- pipelines
- jfrog
- devops
Expand All @@ -51,4 +50,4 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.17.0
version: 10.17.1
Loading
Loading