Skip to content

Commit

Permalink
chore: release scheduler 0.9.2 (#3228)
Browse files Browse the repository at this point in the history
Signed-off-by: keptn-bot <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Co-authored-by: odubajDT <[email protected]>
  • Loading branch information
keptn-bot and odubajDT authored Mar 20, 2024
1 parent dce666f commit 998c6a9
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11910,7 +11910,7 @@ spec:
value: "otel-collector:4317"
- name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local
image: local-registry.io/keptn/scheduler:v0.9.1
image: local-registry.io/keptn/scheduler:v0.9.2
imagePullPolicy: Never
name: scheduler
resources:
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"runtimes/python-runtime": "1.0.4",
"runtimes/deno-runtime": "2.0.3",
"lifecycle-operator": "0.9.1",
"scheduler": "0.9.1",
"scheduler": "0.9.2",
"metrics-operator": "0.9.3"
}
2 changes: 1 addition & 1 deletion lifecycle-operator/chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ and application health checks
| `scheduler.env.otelCollectorUrl` | sets url for open telemetry collector | `otel-collector:4317` |
| `scheduler.image.registry` | specify the container registry for the scheduler image | `""` |
| `scheduler.image.repository` | set image repository for scheduler | `keptn/scheduler` |
| `scheduler.image.tag` | set image tag for scheduler | `v0.9.1` |
| `scheduler.image.tag` | set image tag for scheduler | `v0.9.2` |
| `scheduler.image.imagePullPolicy` | specify pull policy for the manager image. This overrides global values | `""` |
| `scheduler.livenessProbe` | customizable liveness probe for the scheduler | |
| `scheduler.readinessProbe` | customizable readiness probe for the scheduler | |
Expand Down
2 changes: 1 addition & 1 deletion lifecycle-operator/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ scheduler:
## @param scheduler.image.repository set image repository for scheduler
repository: keptn/scheduler
## @param scheduler.image.tag set image tag for scheduler
tag: v0.9.1
tag: v0.9.2
## @param scheduler.image.imagePullPolicy specify pull policy for the manager image. This overrides global values
imagePullPolicy: ""
## @extra scheduler.livenessProbe customizable liveness probe for the scheduler
Expand Down
17 changes: 17 additions & 0 deletions scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.9.2](https://github.com/keptn/lifecycle-toolkit/compare/scheduler-v0.9.1...scheduler-v0.9.2) (2024-03-19)


### Bug Fixes

* security vulnerabilities ([#3230](https://github.com/keptn/lifecycle-toolkit/issues/3230)) ([1d099d7](https://github.com/keptn/lifecycle-toolkit/commit/1d099d7a4c9b5e856de52932693b97c29bea3122))


### Other

* bump Go base images and pipelines version to 1.21 ([#3218](https://github.com/keptn/lifecycle-toolkit/issues/3218)) ([de01ca4](https://github.com/keptn/lifecycle-toolkit/commit/de01ca493b307d8c27701552549b982e22281a2e))


### Dependency Updates

* update module google.golang.org/grpc to v1.62.1 ([#3281](https://github.com/keptn/lifecycle-toolkit/issues/3281)) ([f86c49a](https://github.com/keptn/lifecycle-toolkit/commit/f86c49a8e4a72ceccab95f15d0dcde2a4e7dbfb0))

## [0.9.1](https://github.com/keptn/lifecycle-toolkit/compare/scheduler-v0.9.0...scheduler-v0.9.1) (2024-03-04)


Expand Down
2 changes: 1 addition & 1 deletion scheduler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ARCHS = amd64 arm64
COMMONENVVAR=GOOS=$(shell uname -s | tr A-Z a-z)
BUILDENVVAR=CGO_ENABLED=0
TAG?="v0.9.1" # x-release-please-version
TAG?="v0.9.2" # x-release-please-version
CHART_APPVERSION?=""

LOCAL_REGISTRY=localhost:5000/scheduler-plugins
Expand Down

0 comments on commit 998c6a9

Please sign in to comment.