Skip to content

Commit

Permalink
[xray] 3.96.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Jun 13, 2024
1 parent 23df9d6 commit 74f31d4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
6 changes: 5 additions & 1 deletion stable/xray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# JFrog Xray Chart Changelog
All changes to this chart will be documented in this file.

## [103.95.4] - Apr 2, 2024
## [103.96.1] - Apr 17, 2024
* Added `rabbitmq.containerSecurityContext.allowPrivilegeEscalation` flag to ensure `RunAsUser` commands cannot bypass their existing sets of permissions. Set to `false` by default
* Updated rabbitmq multi-arch tag version to to `3.12.13-debian-11-r0`

## [103.95.0] - Apr 2, 2024
* **IMPORTANT**
* Refactored systemYaml configuration (moved to files/system.yaml instead of key in values.yaml)
* Added ability to provide `extraSystemYaml` configuration in values.yaml which will merge with the existing system yaml when `systemYamlOverride` is not given. [GH-1842](https://github.com/jfrog/charts/pull/1842)
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.95.4
appVersion: 3.96.1
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -24,4 +24,4 @@ name: xray
sources:
- https://github.com/jfrog/charts
type: application
version: 103.95.4
version: 103.96.1
9 changes: 6 additions & 3 deletions stable/xray/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ initContainers:
image:
registry: releases-docker.jfrog.io
repository: ubi9/ubi-minimal
tag: 9.3.1552
tag: 9.4.949
pullPolicy: IfNotPresent
resources:
requests:
Expand Down Expand Up @@ -451,7 +451,7 @@ rabbitmq:
image:
registry: releases-docker.jfrog.io
repository: bitnami/rabbitmq
tag: 3.12.10-debian-11-r1
tag: 3.12.13-debian-11-r0
extraPlugins: "rabbitmq_management"

auth:
Expand Down Expand Up @@ -617,6 +617,9 @@ rabbitmq:
nodeSelector: {}
tolerations: []
affinity: {}
containerSecurityContext:
enabled: true
allowPrivilegeEscalation: false
## Upgrade of rabbitmq from 3.8.x to 3.11.x needs the feature flags to be enabled.
## Ref: (https://blog.rabbitmq.com/posts/2022/07/required-feature-flags-in-rabbitmq-3.11/
## migration enable will perform `rabbitmqctl enable_feature_flag all` command on the existing rabbitmq before starting the upgrade
Expand Down Expand Up @@ -1405,7 +1408,7 @@ observability:
image:
registry: releases-docker.jfrog.io
repository: jfrog/observability
tag: 1.26.0
tag: 1.28.0
imagePullPolicy: IfNotPresent
internalPort: 8036
resources: {}
Expand Down

0 comments on commit 74f31d4

Please sign in to comment.