Skip to content

Commit ede8b3c

Browse files
committed
release: update for v0.0.20
1 parent ae98501 commit ede8b3c

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Current Operator version
2-
VERSION ?= 0.0.19
2+
VERSION ?= 0.0.20
33
# Default bundle image tag
44
BUNDLE_IMG ?= k6-controller-bundle:$(VERSION)
55
# Options for 'bundle-build'

charts/k6-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "0.0.19"
2+
appVersion: "0.0.20"
33
description: A Helm chart to install the k6-operator
44
name: k6-operator
5-
version: 3.11.1
5+
version: 3.12.0
66
kubeVersion: ">=1.16.0-0"
77
home: https://k6.io
88
sources:

charts/k6-operator/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# k6-operator
22

3-
![Version: 3.11.1](https://img.shields.io/badge/Version-3.11.1-informational?style=flat-square) ![AppVersion: 0.0.19](https://img.shields.io/badge/AppVersion-0.0.19-informational?style=flat-square)
3+
![Version: 3.12.0](https://img.shields.io/badge/Version-3.12.0-informational?style=flat-square) ![AppVersion: 0.0.20](https://img.shields.io/badge/AppVersion-0.0.20-informational?style=flat-square)
44

55
A Helm chart to install the k6-operator
66

@@ -41,14 +41,14 @@ Kubernetes: `>=1.16.0-0`
4141
| global.image.pullSecrets | list | `[]` | Optional set of global image pull secrets |
4242
| global.image.registry | string | `""` | Global image registry to use if it needs to be overridden for some specific use cases (e.g local registries, custom images, ...) |
4343
| installCRDs | bool | `true` | Installs CRDs as part of the release |
44-
| manager | object | `{"containerSecurityContext":{},"env":[],"envFrom":[],"image":{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"grafana/k6-operator","tag":"controller-v0.0.19"},"livenessProbe":{},"podSecurityContext":{},"readinessProbe":{},"replicas":1,"resources":{"limits":{"cpu":"100m","memory":"100Mi"},"requests":{"cpu":"100m","memory":"50Mi"}},"serviceAccount":{"create":true,"name":"k6-operator-controller"}}` | controller-manager configuration |
44+
| manager | object | `{"containerSecurityContext":{},"env":[],"envFrom":[],"image":{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"grafana/k6-operator","tag":"controller-v0.0.20"},"livenessProbe":{},"podSecurityContext":{},"readinessProbe":{},"replicas":1,"resources":{"limits":{"cpu":"100m","memory":"100Mi"},"requests":{"cpu":"100m","memory":"50Mi"}},"serviceAccount":{"create":true,"name":"k6-operator-controller"}}` | controller-manager configuration |
4545
| manager.containerSecurityContext | object | `{}` | A security context defines privileges and access control settings for the container. |
4646
| manager.env | list | `[]` | List of environment variables to set in the controller |
4747
| manager.envFrom | list | `[]` | List of sources to populate environment variables in the controller |
48-
| manager.image | object | `{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"grafana/k6-operator","tag":"controller-v0.0.19"}` | controller-manager image configuration |
48+
| manager.image | object | `{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"grafana/k6-operator","tag":"controller-v0.0.20"}` | controller-manager image configuration |
4949
| manager.image.pullPolicy | string | `"IfNotPresent"` | pull policy for the image possible values Always, Never, IfNotPresent (default: IfNotPresent) |
5050
| manager.image.repository | string | `"grafana/k6-operator"` | controller-manager image repository |
51-
| manager.image.tag | string | `"controller-v0.0.19"` | controller-manager image tag |
51+
| manager.image.tag | string | `"controller-v0.0.20"` | controller-manager image tag |
5252
| manager.livenessProbe | object | `{}` | Liveness probe in Probe format |
5353
| manager.podSecurityContext | object | `{}` | A security context defines privileges and access control settings for a pod. |
5454
| manager.readinessProbe | object | `{}` | Readiness probe in Probe format |

charts/k6-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ manager:
249249
# type: string
250250
# @schema
251251
# manager.image.tag -- controller-manager image tag
252-
tag: controller-v0.0.19
252+
tag: controller-v0.0.20
253253
# @schema
254254
# required: false
255255
# type: string

docs/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Current release process is rather heavy on manual interventions:
1212
- Update `docs/versioning.md`.
1313
- Update CRDs in Helm chart if needed.
1414
- Update k6-operator's version in `values.yaml` and bump `Chart.yaml`
15-
- Run `helm-docs` to update the auto-generated documentation for the Chart
15+
- Run `make helm-docs` to update the auto-generated documentation for the Chart
1616
- Commit the changes:
1717
```bash
1818
git add charts/k6-operator/Chart.yaml charts/k6-operator/README.md charts/k6-operator/values.yaml docs/versioning.md Makefile

docs/versioning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Since around v0.0.7 k6-operator has been releasing a default runner image togeth
3535
| v0.0.17 | [runner-v0.0.17](ghcr.io/grafana/k6-operator:runner-v0.0.17) | v0.54.0 |
3636
| v0.0.18 | [runner-v0.0.18](ghcr.io/grafana/k6-operator:runner-v0.0.18) | v0.55.0 |
3737
| v0.0.19 | [runner-v0.0.19](ghcr.io/grafana/k6-operator:runner-v0.0.19) | v0.56.0 |
38+
| v0.0.20 | [runner-v0.0.20](ghcr.io/grafana/k6-operator:runner-v0.0.20) | v1.0.0-rc1 |
3839

3940
### What was used before?
4041

0 commit comments

Comments
 (0)