Skip to content

Commit 777bdff

Browse files
committed
chore: release scheduler 1.0.2
1 parent 8eb878f commit 777bdff

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"runtimes/python-runtime": "1.0.6",
55
"runtimes/deno-runtime": "2.0.5",
66
"lifecycle-operator": "1.1.1",
7-
"scheduler": "1.0.1",
7+
"scheduler": "1.0.2",
88
"metrics-operator": "1.1.0"
99
}

scheduler/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/keptn/lifecycle-toolkit/compare/scheduler-v1.0.1...scheduler-v1.0.2) (2024-09-16)
4+
5+
6+
### Dependency Updates
7+
8+
* update all golang.org/x packages ([#3708](https://github.com/keptn/lifecycle-toolkit/issues/3708)) ([1014268](https://github.com/keptn/lifecycle-toolkit/commit/1014268f72066049bd707373feea367f680d0132))
9+
* update all golang.org/x packages ([#3729](https://github.com/keptn/lifecycle-toolkit/issues/3729)) ([d0a22de](https://github.com/keptn/lifecycle-toolkit/commit/d0a22deacb3af85c95e07c9b4d2d91120b7c07ca))
10+
* update golang docker tag to v1.22.6 ([#3692](https://github.com/keptn/lifecycle-toolkit/issues/3692)) ([73b30ee](https://github.com/keptn/lifecycle-toolkit/commit/73b30ee6a0748535d8af1160a7c0b8e2f2c04ec2))
11+
* update golang docker tag to v1.23.0 ([#3702](https://github.com/keptn/lifecycle-toolkit/issues/3702)) ([a4d7328](https://github.com/keptn/lifecycle-toolkit/commit/a4d73287d793bdd4681d5e8ba9fe56d185705b80))
12+
* update golang docker tag to v1.23.1 ([#3732](https://github.com/keptn/lifecycle-toolkit/issues/3732)) ([8eb878f](https://github.com/keptn/lifecycle-toolkit/commit/8eb878f908467ab9a7140694d263de0fc352f2dd))
13+
* update module github.com/onsi/ginkgo/v2 to v2.20.1 ([#3704](https://github.com/keptn/lifecycle-toolkit/issues/3704)) ([df11440](https://github.com/keptn/lifecycle-toolkit/commit/df1144084e337c8eda64e2635b8ee534fd10252f))
14+
* update module github.com/onsi/ginkgo/v2 to v2.20.2 ([#3724](https://github.com/keptn/lifecycle-toolkit/issues/3724)) ([7d62fad](https://github.com/keptn/lifecycle-toolkit/commit/7d62fadadbd251debe2b2c0c46a9042538a70c71))
15+
316
## [1.0.1](https://github.com/keptn/lifecycle-toolkit/compare/scheduler-v1.0.0...scheduler-v1.0.1) (2024-08-06)
417

518

scheduler/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ARCHS = amd64 arm64
1616
COMMONENVVAR=GOOS=$(shell uname -s | tr A-Z a-z)
1717
BUILDENVVAR=CGO_ENABLED=0
18-
TAG?="v1.0.1" # x-release-please-version
18+
TAG?="v1.0.2" # x-release-please-version
1919
CHART_APPVERSION?=""
2020

2121
LOCAL_REGISTRY=localhost:5000/scheduler-plugins

0 commit comments

Comments
 (0)