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

Commit

Permalink
version bump for go static analysis to kick in (#343)
Browse files Browse the repository at this point in the history
* Update CONTRIBUTING.md (#340) (#341)

* Update CONTRIBUTING.md (#340)

* version bump
  • Loading branch information
v0lkan authored May 25, 2023
1 parent c9d780a commit 33ea112
Show file tree
Hide file tree
Showing 29 changed files with 37 additions and 37 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.16.1
VERSION=0.17.0

# tags a release
tag:
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.16.1"
LABEL "version"="0.17.0"
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.16.1"
LABEL "version"="0.17.0"
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.16.1"
LABEL "version"="0.17.0"
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.16.1"
LABEL "version"="0.17.0"
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.16.1"
LABEL "version"="0.17.0"
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.16.1"
LABEL "version"="0.17.0"
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 @@ -22,7 +22,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.16.1"
LABEL "version"="0.17.0"
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 @@ -21,7 +21,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -o example \
FROM gcr.io/distroless/static-debian11

LABEL "maintainers"="Volkan Özçelik <[email protected]>"
LABEL "version"="0.16.1"
LABEL "version"="0.17.0"
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.16.1
image: aegishub/example-using-init-container:0.17.0
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.16.1
image: aegishub/aegis-ist-init-container:0.17.0
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.16.1
image: localhost:5000/example-using-init-container:0.17.0
initContainers:
- name: init-container
image: localhost:5000/aegis-ist-init-container:0.16.1
image: localhost:5000/aegis-ist-init-container:0.17.0
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.16.1
image: aegishub/example-multiple-secrets:0.17.0
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.16.1
image: localhost:5000/example-multiple-secrets:0.17.0
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.16.1
image: aegishub/example-using-sdk:0.17.0
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.16.1
image: localhost:5000/example-using-sdk:0.17.0
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.16.1
image: aegishub/example-using-sidecar:0.17.0
volumeMounts:
# `main` shares this volume with `sidecar`.
- mountPath: /opt/aegis
name: aegis-secrets-volume
- name: sidecar
image: aegishub/aegis-ist-sidecar:0.16.1
image: aegishub/aegis-ist-sidecar:0.17.0
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.16.1
image: localhost:5000/example-using-sidecar:0.17.0
- name: sidecar
image: localhost:5000/aegis-ist-sidecar:0.16.1
image: localhost:5000/aegis-ist-sidecar:0.17.0
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.16.1
image: aegishub/example-multiple-secrets:0.17.0
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.16.1
image: localhost:5000/example-multiple-secrets:0.17.0
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.16.1
image: aegishub/example-using-init-container:0.17.0
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.16.1
image: aegishub/aegis-ist-init-container:0.17.0
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.16.1
image: localhost:5000/example-using-init-container:0.17.0
initContainers:
- name: init-container
image: localhost:5000/aegis-ist-init-container:0.16.1
image: localhost:5000/aegis-ist-init-container:0.17.0
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.16.1
image: aegishub/example-using-sdk:0.17.0
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.16.1
image: localhost:5000/example-using-sdk:0.17.0
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.16.1
image: aegishub/example-using-sidecar:0.17.0
volumeMounts:
# `main` shares this volume with `sidecar`.
- mountPath: /opt/aegis
name: aegis-secrets-volume
- name: sidecar
image: aegishub/aegis-ist-sidecar:0.16.1
image: aegishub/aegis-ist-sidecar:0.17.0
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.16.1
image: localhost:5000/example-using-sidecar:0.17.0
- name: sidecar
image: localhost:5000/aegis-ist-sidecar:0.16.1
image: localhost:5000/aegis-ist-sidecar:0.17.0
2 changes: 1 addition & 1 deletion k8s/safe/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.16.1
image: aegishub/aegis-ist-safe:0.17.0
ports:
- containerPort: 8443
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion k8s/safe/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/aegis-ist-safe:0.16.1
image: localhost:5000/aegis-ist-safe:0.17.0
2 changes: 1 addition & 1 deletion k8s/sentinel/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
serviceAccountName: aegis-sentinel
containers:
- name: main
image: aegishub/aegis-ist-sentinel:0.16.1
image: aegishub/aegis-ist-sentinel:0.17.0
volumeMounts:
- name: spire-agent-socket
mountPath: /spire-agent-socket
Expand Down
2 changes: 1 addition & 1 deletion k8s/sentinel/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/aegis-ist-sentinel:0.16.1
image: localhost:5000/aegis-ist-sentinel:0.17.0

0 comments on commit 33ea112

Please sign in to comment.