From 7abd7042a1abe758320eb8e9f2455cfa35d1c882 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:14:11 +0000 Subject: [PATCH] chore(main): release 0.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71c..a915e8c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d3319a00..75a84907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.1](https://github.com/statnett/provider-cloudian/compare/v0.1.0...v0.1.1) (2025-01-21) + + +### Features + +* introduce Cloudian GET User ([#121](https://github.com/statnett/provider-cloudian/issues/121)) ([ca33d5a](https://github.com/statnett/provider-cloudian/commit/ca33d5a65d65ae5b7f678ead768974a2a28ed89b)) +* **sdk:** qos ([#124](https://github.com/statnett/provider-cloudian/issues/124)) ([270de4b](https://github.com/statnett/provider-cloudian/commit/270de4baec1a808a07d296f9513542e3f0fb9410)) + + +### Bug Fixes + +* **deps:** update kubernetes packages to v0.32.1 ([#118](https://github.com/statnett/provider-cloudian/issues/118)) ([4a1f9ea](https://github.com/statnett/provider-cloudian/commit/4a1f9eabd97d114dc93804999c75270b86f225ff)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.20.0 ([#120](https://github.com/statnett/provider-cloudian/issues/120)) ([aae9cb8](https://github.com/statnett/provider-cloudian/commit/aae9cb86e107c3ef75c2192bb48673e7d5d51f39)) + ## [0.1.0](https://github.com/statnett/provider-cloudian/compare/v0.0.6...v0.1.0) (2025-01-15)