Skip to content

Commit

Permalink
chore: release scheduler 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keptn-bot committed May 14, 2024
1 parent 6434efc commit 4bf3a3a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
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.5",
"runtimes/deno-runtime": "2.0.4",
"lifecycle-operator": "1.0.0",
"scheduler": "1.0.0",
"scheduler": "1.0.1",
"metrics-operator": "1.0.1"
}
11 changes: 11 additions & 0 deletions scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.1](https://github.com/keptn/lifecycle-toolkit/compare/scheduler-v1.0.0...scheduler-v1.0.1) (2024-05-14)


### Dependency Updates

* update golang docker tag to v1.21.10 ([#3508](https://github.com/keptn/lifecycle-toolkit/issues/3508)) ([ed3409f](https://github.com/keptn/lifecycle-toolkit/commit/ed3409f1fa0f309e1fb0b1d971ec56e0c8f854bb))
* update module github.com/onsi/ginkgo/v2 to v2.17.2 ([#3489](https://github.com/keptn/lifecycle-toolkit/issues/3489)) ([4a7e9cf](https://github.com/keptn/lifecycle-toolkit/commit/4a7e9cf80e083e35b39da7e8204ff1cfb5d842ae))
* update module github.com/onsi/gomega to v1.33.0 ([#3468](https://github.com/keptn/lifecycle-toolkit/issues/3468)) ([e8ddfde](https://github.com/keptn/lifecycle-toolkit/commit/e8ddfdecd1a5fef73013d968a0913ac4aa9d744f))
* update module github.com/onsi/gomega to v1.33.1 ([#3495](https://github.com/keptn/lifecycle-toolkit/issues/3495)) ([80caa18](https://github.com/keptn/lifecycle-toolkit/commit/80caa185c2909089c746c392f32dda54edd42dc3))
* update module google.golang.org/protobuf to v1.34.0 ([#3496](https://github.com/keptn/lifecycle-toolkit/issues/3496)) ([5862111](https://github.com/keptn/lifecycle-toolkit/commit/586211185649f9542dd7782d551d1ad04e3c809f))

## [1.0.0](https://github.com/keptn/lifecycle-toolkit/compare/scheduler-v0.9.2...scheduler-v1.0.0) (2024-04-24)


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?="v1.0.0" # x-release-please-version
TAG?="v1.0.1" # x-release-please-version
CHART_APPVERSION?=""

LOCAL_REGISTRY=localhost:5000/scheduler-plugins
Expand Down

0 comments on commit 4bf3a3a

Please sign in to comment.