diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 807f7ef77..00e92a804 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "services/dis-pgsql-operator": "0.10.1", - "services/dis-identity-operator": "0.2.5", + "services/dis-identity-operator": "0.2.6", "services/dis-apim-operator": "1.0.5", "services/dis-vault-operator": "1.4.7", "services/lakmus": "1.1.6", diff --git a/services/dis-identity-operator/CHANGELOG.md b/services/dis-identity-operator/CHANGELOG.md index ddcc0b5d7..1404e9494 100644 --- a/services/dis-identity-operator/CHANGELOG.md +++ b/services/dis-identity-operator/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.6](https://github.com/Altinn/altinn-platform/compare/dis-identity-v0.2.5...dis-identity-v0.2.6) (2026-06-24) + + +### Bug Fixes + +* **dis-operators:** pin e2e to a dedicated Kind kubeconfig ([#3727](https://github.com/Altinn/altinn-platform/issues/3727)) ([20fb836](https://github.com/Altinn/altinn-platform/commit/20fb8367683bf88021897597d3d156e32ed064c5)) +* **dis-operators:** resolve goconst lint debt under golangci-lint v2.12.2 ([#3729](https://github.com/Altinn/altinn-platform/issues/3729)) ([a8b99a5](https://github.com/Altinn/altinn-platform/commit/a8b99a541e7be41f0e5e9ebcda632ba53e585562)) + + +### Dependency Updates + +* update actions/checkout digest to df4cb1c ([#3653](https://github.com/Altinn/altinn-platform/issues/3653)) ([44353b4](https://github.com/Altinn/altinn-platform/commit/44353b47ad5f9312641b244e2bb32b202c2e084b)) + ## [0.2.5](https://github.com/Altinn/altinn-platform/compare/dis-identity-v0.2.4...dis-identity-v0.2.5) (2026-05-26)