diff --git a/release-notes/self-managed-enterprise-edition.md b/release-notes/self-managed-enterprise-edition.md index 8b6306d77c..084096cdeb 100644 --- a/release-notes/self-managed-enterprise-edition.md +++ b/release-notes/self-managed-enterprise-edition.md @@ -220,6 +220,52 @@ To fix this issue, follow these steps By doing this, you ensure that the same lookerMasterKey is used during upgrades, avoiding encryption issues. ::: +## December 11, 2024, patch version 0.23.1 + +This release includes the following Harness module and component versions. + +| **Name** | **Version** | +| :-- | :--: | +| Helm Chart | [0.23.1](https://github.com/harness/helm-charts/releases/tag/harness-0.23.1) | +| Air Gap Bundle | [0.23.1](https://console.cloud.google.com/storage/browser/smp-airgap-bundles/harness-0.23.1) | +| NG Manager | 1.62.11 | +| CI Manager | 1.51.8 | +| Pipeline Service | 1.101.11 | +| Platform Service | 1.42.3 | +| Access Control Service | 1.64.1 | +| Delegate | 24.10.84200 | +| GitOps Service | 1.19.4 | +| Change Data Capture | 1.37.4 | +| STO Core | 1.117.2 | +| Test Intelligence Service | 1.34.1 | +| NG UI | 1.48.17 | +| LE NG | 1.5.6 | +| Looker | 1.5.0 | +| Log Service | 1.14.5 | + +#### Alternative air gap bundle download method + +Some admins might not have Google account access to download air gap bundles. As an alternative, you can use `gsutil`. For `gsutil` installation instructions, go to [Install gsutil](https://cloud.google.com/storage/docs/gsutil_install) in the Google Cloud documentation. + +``` +gsutil -m cp \ + + "gs://smp-airgap-bundles/harness-0.23.1/ccm_images.tgz" \ + "gs://smp-airgap-bundles/harness-0.23.1/cdng_images.tgz" \ + "gs://smp-airgap-bundles/harness-0.23.1/ce_images.tgz" \ + "gs://smp-airgap-bundles/harness-0.23.1/ci_images.tgz" \ + "gs://smp-airgap-bundles/harness-0.23.1/ff_images.tgz" \ + "gs://smp-airgap-bundles/harness-0.23.1/platform_images.tgz" \ + "gs://smp-airgap-bundles/harness-0.23.1/sto_images.tgz" \ + . +``` + +### Fixed issues + +#### Harness Platform + +- Updating audit streaming service to 1.13.0 to fix failure for accounts having new Audit action enum types BYPASS and STABLE_VERSION_CHANGED. (PL-58761) + ## December 04, 2024, version 0.23.0 This release includes the following Harness module and component versions.