Skip to content

Commit

Permalink
revert: revert "chore: release scheduler 0.8.2 (#2032)"
Browse files Browse the repository at this point in the history
This reverts commit cb4d2b1.

Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Sep 5, 2023
1 parent 07cc3a9 commit 0a6a08f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 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.0",
"runtimes/deno-runtime": "1.0.1",
"lifecycle-operator": "0.8.1",
"scheduler": "0.8.2",
"scheduler": "0.8.1",
"metrics-operator": "0.8.1"
}
29 changes: 0 additions & 29 deletions scheduler/CHANGELOG.md

This file was deleted.

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.8.2" # x-release-please-version
TAG?="v0.8.1" # x-release-please-version
CHART_APPVERSION?=""

LOCAL_REGISTRY=localhost:5000/scheduler-plugins
Expand Down

0 comments on commit 0a6a08f

Please sign in to comment.