Skip to content

Commit

Permalink
Merge pull request jfrog#1550 from jfrog/platform-10.0.4
Browse files Browse the repository at this point in the history
[jfrog-platform] 10.0.4 release
  • Loading branch information
chukka authored Nov 30, 2021
2 parents 79cd7b2 + 914b457 commit b625a2e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions stable/jfrog-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# JFrog Platform Chart Changelog (GA releases only)
All changes to this chart will be documented in this file

## [10.0.4] - Nov 30, 2021
* Update dependency xray chart version to 103.37.2
* Updated global.versions.router version to `7.28.2`

## [10.0.3] - Nov 15, 2021
* Update dependency artifactory chart version to 107.27.10
* Update dependency xray chart version to 103.36.2
Expand Down
6 changes: 3 additions & 3 deletions stable/jfrog-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
version: 107.27.10
- name: xray
repository: https://charts.jfrog.io/
version: 103.36.2
version: 103.37.2
- name: distribution
repository: https://charts.jfrog.io/
version: 102.10.3
Expand All @@ -23,5 +23,5 @@ dependencies:
- name: pipelines
repository: https://charts.jfrog.io/
version: 101.19.4
digest: sha256:d2ddfbe6aa127429819ce757660259a11c58421cb6ff52b7ec6686cfa007a44e
generated: "2021-11-15T16:26:13.675561+05:30"
digest: sha256:ea1ceb61a088bad2ba19bb10525cbd83fc5e4afd7c1b5d80a25b7b84a2985807
generated: "2021-11-30T08:26:33.768443+05:30"
4 changes: 2 additions & 2 deletions stable/jfrog-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
repository: https://charts.jfrog.io/
condition: artifactory.enabled
- name: xray
version: 103.36.2
version: 103.37.2
repository: https://charts.jfrog.io/
condition: xray.enabled
- name: distribution
Expand Down Expand Up @@ -48,5 +48,5 @@ name: jfrog-platform
sources:
- https://github.com/jfrog/charts
type: application
version: 10.0.3
version: 10.0.4
kubeVersion: ">= 1.14.0-0"
4 changes: 2 additions & 2 deletions stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.26.0
router: 7.28.2
# artifactory:
# xray:
# distribution:
Expand Down Expand Up @@ -133,7 +133,7 @@ redis:
usePassword: false

artifactory:
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.0.1-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
installerInfo: '{"productId": "Helm_JFrogPlatform/{{ printf "10.0.4-%s" .Chart.AppVersion }}", "features": [ { "featureId": "Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"}]}'
enabled: true
postgresql:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion stable/xray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JFrog Xray Chart Changelog
All changes to this chart will be documented in this file.

## [103.37.1] - Nov 16, 2021
## [103.37.2] - Nov 16, 2021
* Moved router.topology.local.requireqservicetypes from system.yaml to router as environment variable
* Updated router version to `7.28.1`
* Updated initContainerImage to `jfrog/ubi-minimal:8.5-204`
Expand Down
4 changes: 2 additions & 2 deletions stable/xray/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 3.37.1
appVersion: 3.37.2
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -23,4 +23,4 @@ name: xray
sources:
- https://github.com/jfrog/charts
type: application
version: 103.37.1
version: 103.37.2

0 comments on commit b625a2e

Please sign in to comment.