Skip to content

Commit

Permalink
Merge pull request #1846 from jfrog/jp-10.16.3
Browse files Browse the repository at this point in the history
[jfrog-platform] 10.16.3 release
  • Loading branch information
chukka authored Dec 6, 2023
2 parents b087778 + 03c59e6 commit 3e3e047
Show file tree
Hide file tree
Showing 36 changed files with 296 additions and 208 deletions.
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.71.4] - Jul 20, 2023
## [107.71.5] - Jul 20, 2023
* Disabled federation services when splitServicesToContainers=true

## [107.45.0] - Aug 25, 2022
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.71.4
appVersion: 7.71.5
dependencies:
- name: artifactory
repository: file://charts/artifactory
version: 107.71.4
version: 107.71.5
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.71.4
version: 107.71.5
5 changes: 3 additions & 2 deletions stable/artifactory-ha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# JFrog Artifactory-ha Chart Changelog
All changes to this chart will be documented in this file

## [107.71.4] - Oct 31, 2023
## [107.71.5] - Nov 15, 2023
* Fixed - StatefulSet pod annotations changed from range to toYaml [GH-1828](https://github.com/jfrog/charts/issues/1828)
* Fixed - Invalid format for awsS3V3 `multiPartLimit,multipartElementSize` in binarystore.xml.
* Fixed - Invalid format for awsS3V3 `multiPartLimit,multipartElementSize` in binarystore.xml
* Fixed - Artifactory primary service condition

## [107.69.0] - Sep 18, 2023
* Adjust rtfs context
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.71.4
appVersion: 7.71.5
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.71.4
version: 107.71.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if gt (.Values.artifactory.node.replicaCount | int) 0 -}}
{{- if gt (.Values.artifactory.primary.replicaCount | int) 0 -}}
# Internal service for Artifactory primary node only!
# Used by member nodes to check readiness of primary node before starting up
apiVersion: v1
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.71.4] - Jul 20, 2023
## [107.71.5] - Jul 20, 2023
* Disabled federation services when splitServicesToContainers=true

## [107.45.0] - Aug 25, 2022
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.71.4
appVersion: 7.71.5
dependencies:
- name: artifactory
repository: file://charts/artifactory
version: 107.71.4
version: 107.71.5
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.71.4
version: 107.71.5
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.71.4] - Jul 20, 2023
## [107.71.5] - Jul 20, 2023
* Disabled federation services when splitServicesToContainers=true

## [107.45.0] - Aug 25, 2022
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.71.4
appVersion: 7.71.5
dependencies:
- name: artifactory
repository: file://charts/artifactory
version: 107.71.4
version: 107.71.5
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.71.4
version: 107.71.5
2 changes: 1 addition & 1 deletion stable/artifactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JFrog Artifactory Chart Changelog
All changes to this chart will be documented in this file.

## [107.71.4] - Oct 31, 2023
## [107.71.5] - Oct 31, 2023
* Fixed - StatefulSet pod annotations changed from range to toYaml [GH-1828](https://github.com/jfrog/charts/issues/1828)
* Fixed - Invalid format for awsS3V3 `multiPartLimit,multipartElementSize` in binarystore.xml.

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.71.4
appVersion: 7.71.5
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -21,4 +21,4 @@ name: artifactory
sources:
- https://github.com/jfrog/charts
type: application
version: 107.71.4
version: 107.71.5
5 changes: 4 additions & 1 deletion stable/insight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# JFrog Insights Chart Changelog
All changes to this chart will be documented in this file.

## [101.15.4] - Mar 21, 2023
## [101.16.2] - 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
* Updated postgresql multi-arch tag version to `13.10.0-debian-11-r14`

## [101.14.0] - Mar 02, 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.15.4
appVersion: 1.16.2
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -19,4 +19,4 @@ name: insight
sources:
- https://github.com/jfrog/charts
type: application
version: 101.15.4
version: 101.16.2
2 changes: 1 addition & 1 deletion stable/insight/ci/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ unifiedUpgradeAllowed: true
databaseUpgradeReady: true
insightServer:
jfrogUrl: http://artifactory.rt:8082
unifiedSecretInstallation: true
unifiedSecretInstallation: false
openMetrics:
enabled: true
extraEnvironmentVariables:
Expand Down
4 changes: 2 additions & 2 deletions stable/insight/templates/insight-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ spec:
{{- else }}
checksum/insightServer-unified-secret: {{ include (print $.Template.BasePath "/insightServer-unified-secret.yaml") . | sha256sum }}
{{- end }}
{{- range $key, $value := .Values.insightServer.annotations }}
{{ $key }}: {{ $value | quote }}
{{- with .Values.insightServer.annotations }}
{{ toYaml . | indent 8 }}
{{- end }}
spec:
{{- if .Values.insightServer.schedulerName }}
Expand Down
6 changes: 3 additions & 3 deletions stable/insight/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ global:

## Fully override insight.fullname template
# fullnameOverride:
initContainerImage: releases-docker.jfrog.io/ubi9/ubi-minimal:9.1.0.1793
initContainerImage: releases-docker.jfrog.io/ubi9/ubi-minimal:9.2.750.1697534106
# For supporting pulling from private registries
imagePullSecrets:
# - myRegistryKeySecretName
Expand Down Expand Up @@ -396,7 +396,7 @@ logger:
image:
registry: releases-docker.jfrog.io
repository: ubi9/ubi-minimal
tag: 9.1.0.1793
tag: 9.2.750.1697534106
insightServer:
name: insight-server
## Note that by default we use appVersion to get image tag/version
Expand Down Expand Up @@ -727,7 +727,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
Expand Down
7 changes: 7 additions & 0 deletions stable/jfrog-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# JFrog Platform Chart Changelog (GA releases only)
All changes to this chart will be documented in this file.

## [10.16.3] - Dec 6, 2023
* Update dependency artifactory chart version to 107.71.5
* Update dependency xray chart version to 103.86.4
* Update dependency insight chart version to 101.16.2
* Update global.versions.router version to `7.87.0`
* Fixed an issue to use custom postgres DB port other than default 5432

## [10.16.2] - Nov 10, 2023
* Update dependency artifactory chart version to 107.71.4
* Update dependency xray chart version to 103.85.5
Expand Down
12 changes: 6 additions & 6 deletions stable/jfrog-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ dependencies:
version: 12.10.1
- name: artifactory
repository: https://charts.jfrog.io/
version: 107.71.4
version: 107.71.5
- name: xray
repository: https://charts.jfrog.io/
version: 103.85.5
version: 103.86.4
- name: distribution
repository: https://charts.jfrog.io/
version: 102.20.3
- name: insight
repository: https://charts.jfrog.io/
version: 101.15.4
version: 101.16.2
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.44.5
digest: sha256:15d219e1983ce1ab5c8d759f2814c645ab359c4e779a9e0c79b3caa529945d31
generated: "2023-11-09T11:25:20.649655+05:30"
version: 101.49.6
digest: sha256:4847f218a834270716d385021c95ecda71d7c05793bc6ee8a15068fa265e7080
generated: "2023-12-06T16:59:30.106029+05:30"
12 changes: 6 additions & 6 deletions stable/jfrog-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 7.71.4
appVersion: 7.71.5
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -16,23 +16,23 @@ dependencies:
- condition: artifactory.enabled
name: artifactory
repository: https://charts.jfrog.io/
version: 107.71.4
version: 107.71.5
- condition: xray.enabled
name: xray
repository: https://charts.jfrog.io/
version: 103.85.5
version: 103.86.4
- condition: distribution.enabled
name: distribution
repository: https://charts.jfrog.io/
version: 102.20.3
- condition: insight.enabled
name: insight
repository: https://charts.jfrog.io/
version: 101.15.4
version: 101.16.2
- condition: pipelines.enabled
name: pipelines
repository: https://charts.jfrog.io/
version: 101.44.5
version: 101.49.6
description: The Helm chart for JFrog Platform (Universal, hybrid, end-to-end DevOps
automation)
home: https://jfrog.com/platform/
Expand All @@ -55,4 +55,4 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.16.2
version: 10.16.3
2 changes: 1 addition & 1 deletion stable/jfrog-platform/files/setupPostgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ setupDB(){

## Set Postgres options
[[ -z "${POSTGRES_PATH}" ]] && PSQL=psql || PSQL=${POSTGRES_PATH}/psql
POSTGRES_OPTIONS="sslmode=${DB_SSL_MODE} --host=${DB_HOST} -U ${PGUSERNAME} -w"
POSTGRES_OPTIONS="sslmode=${DB_SSL_MODE} --host=${DB_HOST} -p ${DB_PORT} -U ${PGUSERNAME} -w"

init

Expand Down
4 changes: 2 additions & 2 deletions stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ global:
## For example : For artifactory, using global.versions.artifactory
## Note: Order of preference is 1) global.versions 2) .Values.artifactory.image.tag 3) Chart.AppVersion
versions:
router: 7.81.0
router: 7.87.0
# artifactory:
# xray:
# distribution:
Expand Down Expand Up @@ -224,7 +224,7 @@ redis:
artifactory:
enabled: true
unifiedUpgradeAllowed: true
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.16.2-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.16.3-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
postgresql:
enabled: false
waitForDatabase: false
Expand Down
40 changes: 24 additions & 16 deletions stable/pipelines/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
# JFrog Pipelines Chart Changelog
All changes to this chart to be documented in this file.

## [101.44.5] - Aug 7, 2023
## [101.49.6] - Oct 16, 2023
* Defined router required service types for pods

## [101.46.2] - Oct 12, 2023
* Added sidecar container for stepservice logs

## [101.46.0] - Aug 7, 2023
* Remove nexec microservice

## [101.45.0] - Aug 7, 2023
* Upadate chart version of vault to 0.25.0 to work with 1.25 of kubernetes

## [101.44.0] - Jul 27, 2023
* Added option to stream logs in json
* Add support to work without vault on modifying corresponding flags
* Remove steptrigger from pipelines
* Remove logup from pipelines
* Add ability to pass filebeat metric configuration
* Updated nodePollerInterval from 15 seconds to 5 seconds
* Fixed #adding colon in image registry breaks deployment with meta label error

## [101.42.0] - Jun 16, 2023
* Add observability container to non api pods
* Add terminationGracePeriodSeconds for all the pods

## [101.41.3] - Jun 16, 2023
* Add ability to work with redis.fullnameOverride
* Add support to pass db metric parameters in system.yaml
* Add hpa api version to autoscaling/v2 for missing conf

## [101.40.1] - May 31, 2023
* Handle jfrogUrlUI if nothing is set
* Added log-service
* Added step-service
* Enabled nodepoolservice by default
* Fix migration script failures on ssl enforced database
* Fix database SSL details not being passed to nodepoolservice as expected in split mode
* Fix vault issue with enforced SSL on azure database
## [101.41.0] - May 31, 2023
* Opens grpc port for nodepoolservice apis.
* Opens http health check port for nodepoolservice
* Add ability to use redis with password
Expand All @@ -34,15 +36,21 @@ All changes to this chart to be documented in this file.
* Enable probes on router
* Add readiness to api container
* Fix port for router readiness probe
* Adds toggle for enabling/disabling anti-affinity spec for k8s node

## [101.38.1] - Apr 18, 2023
* Handle jfrogUrlUI if nothing is set
## [101.40.0] - Apr 25, 2023
* Added log-service
* Added step-service
* Enabled nodepoolservice by default
* Fix migration script failures on ssl enforced database
* Fix database SSL details not being passed to nodepoolservice as expected in split mode
* Fix vault issue with enforced SSL on azure database

## [101.37.3] - Feb 20, 2023
## [101.36.0] - Feb 23, 2023
* Added build badge feature for pipelines
* Added configuration to use access instead of vault to store secrets
* Retained installer metrics only for db migrations
* Handle jfrogUrlUI if nothing is set

## [101.35.0] - Feb 06, 2023
* Fixed indentation in nodepoolservice container definition
Expand Down
4 changes: 2 additions & 2 deletions stable/pipelines/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.44.5
appVersion: 1.49.6
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand Down Expand Up @@ -32,4 +32,4 @@ name: pipelines
sources:
- https://github.com/jfrog/charts
type: application
version: 101.44.5
version: 101.49.6
Loading

0 comments on commit 3e3e047

Please sign in to comment.