File tree Expand file tree Collapse file tree 6 files changed +22
-5
lines changed
.github/scripts/.helm-tests/local-global-precedence Expand file tree Collapse file tree 6 files changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -11910,7 +11910,7 @@ spec:
11910
11910
value: "otel-collector:4317"
11911
11911
- name: KUBERNETES_CLUSTER_DOMAIN
11912
11912
value: cluster.local
11913
- image: local-registry.io/keptn/scheduler:v0.9.1
11913
+ image: local-registry.io/keptn/scheduler:v0.9.2
11914
11914
imagePullPolicy: Never
11915
11915
name: scheduler
11916
11916
resources:
Original file line number Diff line number Diff line change 4
4
"runtimes/python-runtime" : " 1.0.4" ,
5
5
"runtimes/deno-runtime" : " 2.0.3" ,
6
6
"lifecycle-operator" : " 0.9.1" ,
7
- "scheduler" : " 0.9.1 " ,
7
+ "scheduler" : " 0.9.2 " ,
8
8
"metrics-operator" : " 0.9.3"
9
9
}
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ and application health checks
90
90
| ` scheduler.env.otelCollectorUrl ` | sets url for open telemetry collector | ` otel-collector:4317 ` |
91
91
| ` scheduler.image.registry ` | specify the container registry for the scheduler image | ` "" ` |
92
92
| ` scheduler.image.repository ` | set image repository for scheduler | ` keptn/scheduler ` |
93
- | ` scheduler.image.tag ` | set image tag for scheduler | ` v0.9.1 ` |
93
+ | ` scheduler.image.tag ` | set image tag for scheduler | ` v0.9.2 ` |
94
94
| ` scheduler.image.imagePullPolicy ` | specify pull policy for the manager image. This overrides global values | ` "" ` |
95
95
| ` scheduler.livenessProbe ` | customizable liveness probe for the scheduler | |
96
96
| ` scheduler.readinessProbe ` | customizable readiness probe for the scheduler | |
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ scheduler:
221
221
# # @param scheduler.image.repository set image repository for scheduler
222
222
repository : keptn/scheduler
223
223
# # @param scheduler.image.tag set image tag for scheduler
224
- tag : v0.9.1
224
+ tag : v0.9.2
225
225
# # @param scheduler.image.imagePullPolicy specify pull policy for the manager image. This overrides global values
226
226
imagePullPolicy : " "
227
227
# # @extra scheduler.livenessProbe customizable liveness probe for the scheduler
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.9.2] ( https://github.com/keptn/lifecycle-toolkit/compare/scheduler-v0.9.1...scheduler-v0.9.2 ) (2024-03-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * security vulnerabilities ([ #3230 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3230 ) ) ([ 1d099d7] ( https://github.com/keptn/lifecycle-toolkit/commit/1d099d7a4c9b5e856de52932693b97c29bea3122 ) )
9
+
10
+
11
+ ### Other
12
+
13
+ * 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 ) )
14
+
15
+
16
+ ### Dependency Updates
17
+
18
+ * 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 ) )
19
+
3
20
## [ 0.9.1] ( https://github.com/keptn/lifecycle-toolkit/compare/scheduler-v0.9.0...scheduler-v0.9.1 ) (2024-03-04)
4
21
5
22
Original file line number Diff line number Diff line change 15
15
ARCHS = amd64 arm64
16
16
COMMONENVVAR=GOOS =$(shell uname -s | tr A-Z a-z)
17
17
BUILDENVVAR=CGO_ENABLED =0
18
- TAG? ="v0.9.1 " # x-release-please-version
18
+ TAG? ="v0.9.2 " # x-release-please-version
19
19
CHART_APPVERSION?=""
20
20
21
21
LOCAL_REGISTRY =localhost:5000/scheduler-plugins
You can’t perform that action at this time.
0 commit comments