Skip to content

Commit

Permalink
Merge pull request #67 from digitalocean/dkomsa/prepare-release
Browse files Browse the repository at this point in the history
prepare v0.1.11 release
  • Loading branch information
d-honeybadger authored Sep 5, 2024
2 parents 41fae10 + de9d701 commit b9dde4f
Show file tree
Hide file tree
Showing 3 changed files with 892 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ release-manifests: manifests kustomize
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
mkdir -p releases
$(KUSTOMIZE) build config/default > releases/do-operator-${IMG_TAG}.yaml
# replace the fake do api token cause GitGuardian thinks every base64-encoded string is a secret
sed -i -e 's/access-token\:\s.*/access-token: <your api token here>/g' releases/do-operator-${IMG_TAG}.yaml

##@ Build Dependencies

Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ kind: Kustomization
images:
- name: controller
newName: docker.io/digitalocean/do-operator
newTag: v0.1.10
newTag: v0.1.11
Loading

0 comments on commit b9dde4f

Please sign in to comment.