Skip to content

Commit

Permalink
Revert "chore(main): release lifecycle-operator-and-scheduler librari…
Browse files Browse the repository at this point in the history
…es (keptn#1979)"

This reverts commit 12d0f40.

Signed-off-by: Giovanni Liva <[email protected]>
  • Loading branch information
thisthat committed Sep 5, 2023
1 parent 12d0f40 commit 1bd077a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 81 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.8.1","klt-cert-manager":"1.1.0","runtimes/python-runtime":"1.0.0","runtimes/deno-runtime":"1.0.1","lifecycle-operator":"0.8.2","scheduler":"0.8.2"}
{".":"0.8.1","klt-cert-manager":"1.1.0","runtimes/python-runtime":"1.0.0","runtimes/deno-runtime":"1.0.1","lifecycle-operator":"0.8.1","scheduler":"0.8.1"}
50 changes: 0 additions & 50 deletions lifecycle-operator/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion lifecycle-operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RELEASE_REGISTRY?=ghcr.io/keptn
RELEASE_TIME=$(shell date +%Y%m%d%s)
BUILD_TIME=$(shell date -u "+%F_%T")
RELEASE_VERSION?=$(RELEASE_TIME)-v0.24.3#$(shell git describe --tags --match "v*")
TAG?="v0.8.2" # x-release-please-version
TAG?="v0.8.1" # x-release-please-version
RELEASE_IMAGE:=lifecycle-operator:$(TAG)
CHART_APPVERSION?=""

Expand Down
28 changes: 0 additions & 28 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 1bd077a

Please sign in to comment.