Skip to content

Commit

Permalink
chore(main): release 0.0.27 (#285)
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 Dec 14, 2023
1 parent f496f3e commit fe4a5da
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 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.26"}
{".":"0.0.27"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.0.27](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.26...v0.0.27) (2023-12-14)


### Features

* added llm metric analysis count ([#290](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/290)) ([abb97ab](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/abb97abc4c5785f8d5dbc020fdd390f5e0312ebd))


### Other

* **deps:** update actions/setup-go action to v5 ([#288](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/288)) ([2b15843](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/2b158432859b734ffa09d524fb7e2dfb4e2780f0))
* **deps:** update anchore/sbom-action action to v0.15.1 ([#271](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/271)) ([0a41887](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/0a4188744302e54cb4f2335b3e179bc582f72210))
* **deps:** update google-github-actions/release-please-action action to v4 ([#283](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/283)) ([fa91448](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/fa91448a2dcdd0f6002d3b850fbc227752eb7edd))
* **deps:** update google-github-actions/release-please-action digest to a2d8d68 ([#289](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/289)) ([87b8767](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/87b8767a6967f843adb4cdc9d33cc2c47242c495))
* this fix will only increment metrics if there are actually results which implies the backend was called ([#295](https://github.com/k8sgpt-ai/k8sgpt-operator/issues/295)) ([f496f3e](https://github.com/k8sgpt-ai/k8sgpt-operator/commit/f496f3e03c2981334ea19880627e0191d158f2db))

## [0.0.26](https://github.com/k8sgpt-ai/k8sgpt-operator/compare/v0.0.25...v0.0.26) (2023-12-02)


Expand Down
28 changes: 6 additions & 22 deletions chart/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,17 @@ apiVersion: v2
name: k8sgpt-operator
description: Automatic SRE Superpowers within your Kubernetes cluster
maintainers:
- name: "The K8sGPT Authors"
email: "noreply@k8sgpt.ai"
- name: The K8sGPT Authors
email: noreply@k8sgpt.ai
url: https://github.com/k8sgpt-ai/community
annotations:
artifacthub.io/links: |
- name: support
url: https://github.com/k8sgpt-ai/k8sgpt-operator/issues/new
- name: community
url: https://github.com/k8sgpt-ai/community
artifacthub.io/license: "Apache-2.0"
artifacthub.io/categories: "monitoring-logging"

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
artifacthub.io/license: Apache-2.0
artifacthub.io/categories: monitoring-logging
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.26 # 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.26" # x-release-please-version
version: 0.0.27
appVersion: 0.0.26
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.0.26"` |
| `controllerManager.kubeRbacProxy.image.tag` | | `"v0.0.27"` |
| `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.26"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.27"` |
| `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 @@ -39,7 +39,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/k8sgpt-ai/k8sgpt-operator
tag: v0.0.26 # x-release-please-version
tag: v0.0.27 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit fe4a5da

Please sign in to comment.