From d4d5b24af5940f2649265197c1e27888b1edb03c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 20:43:54 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d7e5f1..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6b2cb..76342fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/syscode-labs/oci-pivot-controller/compare/v1.0.1...v1.1.0) (2026-08-08) + + +### Features + +* support sourcing compartment-id from a Secret via env var ([#25](https://github.com/syscode-labs/oci-pivot-controller/issues/25)) ([edff3f4](https://github.com/syscode-labs/oci-pivot-controller/commit/edff3f407130251410eeb4e3ac916e5c380cfad3)) + ## [1.0.1](https://github.com/syscode-labs/oci-pivot-controller/compare/v1.0.0...v1.0.1) (2026-08-08)