diff --git a/CHANGELOG.md b/CHANGELOG.md index cecb6ae5e3961079d8ef85a1240c9cb088e710be..8d85f3ae7e191eae59f8406acec2104196e853de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --- + +## [1.5.0-bb.24] - 2025-03-17 + +### Changed + +- Updated to gluon 0.5.14 + ## [1.5.0-bb.23] - 2024-11-22 ### Changed diff --git a/README.md b/README.md index 107b3a24b004b675a75b3f0ec7dd8f11f8296dcd..4088a0e79ffc43e2a4e47ff8d5b63932915c2b7e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. --> # cluster-auditor -    +    OPA Exporter Helm Chart providing monitoring of violations from OPA Gatekeeper @@ -9,6 +9,7 @@ OPA Exporter Helm Chart providing monitoring of violations from OPA Gatekeeper This package has no upstream release note links on file. Please add some to [chart/Chart.yaml](chart/Chart.yaml) under `annotations.bigbang.dev/upstreamReleaseNotesMarkdown`. Example: + ```yaml annotations: bigbang.dev/upstreamReleaseNotesMarkdown: | @@ -29,7 +30,7 @@ annotations: Install Helm -https://helm.sh/docs/intro/install/ +<https://helm.sh/docs/intro/install/> ## Deployment @@ -96,4 +97,3 @@ Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in --- _This file is programatically generated using `helm-docs` and some BigBang-specific templates. The `gluon` repository has [instructions for regenerating package READMEs](https://repo1.dso.mil/big-bang/product/packages/gluon/-/blob/master/docs/bb-package-readme.md)._ - diff --git a/chart/Chart.lock b/chart/Chart.lock index bc363778fcdd3cbac8d3ec0c69549ba643cea830..52cba0c3b097c3cdc0810736dbf5e333c4109790 100644 --- a/chart/Chart.lock +++ b/chart/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: gluon repository: oci://registry1.dso.mil/bigbang - version: 0.5.0 -digest: sha256:4562fda1edaeb3791ea813cd8e071709b2ccaf67105d7292c18a3e95b6a88c33 -generated: "2024-06-03T16:57:48.386328-04:00" + version: 0.5.14 +digest: sha256:ca97065348736cfb1457f4d0e53021d2329c81bd34d3a489fd122493be4fa875 +generated: "2025-03-17T11:53:28.825294449-04:00" diff --git a/chart/Chart.yaml b/chart/Chart.yaml index e217825c1ceedcb3f41d9e74a173e53e1d77ab80..bc1a278f8be951fcbd460965738843d5b05344ef 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -15,14 +15,14 @@ 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: 1.5.0-bb.23 +version: 1.5.0-bb.24 # 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 # follow Semantic Versioning. They should reflect the version the application is using. appVersion: 0.0.7 dependencies: - name: gluon - version: 0.5.0 + version: 0.5.14 repository: "oci://registry1.dso.mil/bigbang" annotations: bigbang.dev/maintenanceTrack: bb_integrated diff --git a/chart/charts/gluon-0.5.0.tgz b/chart/charts/gluon-0.5.0.tgz deleted file mode 100644 index 760413973cf37caa0b18e3de8255b8e0f67a6ba3..0000000000000000000000000000000000000000 Binary files a/chart/charts/gluon-0.5.0.tgz and /dev/null differ diff --git a/chart/charts/gluon-0.5.14.tgz b/chart/charts/gluon-0.5.14.tgz new file mode 100644 index 0000000000000000000000000000000000000000..c99d9e0f44b4d35311fda2b49ee005cbbea4fb67 Binary files /dev/null and b/chart/charts/gluon-0.5.14.tgz differ diff --git a/chart/tests/cypress/e2e/01-prometheus.cy.js b/chart/tests/cypress/e2e/01-prometheus.cy.js index c5eba79138436a2eea6dbd0df386b456b1abb5ed..f3203818402136a006af44451fee2d91c15f5db4 100644 --- a/chart/tests/cypress/e2e/01-prometheus.cy.js +++ b/chart/tests/cypress/e2e/01-prometheus.cy.js @@ -1,7 +1,7 @@ describe('Prometheus Targets', { // Wait up to 2 minutes (4 sec x 30 attempts) for target to be shown before failing retries: { - runMode: 5, + runMode: 10, } }, () => { it('Validate opa exporter metrics are scraped', function() {