Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next version of helm charts and manifests to be worked on #612

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.23.2
VERSION := 0.23.3
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 @@ -22,7 +22,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.23.2"
ENV APP_VERSION="0.23.3"

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 @@ -25,7 +25,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.23.2"
ENV APP_VERSION="0.23.3"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/example/sdk.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.23.2"
ENV APP_VERSION="0.23.3"

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 @@ -24,7 +24,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.23.2"
ENV APP_VERSION="0.23.3"

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 @@ -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.23.2"
ENV APP_VERSION="0.23.3"

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 @@ -25,7 +25,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.23.2"
ENV APP_VERSION="0.23.3"

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 @@ -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.23.2"
ENV APP_VERSION="0.23.3"

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 @@ -24,7 +24,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.23.2"
ENV APP_VERSION="0.23.3"

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 @@ -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.23.2"
ENV APP_VERSION="0.23.3"

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 @@ -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.23.2"
ENV APP_VERSION="0.23.3"

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 @@ -24,7 +24,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.23.2"
ENV APP_VERSION="0.23.3"

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 @@ -22,7 +22,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.23.2"
ENV APP_VERSION="0.23.3"

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 @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o sloth ./app/sentinel/bus
# generate clean, final image for end users
FROM gcr.io/distroless/static-debian11

ENV APP_VERSION="0.23.2"
ENV APP_VERSION="0.23.3"

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 @@ -22,7 +22,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.23.2"
ENV APP_VERSION="0.23.3"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vsecm-photon-fips/init-container.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 photon:5.0

ENV APP_VERSION="0.23.2"
ENV APP_VERSION="0.23.3"

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

ENV APP_VERSION="0.23.2"
ENV APP_VERSION="0.23.3"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vsecm-photon-fips/sentinel.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 photon:5.0

ENV APP_VERSION="0.23.2"
ENV APP_VERSION="0.23.3"

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

ENV APP_VERSION="0.23.2"
ENV APP_VERSION="0.23.3"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vsecm-photon/init-container.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-init-container \
# generate clean, final image for end users
FROM photon:5.0

ENV APP_VERSION="0.23.2"
ENV APP_VERSION="0.23.3"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vsecm-photon/safe.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 photon:5.0

ENV APP_VERSION="0.23.2"
ENV APP_VERSION="0.23.3"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vsecm-photon/sentinel.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 sloth ./app/sentinel/bus
# generate clean, final image for end users
FROM photon:5.0

ENV APP_VERSION="0.23.2"
ENV APP_VERSION="0.23.3"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vsecm-photon/sidecar.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 photon:5.0

ENV APP_VERSION="0.23.2"
ENV APP_VERSION="0.23.3"

LABEL "maintainers"="VSecM Maintainers <maintainers@vsecm.com>"
LABEL "version"=$APP_VERSION
Expand Down
1 change: 1 addition & 0 deletions docs/_pages/0031-documentation-snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Here are the **VMware Secrets Manager** documentations captured in time for
specific releases:

* [Latest](https://vsecm.com/)
* [v0.23.2](https://vsecm.com/v0.23.2/)
* [v0.23.0](https://vsecm.com/v0.23.0/)
* [v0.22.5](https://vsecm.com/v0.22.5/)
* [v0.22.4](https://vsecm.com/v0.22.4/)
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple-secrets/k8s-eks/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-multiple-secrets:0.23.2
image: vsecm/example-multiple-secrets:0.23.3
volumeMounts:
# Volume mount for SPIRE unix domain socket.
- name: spire-agent-socket
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple-secrets/k8s-eks/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: public.ecr.aws/h8y1n7y7/example-multiple-secrets:0.23.2
image: public.ecr.aws/h8y1n7y7/example-multiple-secrets:0.23.3
env:
- name: VSECM_LOG_LEVEL
value: "7"
2 changes: 1 addition & 1 deletion examples/multiple-secrets/k8s/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-multiple-secrets:0.23.2
image: vsecm/example-multiple-secrets:0.23.3
volumeMounts:
# Volume mount for SPIRE unix domain socket.
- name: spire-agent-socket
Expand Down
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 @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: main
image: localhost:5000/example-multiple-secrets:0.23.2
image: localhost:5000/example-multiple-secrets:0.23.3
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.23.2"
VERSION="0.23.3"

docker run --rm \
-v "$(pwd)":/vsecm \
Expand Down
4 changes: 2 additions & 2 deletions examples/using-init-container/k8s-eks/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.23.2
image: vsecm/example-using-init-container:0.23.3
env:
- name: SECRET
valueFrom:
Expand All @@ -55,7 +55,7 @@ spec:
# See `./register.sh` to register the workload and finalize
# this init container.
- name: init-container
image: vsecm/vsecm-ist-init-container:0.23.2
image: vsecm/vsecm-ist-init-container:0.23.3
volumeMounts:
# Volume mount for SPIRE unix domain socket.
- name: spire-agent-socket
Expand Down
4 changes: 2 additions & 2 deletions examples/using-init-container/k8s-eks/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: public.ecr.aws/h8y1n7y7/example-using-init-container:0.23.2
image: public.ecr.aws/h8y1n7y7/example-using-init-container:0.23.3
initContainers:
- name: init-container
image: public.ecr.aws/h8y1n7y7/vsecm-ist-init-container:0.23.2
image: public.ecr.aws/h8y1n7y7/vsecm-ist-init-container:0.23.3
4 changes: 2 additions & 2 deletions examples/using-init-container/k8s/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.23.2
image: vsecm/example-using-init-container:0.23.3
env:
- name: SECRET
valueFrom:
Expand All @@ -55,7 +55,7 @@ spec:
# See `./register.sh` to register the workload and finalize
# this init container.
- name: init-container
image: vsecm/vsecm-ist-init-container:0.23.2
image: vsecm/vsecm-ist-init-container:0.23.3
volumeMounts:
# Volume mount for SPIRE unix domain socket.
- name: spire-agent-socket
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 @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: main
image: localhost:5000/example-using-init-container:0.23.2
image: localhost:5000/example-using-init-container:0.23.3
initContainers:
- name: init-container
image: localhost:5000/vsecm-ist-init-container:0.23.2
image: localhost:5000/vsecm-ist-init-container:0.23.3
2 changes: 1 addition & 1 deletion examples/using-sdk/k8s-eks/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:0.23.2
image: vsecm/example-using-sdk:0.23.3
volumeMounts:
# Volume mount for SPIRE unix domain socket.
- name: spire-agent-socket
Expand Down
2 changes: 1 addition & 1 deletion examples/using-sdk/k8s-eks/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: public.ecr.aws/h8y1n7y7/example-using-sdk:0.23.2
image: public.ecr.aws/h8y1n7y7/example-using-sdk:0.23.3
2 changes: 1 addition & 1 deletion examples/using-sdk/k8s/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:0.23.2
image: vsecm/example-using-sdk:0.23.3
volumeMounts:
# Volume mount for SPIRE unix domain socket.
- name: spire-agent-socket
Expand Down
2 changes: 1 addition & 1 deletion examples/using-sdk/k8s/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.23.2
image: localhost:5000/example-using-sdk:0.23.3
4 changes: 2 additions & 2 deletions examples/using-sidecar/k8s-eks/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.23.2
image: vsecm/example-using-sidecar:0.23.3
volumeMounts:
# `main` shares this volume with `sidecar`.
- mountPath: /opt/vsecm
name: vsecm-secrets-volume
- name: sidecar
image: vsecm/vsecm-ist-sidecar:0.23.2
image: vsecm/vsecm-ist-sidecar:0.23.3
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/using-sidecar/k8s-eks/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: public.ecr.aws/h8y1n7y7/example-using-sidecar:0.23.2
image: public.ecr.aws/h8y1n7y7/example-using-sidecar:0.23.3
- name: sidecar
image: public.ecr.aws/h8y1n7y7/vsecm-ist-sidecar:0.23.2
image: public.ecr.aws/h8y1n7y7/vsecm-ist-sidecar:0.23.3
4 changes: 2 additions & 2 deletions examples/using-sidecar/k8s/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.23.2
image: vsecm/example-using-sidecar:0.23.3
volumeMounts:
# `main` shares this volume with `sidecar`.
- mountPath: /opt/vsecm
name: vsecm-secrets-volume
- name: sidecar
image: vsecm/vsecm-ist-sidecar:0.23.2
image: vsecm/vsecm-ist-sidecar:0.23.3
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/using-sidecar/k8s/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.23.2
image: localhost:5000/example-using-sidecar:0.23.3
- name: sidecar
image: localhost:5000/vsecm-ist-sidecar:0.23.2
image: localhost:5000/vsecm-ist-sidecar:0.23.3
Loading