Skip to content

Commit

Permalink
release: update for v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Oct 3, 2024
1 parent 430f5f2 commit 3e11f60
Show file tree
Hide file tree
Showing 9 changed files with 1,236 additions and 102 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current Operator version
VERSION ?= 0.0.16
VERSION ?= 0.0.17
# Default bundle image tag
BUNDLE_IMG ?= k6-controller-bundle:$(VERSION)
# Options for 'bundle-build'
Expand Down
4 changes: 2 additions & 2 deletions charts/k6-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "0.0.16"
appVersion: "0.0.17"
description: A Helm chart to install the k6-operator
name: k6-operator
version: 3.8.0
version: 3.9.0
kubeVersion: ">=1.16.0-0"
home: https://k6.io
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/k6-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k6-operator

![Version: 3.8.0](https://img.shields.io/badge/Version-3.8.0-informational?style=flat-square) ![AppVersion: 0.0.16](https://img.shields.io/badge/AppVersion-0.0.16-informational?style=flat-square)
![Version: 3.9.0](https://img.shields.io/badge/Version-3.9.0-informational?style=flat-square) ![AppVersion: 0.0.17](https://img.shields.io/badge/AppVersion-0.0.17-informational?style=flat-square)

A Helm chart to install the k6-operator

Expand Down Expand Up @@ -44,7 +44,7 @@ Kubernetes: `>=1.16.0-0`
| manager.image.pullPolicy | string | `"IfNotPresent"` | pull policy for the image possible values Always, Never, IfNotPresent (default: IfNotPresent) |
| manager.image.registry | string | `"ghcr.io"` | |
| manager.image.repository | string | `"grafana/k6-operator"` | controller-manager image repository |
| manager.image.tag | string | `"controller-v0.0.16"` | controller-manager image tag |
| manager.image.tag | string | `"controller-v0.0.17"` | controller-manager image tag |
| manager.livenessProbe | object | `{}` | Liveness probe in Probe format |
| manager.readinessProbe | object | `{}` | Readiness probe in Probe format |
| manager.replicas | int | `1` | number of controller-manager replicas (default: 1) |
Expand Down
653 changes: 610 additions & 43 deletions charts/k6-operator/templates/crds/k6.yaml

Large diffs are not rendered by default.

11 changes: 4 additions & 7 deletions charts/k6-operator/templates/crds/plz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
{{- include "k6-operator.customLabels" . | nindent 4 }}
annotations:
{{- include "k6-operator.customAnnotations" . | nindent 4 }}
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.16.1
name: privateloadzones.k6.io
spec:
group: k6.io
Expand Down Expand Up @@ -37,6 +37,7 @@ spec:
items:
properties:
name:
default: ""
type: string
type: object
x-kubernetes-map-type: atomic
Expand All @@ -52,6 +53,8 @@ spec:
properties:
name:
type: string
request:
type: string
required:
- name
type: object
Expand Down Expand Up @@ -128,10 +131,4 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
{{- end -}}
653 changes: 610 additions & 43 deletions charts/k6-operator/templates/crds/testrun.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion charts/k6-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ manager:
# manager.image.repository -- controller-manager image repository
repository: grafana/k6-operator
# manager.image.tag -- controller-manager image tag
tag: controller-v0.0.16
tag: controller-v0.0.17
# manager.image.pullPolicy -- pull policy for the image possible values Always, Never, IfNotPresent (default: IfNotPresent)
pullPolicy: IfNotPresent

Expand Down
6 changes: 4 additions & 2 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ Current release process is rather heavy on manual interventions:
- PR to update bundle
3. _manual_ Review and merge PR with bundle update.
4. _manual_ Commit and push the following changes:
- Update Makefile with latest version, as well as `docs/versioning.md`
- Update Makefile with latest version.
- Update `docs/versioning.md`.
- Update CRDs in Helm chart if needed.
- Update k6-operator's version in `values.yaml` and bump `Chart.yaml`
- Run `helm-docs` to update the auto-generated documentation for the Chart
- Commit the changes:
```
```bash
git add charts/k6-operator/Chart.yaml charts/k6-operator/README.md charts/k6-operator/values.yaml docs/versioning.md Makefile
git commit -m 'release: update for v0.0.x'
```
Expand Down
3 changes: 2 additions & 1 deletion docs/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Since around v0.0.7 k6-operator has been releasing a default runner image togeth
| v0.0.13 | [runner-v0.0.13](ghcr.io/grafana/k6-operator:runner-v0.0.13) | v0.49.0 |
| v0.0.14 | [runner-v0.0.14](ghcr.io/grafana/k6-operator:runner-v0.0.14) | v0.50.0 |
| v0.0.15 | [runner-v0.0.15](ghcr.io/grafana/k6-operator:runner-v0.0.15) | v0.52.0 |
| v0.0.16 | [runner-v0.0.15](ghcr.io/grafana/k6-operator:runner-v0.0.16) | v0.52.0 |
| v0.0.16 | [runner-v0.0.16](ghcr.io/grafana/k6-operator:runner-v0.0.16) | v0.52.0 |
| v0.0.17 | [runner-v0.0.17](ghcr.io/grafana/k6-operator:runner-v0.0.17) | v0.54.0 |

### What was used before?

Expand Down

0 comments on commit 3e11f60

Please sign in to comment.