Skip to content

Commit

Permalink
Merge pull request jfrog#1533 from jfrog/rt-7.27.9
Browse files Browse the repository at this point in the history
[artifactory] 7.27.9 release
  • Loading branch information
chukka authored Oct 29, 2021
2 parents 3432e8b + aacb63e commit 26866e4
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 20 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.27.6] - Sep 22, 2021
## [107.27.9] - Sep 22, 2021
* Bumping chart version to align with app version

## [107.25.7] - Sep 17, 2021
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.27.6
appVersion: 7.27.9
dependencies:
- name: artifactory
repository: file://charts/artifactory
version: 107.27.6
version: 107.27.9
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.27.6
version: 107.27.9
3 changes: 2 additions & 1 deletion stable/artifactory-ha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JFrog Artifactory-ha Chart Changelog
All changes to this chart will be documented in this file.

## [107.27.6] - Oct 6, 2021
## [107.27.9] - Oct 8, 2021
* **Breaking change**
* Aligned probe structure (moved probes variables under config block)
* Added support for new probes(set to false by default)
Expand All @@ -15,6 +15,7 @@ All changes to this chart will be documented in this file.
* Added min kubeVersion ">= 1.14.0-0" in chart.yaml
* Update alpine tag version to `3.14.2`
* Update busybox tag version to `1.33.1`
* Fixed incorrect data type for `Values.router.serviceRegistry.insecure` in default values.yaml [GH-1514](https://github.com/jfrog/charts/pull/1514/files)

## [107.26.0] - Aug 20, 2021
* Added Observability container (only when `splitServicesToContainers` is enabled)
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.27.6
appVersion: 7.27.9
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -20,4 +20,4 @@ name: artifactory-ha
sources:
- https://github.com/jfrog/charts
type: application
version: 107.27.6
version: 107.27.9
2 changes: 1 addition & 1 deletion stable/artifactory-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ artifactory:
local:
requiredServiceTypes: {{ include "router.requiredServiceTypes" . }}
serviceRegistry:
insecure: "{{ .Values.router.serviceRegistry.insecure }}"
insecure: {{ .Values.router.serviceRegistry.insecure }}
shared:
{{- if .Values.artifactory.openMetrics.enabled }}
metrics:
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.27.6] - Sep 22, 2021
## [107.27.9] - Sep 22, 2021
* Bumping chart version to align with app version

## [107.25.7] - Sep 17, 2021
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.27.6
appVersion: 7.27.9
dependencies:
- name: artifactory
repository: file://charts/artifactory
version: 107.27.6
version: 107.27.9
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.27.6
version: 107.27.9
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.27.6] - Sep 22, 2021
## [107.27.9] - Sep 22, 2021
* Bumping chart version to align with app version

## [107.25.7] - Sep 17, 2021
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.27.6
appVersion: 7.27.9
dependencies:
- name: artifactory
repository: file://charts/artifactory
version: 107.27.6
version: 107.27.9
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.27.6
version: 107.27.9
3 changes: 2 additions & 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.27.6] - Oct 6, 2021
## [107.27.9] - Oct 8, 2021
* **Breaking change**
* Aligned probe structure (moved probes variables under config block)
* Added support for new probes(set to false by default)
Expand All @@ -16,6 +16,7 @@ All changes to this chart will be documented in this file.
* Update alpine tag version to `3.14.2`
* Update busybox tag version to `1.33.1`
* Artifactory chart support for cluster license
* Fixed incorrect data type for `Values.router.serviceRegistry.insecure` in default values.yaml [GH-1514](https://github.com/jfrog/charts/pull/1514/files)

## [107.26.0] - Aug 23, 2021
* Added Observability container (only when `splitServicesToContainers` is enabled)
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.27.6
appVersion: 7.27.9
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -20,4 +20,4 @@ name: artifactory
sources:
- https://github.com/jfrog/charts
type: application
version: 107.27.6
version: 107.27.9
2 changes: 1 addition & 1 deletion stable/artifactory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ artifactory:
local:
requiredServiceTypes: {{ include "router.requiredServiceTypes" . }}
serviceRegistry:
insecure: "{{ .Values.router.serviceRegistry.insecure }}"
insecure: {{ .Values.router.serviceRegistry.insecure }}
shared:
{{- if .Values.artifactory.openMetrics.enabled }}
metrics:
Expand Down

0 comments on commit 26866e4

Please sign in to comment.