Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
version bump (#481)
Browse files Browse the repository at this point in the history
Incoming!
  • Loading branch information
v0lkan authored Jul 14, 2023
1 parent d09a1e4 commit 094502b
Show file tree
Hide file tree
Showing 70 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

# The common version tag assigned to all the things.
VERSION=0.18.0
VERSION=0.18.1

# Utils
include ./AegisMacOs.mk
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/aegis-ist-fips/init-container.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 -
FROM gcr.io/distroless/static-debian11

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/aegis-ist-fips/safe.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=linux go build -mod vendor -a -
FROM gcr.io/distroless/static-debian11

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis-safe"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/aegis-ist-fips/sentinel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=linux go build -mod vendor -a -
FROM gcr.io/distroless/static-debian11

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis-sentinel"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/aegis-ist-fips/sidecar.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=linux go build -mod vendor -a -
FROM gcr.io/distroless/static-debian11

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/aegis-ist/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 aegis-init-container \
FROM gcr.io/distroless/static-debian11

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/aegis-ist/safe.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o aegis-safe ./app/safe/cm
FROM gcr.io/distroless/static-debian11

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis-safe"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/aegis-ist/sentinel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o sloth ./app/sentinel/bus
FROM gcr.io/distroless/static-debian11

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis-sentinel"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/aegis-ist/sidecar.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o aegis-sidecar ./app/side
FROM gcr.io/distroless/static-debian11

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/aegis-photon-fips/init-container.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 -
FROM photon:5.0

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/aegis-photon-fips/safe.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=linux go build -mod vendor -a -
FROM photon:5.0

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis-safe"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/aegis-photon-fips/sentinel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=linux go build -mod vendor -a -
FROM photon:5.0

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis-sentinel"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/aegis-photon-fips/sidecar.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto GOOS=linux go build -mod vendor -a -
FROM photon:5.0

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/aegis-photon/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 aegis-init-container \
FROM photon:5.0

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/aegis-photon/safe.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o aegis-safe ./app/safe/cm
FROM photon:5.0

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis-safe"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/aegis-photon/sentinel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o sloth ./app/sentinel/bus
FROM photon:5.0

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis-sentinel"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/aegis-photon/sidecar.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o aegis-sidecar ./app/side
FROM photon:5.0

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis"
LABEL "documentation"="https://aegis.ist/docs/"
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 @@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o example \
FROM gcr.io/distroless/static-debian11

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis"
LABEL "documentation"="https://aegis.ist/docs/"
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 @@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -o sloth \
FROM gcr.io/distroless/static-debian11

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/example/sdk.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 \
FROM gcr.io/distroless/static-debian11

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/example/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 env \
FROM gcr.io/distroless/static-debian11

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.18.0"
LABEL "version"="0.18.1"
LABEL "website"="https://aegis.ist/"
LABEL "repo"="https://github.com/shieldworks/aegis"
LABEL "documentation"="https://aegis.ist/docs/"
Expand Down
4 changes: 2 additions & 2 deletions examples/aegis-workshop/init-container/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccountName: example
containers:
- name: main
image: aegishub/example-using-init-container:0.18.0
image: aegishub/example-using-init-container:0.18.1
env:
- name: SECRET
valueFrom:
Expand All @@ -48,7 +48,7 @@ spec:
# See `./register.sh` to register the workload and finalize
# this init container.
- name: init-container
image: aegishub/aegis-ist-init-container:0.18.0
image: aegishub/aegis-ist-init-container:0.18.1
volumeMounts:
# Volume mount for SPIRE unix domain socket.
- name: spire-agent-socket
Expand Down
4 changes: 2 additions & 2 deletions examples/aegis-workshop/init-container/image-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: main
image: localhost:5000/example-using-init-container:0.18.0
image: localhost:5000/example-using-init-container:0.18.1
initContainers:
- name: init-container
image: localhost:5000/aegis-ist-init-container:0.18.0
image: localhost:5000/aegis-ist-init-container:0.18.1
2 changes: 1 addition & 1 deletion examples/aegis-workshop/inspector/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccountName: aegis-inspector
containers:
- name: main
image: aegishub/example-multiple-secrets:0.18.0
image: aegishub/example-multiple-secrets:0.18.1
volumeMounts:
# Volume mount for SPIRE unix domain socket.
- name: spire-agent-socket
Expand Down
2 changes: 1 addition & 1 deletion examples/aegis-workshop/inspector/image-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: main
image: localhost:5000/example-multiple-secrets:0.18.0
image: localhost:5000/example-multiple-secrets:0.18.1
env:
- name: AEGIS_LOG_LEVEL
value: "0"
2 changes: 1 addition & 1 deletion examples/aegis-workshop/sdk/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccountName: example
containers:
- name: main
image: aegishub/example-using-sdk:0.18.0
image: aegishub/example-using-sdk:0.18.1
volumeMounts:
# Volume mount for SPIRE unix domain socket.
- name: spire-agent-socket
Expand Down
2 changes: 1 addition & 1 deletion examples/aegis-workshop/sdk/image-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
spec:
containers:
- name: main
image: localhost:5000/example-using-sdk:0.18.0
image: localhost:5000/example-using-sdk:0.18.1
4 changes: 2 additions & 2 deletions examples/aegis-workshop/sidecar/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ spec:
serviceAccountName: example
containers:
- name: main
image: aegishub/example-using-sidecar:0.18.0
image: aegishub/example-using-sidecar:0.18.1
volumeMounts:
# `main` shares this volume with `sidecar`.
- mountPath: /opt/aegis
name: aegis-secrets-volume
- name: sidecar
image: aegishub/aegis-ist-sidecar:0.18.0
image: aegishub/aegis-ist-sidecar:0.18.1
volumeMounts:
# /opt/aegis/secrets.json is the place the secrets will be at.
- mountPath: /opt/aegis
Expand Down
4 changes: 2 additions & 2 deletions examples/aegis-workshop/sidecar/image-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ spec:
spec:
containers:
- name: main
image: localhost:5000/example-using-sidecar:0.18.0
image: localhost:5000/example-using-sidecar:0.18.1
- name: sidecar
image: localhost:5000/aegis-ist-sidecar:0.18.0
image: localhost:5000/aegis-ist-sidecar:0.18.1
2 changes: 1 addition & 1 deletion examples/multiple-secrets/k8s/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccountName: example
containers:
- name: main
image: aegishub/example-multiple-secrets:0.18.0
image: aegishub/example-multiple-secrets:0.18.1
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 @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: main
image: localhost:5000/example-multiple-secrets:0.18.0
image: localhost:5000/example-multiple-secrets:0.18.1
env:
- name: AEGIS_LOG_LEVEL
value: "0"
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 @@ -26,7 +26,7 @@ spec:
serviceAccountName: example
containers:
- name: main
image: aegishub/example-using-init-container:0.18.0
image: aegishub/example-using-init-container:0.18.1
env:
- name: SECRET
valueFrom:
Expand All @@ -53,7 +53,7 @@ spec:
# See `./register.sh` to register the workload and finalize
# this init container.
- name: init-container
image: aegishub/aegis-ist-init-container:0.18.0
image: aegishub/aegis-ist-init-container:0.18.1
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 @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: main
image: localhost:5000/example-using-init-container:0.18.0
image: localhost:5000/example-using-init-container:0.18.1
initContainers:
- name: init-container
image: localhost:5000/aegis-ist-init-container:0.18.0
image: localhost:5000/aegis-ist-init-container:0.18.1
2 changes: 1 addition & 1 deletion examples/using-sdk/k8s/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccountName: example
containers:
- name: main
image: aegishub/example-using-sdk:0.18.0
image: aegishub/example-using-sdk:0.18.1
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 @@ -16,4 +16,4 @@ spec:
spec:
containers:
- name: main
image: localhost:5000/example-using-sdk:0.18.0
image: localhost:5000/example-using-sdk:0.18.1
4 changes: 2 additions & 2 deletions examples/using-sidecar/k8s/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ spec:
serviceAccountName: example
containers:
- name: main
image: aegishub/example-using-sidecar:0.18.0
image: aegishub/example-using-sidecar:0.18.1
volumeMounts:
# `main` shares this volume with `sidecar`.
- mountPath: /opt/aegis
name: aegis-secrets-volume
- name: sidecar
image: aegishub/aegis-ist-sidecar:0.18.0
image: aegishub/aegis-ist-sidecar:0.18.1
volumeMounts:
# /opt/aegis/secrets.json is the place the secrets will be at.
- mountPath: /opt/aegis
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 @@ -16,6 +16,6 @@ spec:
spec:
containers:
- name: main
image: localhost:5000/example-using-sidecar:0.18.0
image: localhost:5000/example-using-sidecar:0.18.1
- name: sidecar
image: localhost:5000/aegis-ist-sidecar:0.18.0
image: localhost:5000/aegis-ist-sidecar:0.18.1
2 changes: 1 addition & 1 deletion hack/tag-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.18.0"
VERSION="0.18.1"

export DOCKER_CONTENT_TRUST=0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
serviceAccountName: aegis-safe
containers:
- name: main
image: aegishub/aegis-ist-safe:0.18.0
image: aegishub/aegis-ist-safe:0.18.1
ports:
- containerPort: 8443
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
spec:
containers:
- name: main
image: localhost:5000/aegis-ist-fips-safe:0.18.0
image: localhost:5000/aegis-ist-fips-safe:0.18.1
2 changes: 1 addition & 1 deletion k8s/safe/kustomizations/local/istanbul/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
serviceAccountName: aegis-safe
containers:
- name: main
image: aegishub/aegis-ist-safe:0.18.0
image: aegishub/aegis-ist-safe:0.18.1
ports:
- containerPort: 8443
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
spec:
containers:
- name: main
image: localhost:5000/aegis-ist-safe:0.18.0
image: localhost:5000/aegis-ist-safe:0.18.1
Loading

0 comments on commit 094502b

Please sign in to comment.