Skip to content

Commit

Permalink
chore(main): release 0.0.18 (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 19, 2023
1 parent 39967c9 commit 21fd87c
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.17"}
{".":"0.0.18"}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [0.0.18](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.17...v0.0.18) (2023-06-19)


### Features

* generic webhook ([#149](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/149)) ([4880645](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/4880645086c890c3e2e93d3cf0728977632dfb92))
* refactor the ai spec ([#159](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/159)) ([6e1c394](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/6e1c394ad0609f137064d74561fc5ca49325aebb))


### Bug Fixes

* broken link in readme ([#143](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/143)) ([47aa16e](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/47aa16e4de4734c2ca689ba180ab2aef80e8dc7c))
* **deps:** update kubernetes packages to v0.27.3 ([#152](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/152)) ([b4b78ff](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/b4b78ffe8996f55682cea8dd85c68969f9dac69e))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.10.0 ([#146](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/146)) ([12e0811](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/12e0811ed32cedc70aa2ab699136c27d1ef3a45b))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.11.0 ([#158](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/158)) ([cc61738](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/cc6173885f2f17f415899a65dd58d8ef284cf421))
* **deps:** update module github.com/onsi/gomega to v1.27.8 ([#145](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/145)) ([7141cc1](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/7141cc169e18e6004137f4d17ef6dbfaf3413916))
* **deps:** update module github.com/prometheus/client_golang to v1.16.0 ([#154](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/154)) ([ff3b3f6](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/ff3b3f6caf54267d501f460ead8973606f14670e))
* **deps:** update module google.golang.org/grpc to v1.56.0 ([#157](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/157)) ([0d1b43c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/0d1b43c3ba7c1dd18cec453010f3945174f57590))


### Other

* add crds to helm and update README file. ([#156](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/156)) ([705c61c](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/705c61cf16d8c26240e0b894a818b0f30800a579))
* **deps:** update actions/checkout digest to c85c95e ([#151](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/151)) ([3c9a106](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/3c9a106703041cb10ebe12c56c751762788bd5d5))
* **deps:** update docker/build-push-action digest to 2eb1c19 ([#150](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/150)) ([8a96e7a](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/8a96e7a9623cb208bdc1e1c5a7392413a97e9bb2))
* **deps:** update docker/login-action digest to 465a078 ([#147](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/147)) ([fc26d23](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/fc26d23757b55e6210cf664be30bc722acc58669))
* **deps:** update docker/setup-buildx-action digest to ecf9528 ([#148](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/148)) ([83fc2b6](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/83fc2b60f8d44a1f6e5401256ae0136640711023))

## [0.0.17](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.16...v0.0.17) (2023-06-05)


Expand Down
4 changes: 2 additions & 2 deletions chart/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.17 # x-release-please-version
version: 0.0.18 # x-release-please-version
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.17" # x-release-please-version
appVersion: "0.0.18" # x-release-please-version
4 changes: 2 additions & 2 deletions chart/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.1"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.0.18"` |
| `controllerManager.kubeRbacProxy.resources.limits.cpu` | | `"500m"` |
| `controllerManager.kubeRbacProxy.resources.limits.memory` | | `"128Mi"` |
| `controllerManager.kubeRbacProxy.resources.requests.cpu` | | `"5m"` |
Expand All @@ -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.0.17"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.18"` |
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |
Expand Down
2 changes: 1 addition & 1 deletion chart/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
tag: v0.0.17 # x-release-please-version
tag: v0.0.18 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 21fd87c

Please sign in to comment.