diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78eef952..e16b7397 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.3"} \ No newline at end of file +{".":"0.1.4"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dc5547f1..adccc0fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.1.4](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.3...v0.1.4) (2024-04-30) + + +### Bug Fixes + +* change deployment image reconciling ([#348](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/348)) ([6633529](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/6633529af55e9b928ea06f22b5a414b7ca1da528)) +* **deps:** update controller-gen version to 0.14.0 ([#395](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/395)) ([4816c24](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/4816c245abc153db14c8d3a9203438ae483735d5)) +* **deps:** update k8s.io/utils digest to 0849a56 ([#425](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/425)) ([a72a4f9](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/a72a4f9d9fe66a88be6864dc37f1baa167e285b7)) +* **deps:** update module buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go to v1.3.0-20240406062209-1cc152efbf5c.2 ([#404](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/404)) ([9172165](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/917216593810e4cc68a958554faf5c50cffc714f)) +* **deps:** update module buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go to v1.33.0-20240406062209-1cc152efbf5c.1 ([#405](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/405)) ([f46c934](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/f46c93479cd38c3ebc138cee39216452ec70e195)) +* **deps:** update module github.com/onsi/gomega to v1.33.0 ([#417](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/417)) ([2eae459](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/2eae459132cec106a7b7933e419f91269e9fd8eb)) +* **deps:** update module google.golang.org/grpc to v1.63.2 ([#409](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/409)) ([5593915](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/55939154eb94df836f181c0397980309ddb34b07)) + + +### Other + +* **deps:** bump golang.org/x/net from 0.21.0 to 0.23.0 ([#418](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/418)) ([4b4a4e5](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/4b4a4e5ef53b0e70af42dafe31a53837b1c068b7)) +* **deps:** update actions/checkout digest to 0ad4b8f ([#422](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/422)) ([1f0a475](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/1f0a475fd74a1fc8b9b95f742cdc4170e936de7c)) +* **deps:** update actions/upload-artifact digest to 1746f4a ([#416](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/416)) ([c318962](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/c318962e4ce24abc957ccdf372d18969ee39c314)) +* **deps:** update actions/upload-artifact digest to 6546280 ([#423](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/423)) ([0ff36f5](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/0ff36f5b3a03b577f4c37b49a35256f29b5cd8ee)) +* **deps:** update anchore/sbom-action action to v0.15.11 ([#427](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/427)) ([2013ed8](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/2013ed847e1d380a528bbe827323b52db5f1a37e)) +* **deps:** update azure/setup-helm digest to fe7b79c ([#413](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/413)) ([8d3aeb1](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/8d3aeb1b5fe7c413469c94f1d78e488ba3c734de)) +* **deps:** update docker/setup-buildx-action digest to d70bba7 ([#408](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/408)) ([f2e2da6](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/f2e2da6b7d254e054210da1078ed35f5541d4b6d)) +* **deps:** update helm/kind-action action to v1.10.0 ([#424](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/424)) ([2db7a71](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/2db7a715f27af2a6c8e3e19440cc1e307d05c6dd)) + ## [0.1.3](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.1.2...v0.1.3) (2024-04-04) diff --git a/chart/operator/Chart.yaml b/chart/operator/Chart.yaml index 68b6fff6..675aff2b 100644 --- a/chart/operator/Chart.yaml +++ b/chart/operator/Chart.yaml @@ -14,5 +14,5 @@ annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/categories: monitoring-logging type: application -version: 0.1.3 +version: 0.1.4 appVersion: 0.0.26 diff --git a/chart/operator/README.md b/chart/operator/README.md index 400c5f96..a350c29a 100644 --- a/chart/operator/README.md +++ b/chart/operator/README.md @@ -22,7 +22,7 @@ The following table lists the configurable parameters of the K8sgpt-operator cha | `controllerManager.kubeRbacProxy.containerSecurityContext.allowPrivilegeEscalation` | | `false` | | `controllerManager.kubeRbacProxy.containerSecurityContext.capabilities.drop` | | `["ALL"]` | | `controllerManager.kubeRbacProxy.image.repository` | | `"gcr.io/kubebuilder/kube-rbac-proxy"` | -| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.1.3"` | +| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.1.4"` | | `controllerManager.kubeRbacProxy.resources.limits.cpu` | | `"500m"` | | `controllerManager.kubeRbacProxy.resources.limits.memory` | | `"128Mi"` | | `controllerManager.kubeRbacProxy.resources.requests.cpu` | | `"5m"` | @@ -31,7 +31,7 @@ The following table lists the configurable parameters of the K8sgpt-operator cha | `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` | | `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` | | `controllerManager.manager.image.repository` | | `"ghcr.io/k8sgpt-ai/k8sgpt-operator"` | -| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.3"` | +| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.4"` | | `controllerManager.manager.resources.limits.cpu` | | `"500m"` | | `controllerManager.manager.resources.limits.memory` | | `"128Mi"` | | `controllerManager.manager.resources.requests.cpu` | | `"10m"` | diff --git a/chart/operator/values.yaml b/chart/operator/values.yaml index d7b076fa..cd6b5a03 100644 --- a/chart/operator/values.yaml +++ b/chart/operator/values.yaml @@ -45,7 +45,7 @@ controllerManager: - ALL image: repository: ghcr.io/k8sgpt-ai/k8sgpt-operator - tag: v0.1.3 # x-release-please-version + tag: v0.1.4 # x-release-please-version resources: limits: cpu: 500m