Skip to content

Commit

Permalink
🧹 chore(vsecm): Release next version's manifests (#1087)
Browse files Browse the repository at this point in the history
Release next version’s manifests.

Signed-off-by: Volkan Özçelik <volkan.ozcelik@broadcom.com>
  • Loading branch information
v0lkan authored Jul 28, 2024
1 parent c33bcc7 commit dcd4b6d
Show file tree
Hide file tree
Showing 148 changed files with 258 additions and 5,548 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ifdef VSECM_VERSION
VERSION := $(VSECM_VERSION)
else
VERSION := 0.27.0
VERSION := 0.27.1
endif

# Set deploySpire to false, if you want to use existing spire deployment
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/example/init-container.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o example \
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.27.0"
ENV APP_VERSION="0.27.1"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/example/multiple-secrets.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o sloth \
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.27.0"
ENV APP_VERSION="0.27.1"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/example/sdk-go.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o env \
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.27.0"
ENV APP_VERSION="0.27.1"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/example/sidecar.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o env \
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.27.0"
ENV APP_VERSION="0.27.1"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/util/inspector.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o sloth \
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.27.0"
ENV APP_VERSION="0.27.1"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/util/keygen.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o vsecm-keygen \
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.27.0"
ENV APP_VERSION="0.27.1"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vsecm-ist-fips/init-container.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=linux go build -mod vendor -a -
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.27.0"
ENV APP_VERSION="0.27.1"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vsecm-ist-fips/keystone.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=linux go build -mod vendor -a -
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.27.0"
ENV APP_VERSION="0.27.1"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vsecm-ist-fips/safe.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=linux go build -mod vendor -a -
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.27.0"
ENV APP_VERSION="0.27.1"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vsecm-ist-fips/sentinel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=linux go build -mod vendor -a -
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.27.0"
ENV APP_VERSION="0.27.1"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vsecm-ist-fips/sidecar.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=linux go build -mod vendor -a -
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.27.0"
ENV APP_VERSION="0.27.1"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vsecm-ist/init-container.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o vsecm-init-container \
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.27.0"
ENV APP_VERSION="0.27.1"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vsecm-ist/keystone.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o vsecm-keystone \
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.27.0"
ENV APP_VERSION="0.27.1"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vsecm-ist/safe.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o vsecm-safe ./app/safe/cm
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.27.0"
ENV APP_VERSION="0.27.1"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vsecm-ist/sentinel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o sloth ./app/sentinel/bac
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.27.0"
ENV APP_VERSION="0.27.1"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vsecm-ist/sidecar.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o vsecm-sidecar ./app/side
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.27.0"
ENV APP_VERSION="0.27.1"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ smart_punctuation = true

[extra]
author = "VMware Secrets Manager Contributors"
version = "0.27.0"
version = "0.27.1"
2 changes: 1 addition & 1 deletion examples/multiple_secrets/k8s/image-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
containers:
- name: main
# Change this, if you want to use a different image:
image: localhost:5000/example-multiple-secrets:0.27.0
image: localhost:5000/example-multiple-secrets:0.27.1
env:
- name: VSECM_LOG_LEVEL
value: "7"
2 changes: 1 addition & 1 deletion examples/operator_decrpyt_secrets/reveal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# <>/' Copyright 2023-present VMware Secrets Manager contributors.
# >/' SPDX-License-Identifier: BSD-2-Clause
# */
VERSION="0.27.0"
VERSION="0.27.1"

docker run --rm \
-v "$(pwd)":/vsecm \
Expand Down
4 changes: 2 additions & 2 deletions examples/using_init_container/k8s/image-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ spec:
containers:
- name: main
# Change this, if you want to use a different image:
image: localhost:5000/example-using-init-container:0.27.0
image: localhost:5000/example-using-init-container:0.27.1
initContainers:
- name: init-container
# Change this, if you want to use a different image:
image: localhost:5000/vsecm-ist-init-container:0.27.0
image: localhost:5000/vsecm-ist-init-container:0.27.1
2 changes: 1 addition & 1 deletion examples/using_sdk_go/k8s/image-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ spec:
containers:
- name: main
# Change this, if you want to use a different image
image: localhost:5000/example-using-sdk-go:0.27.0
image: localhost:5000/example-using-sdk-go:0.27.1
4 changes: 2 additions & 2 deletions examples/using_sidecar/k8s/image-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
containers:
- name: main
# Change this, if you want to use a different image
image: localhost:5000/example-using-sidecar:0.27.0
image: localhost:5000/example-using-sidecar:0.27.1
- name: sidecar
# Change this, if you want to use a different image
image: localhost:5000/vsecm-ist-sidecar:0.27.0
image: localhost:5000/vsecm-ist-sidecar:0.27.1
4 changes: 2 additions & 2 deletions examples/workshop_aegis/init-container/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: example
containers:
- name: main
image: vsecm/example-using-init-container:0.27.0
image: vsecm/example-using-init-container:0.27.1
env:
- name: SECRET
valueFrom:
Expand All @@ -50,7 +50,7 @@ spec:
# See `./register.sh` to register the workload and finalize
# this init container.
- name: init-container
image: vsecm/vsecm-ist-init-container:0.27.0
image: vsecm/vsecm-ist-init-container:0.27.1
volumeMounts:
# Volume mount for SPIRE unix domain socket.
- name: spire-agent-socket
Expand Down
4 changes: 2 additions & 2 deletions examples/workshop_aegis/init-container/image-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: main
image: localhost:5000/example-using-init-container:0.27.0
image: localhost:5000/example-using-init-container:0.27.1
initContainers:
- name: init-container
image: localhost:5000/vsecm-ist-init-container:0.27.0
image: localhost:5000/vsecm-ist-init-container:0.27.1
2 changes: 1 addition & 1 deletion examples/workshop_aegis/inspector/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: vsecm-inspector
containers:
- name: main
image: vsecm/example-multiple-secrets:0.27.0
image: vsecm/example-multiple-secrets:0.27.1
volumeMounts:
# Volume mount for SPIRE unix domain socket.
- name: spire-agent-socket
Expand Down
2 changes: 1 addition & 1 deletion examples/workshop_aegis/inspector/image-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: main
image: localhost:5000/example-multiple-secrets:0.27.0
image: localhost:5000/example-multiple-secrets:0.27.1
env:
- name: VSECM_LOG_LEVEL
value: "7"
2 changes: 1 addition & 1 deletion examples/workshop_aegis/sdk/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: example
containers:
- name: main
image: vsecm/example-using-sdk-go:0.27.0
image: vsecm/example-using-sdk-go:0.27.1
volumeMounts:
# Volume mount for SPIRE unix domain socket.
- name: spire-agent-socket
Expand Down
2 changes: 1 addition & 1 deletion examples/workshop_aegis/sdk/image-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ spec:
spec:
containers:
- name: main
image: localhost:5000/example-using-sdk:0.27.0
image: localhost:5000/example-using-sdk:0.27.1
4 changes: 2 additions & 2 deletions examples/workshop_aegis/sidecar/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ spec:
serviceAccountName: example
containers:
- name: main
image: vsecm/example-using-sidecar:0.27.0
image: vsecm/example-using-sidecar:0.27.1
volumeMounts:
# `main` shares this volume with `sidecar`.
- mountPath: /opt/vsecm
name: vsecm-secrets-volume
- name: sidecar
image: vsecm/vsecm-ist-sidecar:0.27.0
image: vsecm/vsecm-ist-sidecar:0.27.1
volumeMounts:
# /opt/vsecm/secrets.json is the place the secrets will be at.
- mountPath: /opt/vsecm
Expand Down
4 changes: 2 additions & 2 deletions examples/workshop_aegis/sidecar/image-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ spec:
spec:
containers:
- name: main
image: localhost:5000/example-using-sidecar:0.27.0
image: localhost:5000/example-using-sidecar:0.27.1
- name: sidecar
image: localhost:5000/vsecm-ist-sidecar:0.27.0
image: localhost:5000/vsecm-ist-sidecar:0.27.1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: vsecm-inspector
containers:
- name: main
image: localhost:32000/example-multiple-secrets:0.27.0
image: localhost:32000/example-multiple-secrets:0.27.1
volumeMounts:
- name: spire-agent-socket
mountPath: /spire-agent-socket
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
serviceAccountName: vsecm-sentinel
containers:
- name: main
image: localhost:32000/vsecm-ist-sentinel:0.27.0
image: localhost:32000/vsecm-ist-sentinel:0.27.1
volumeMounts:
- name: spire-agent-socket
mountPath: /spire-agent-socket
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
serviceAccountName: vsecm-safe
containers:
- name: main
image: localhost:32000/vsecm-ist-safe:0.27.0
image: localhost:32000/vsecm-ist-safe:0.27.1
ports:
- containerPort: 8443
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion examples/workshop_istanbul_gophers/k8s/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: vsecm-inspector
containers:
- name: main
image: localhost:5000/vsecm-inspector:0.27.0
image: localhost:5000/vsecm-inspector:0.27.1
volumeMounts:
- name: spire-agent-socket
mountPath: /spire-agent-socket
Expand Down
2 changes: 1 addition & 1 deletion examples/workshop_vsecm/hack/015-reveal-secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# >/' SPDX-License-Identifier: BSD-2-Clause
# */

VERSION="0.27.0"
VERSION="0.27.1"

eval "$(minikube docker-env -u)"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: example
containers:
- name: main
image: vsecm/example-using-init-container:0.27.0
image: vsecm/example-using-init-container:0.27.1
env:
- name: SECRET
valueFrom:
Expand All @@ -53,7 +53,7 @@ spec:

initContainers:
- name: init-container
image: vsecm/vsecm-ist-init-container:0.27.0
image: vsecm/vsecm-ist-init-container:0.27.1
volumeMounts:
- name: spire-agent-socket
mountPath: /spire-agent-socket
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: vsecm-inspector
containers:
- name: main
image: vsecm/example-multiple-secrets:0.27.0
image: vsecm/example-multiple-secrets:0.27.1
volumeMounts:
- name: spire-agent-socket
mountPath: /spire-agent-socket
Expand Down
2 changes: 1 addition & 1 deletion examples/workshop_vsecm/workloads/keycloak/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
initContainers:
- name: init-container
image: vsecm/vsecm-ist-init-container:0.27.0
image: vsecm/vsecm-ist-init-container:0.27.1
volumeMounts:
- name: spire-agent-socket
mountPath: /spire-agent-socket
Expand Down
4 changes: 2 additions & 2 deletions hack/create-custom-manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
# >/' SPDX-License-Identifier: BSD-2-Clause
# */

cp ./helm-charts/0.27.0/values-custom.yaml ./helm-charts/0.27.0/values.yaml
make k8s-manifests-update VERSION=0.27.0
cp ./helm-charts/0.27.1/values-custom.yaml ./helm-charts/0.27.1/values.yaml
make k8s-manifests-update VERSION=0.27.1
2 changes: 1 addition & 1 deletion hack/tag-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# and we should not need to pull the images and sign them again.
# So we'd rarely (if ever) need to use this script.

VERSION="0.27.0"
VERSION="0.27.1"

export DOCKER_CONTENT_TRUST=0

Expand Down
Loading

0 comments on commit dcd4b6d

Please sign in to comment.