diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2af915e8b690bfab7d4a3731c084ec783612b0..9cae6e283239648f5562f1df7ea89c28725bae81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), Note that changelog entries are only added when there are changes to the chart (docs changes do not require a new version/changelog entry). --- +## [0.5.14] +### Changed +- set the following under the wait job spec.template.spec.containers.securityContext.allowPrivilegeEscalation: false +- updating cypress to 13.17 + ## [0.5.13] ### Added - Fixed bug in mac cypress run command and typo diff --git a/chart/Chart.yaml b/chart/Chart.yaml index e76551c2d93b10c437e627b607a9ce061fa8853a..1e9323417a787c2e62e70709eb031a408ad984f5 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -7,4 +7,4 @@ type: library # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.12 +version: 0.5.14 diff --git a/chart/templates/bb-tests/_cypressrunner.yaml b/chart/templates/bb-tests/_cypressrunner.yaml index 78b32ce71febe39d532409e7b55232e1bc9ee190..99bcc360e63217345517d016c144b068ffd0cc44 100644 --- a/chart/templates/bb-tests/_cypressrunner.yaml +++ b/chart/templates/bb-tests/_cypressrunner.yaml @@ -52,7 +52,7 @@ spec: readOnlyRootFilesystem: true {{- if .Values.bbtests }} {{- if .Values.bbtests.cypress }} - image: {{ .Values.bbtests.cypress.image | default "registry1.dso.mil/bigbang-ci/cypress:13.15.0" }} + image: {{ .Values.bbtests.cypress.image | default "registry1.dso.mil/bigbang-ci/cypress:13.17.0" }} {{- end }} {{- end }} imagePullPolicy: IfNotPresent diff --git a/chart/templates/bb-wait/_waitjob.yaml b/chart/templates/bb-wait/_waitjob.yaml index a90f9695c5aea8896ba575a906c00577e4cf7e19..a1124fdc434dd225e28bd7d0d6598b5baafb3b0a 100644 --- a/chart/templates/bb-wait/_waitjob.yaml +++ b/chart/templates/bb-wait/_waitjob.yaml @@ -51,6 +51,7 @@ spec: cpu: 0.5 memory: 128Mi securityContext: + allowPrivilegeEscalation: false capabilities: drop: ["ALL"] readOnlyRootFilesystem: true diff --git a/validate-chart/Chart.lock b/validate-chart/Chart.lock index 3d11b77b247de4bdff7872904fec55990ee85514..04d70f6223a2f36ac87073268fd0bfbe41b0fa9a 100644 --- a/validate-chart/Chart.lock +++ b/validate-chart/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: gluon repository: file://../chart - version: 0.5.10 -digest: sha256:da88aaf0c51ce99fb051ba8b13b2c864ccb34e53a7b4b9928f23ac1a9ca79ff4 -generated: "2024-11-07T10:46:36.675085-05:00" + version: 0.5.14 +digest: sha256:87ba3705eaffd8fd3ffc1c4cb02c5d51fe7a0ea8b259701fb3b14f743da2fbe5 +generated: "2025-01-15T13:18:25.068085-05:00" diff --git a/validate-chart/Chart.yaml b/validate-chart/Chart.yaml index fbe2a389e74de209f8b0a14afd762b85566241cb..8844faa18e5721b3f796c7b8db05225c0b10d59b 100644 --- a/validate-chart/Chart.yaml +++ b/validate-chart/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.4 +version: 0.1.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -24,5 +24,5 @@ version: 0.1.4 appVersion: "12.11.0" dependencies: - name: gluon - version: "0.5.10" + version: "0.5.14" repository: file://../chart diff --git a/validate-chart/charts/gluon-0.5.10.tgz b/validate-chart/charts/gluon-0.5.10.tgz deleted file mode 100644 index 02fd7e0207f3c98126e0c9f3a9fc6c5a9c201bc9..0000000000000000000000000000000000000000 Binary files a/validate-chart/charts/gluon-0.5.10.tgz and /dev/null differ diff --git a/validate-chart/charts/gluon-0.5.14.tgz b/validate-chart/charts/gluon-0.5.14.tgz new file mode 100644 index 0000000000000000000000000000000000000000..b5fef26179ca6ef000b2755a110c3106fb9ca492 Binary files /dev/null and b/validate-chart/charts/gluon-0.5.14.tgz differ