Skip to content

Commit

Permalink
Update POM file with new version: 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Oct 6, 2023
1 parent d7fb01e commit eea166a
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/.bash_history
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ rm -rf jdk-18_linux-x64_bin.deb
git rebase -i main
git rebase -i master
git stash
export tempPassword="8l5wd+5pERCxBb0M1m6zBGNC5mL/kgERD2iR/Kj/wMU="
export tempPassword="/gkPXTAINoobxAK2RDxI3uL8rEh5y1gSd2ARHGysnss="
mvn run tempPassword
k6
npx k6
Expand Down
2 changes: 1 addition & 1 deletion aws/k8s/secret-challenge-vault-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
volumeAttributes:
secretProviderClass: "wrongsecrets-aws-secretsmanager"
containers:
- image: jeroenwillemsen/wrongsecrets:1.6.10-k8s-vault
- image: jeroenwillemsen/wrongsecrets:1.7.0-k8s-vault
imagePullPolicy: IfNotPresent
name: secret-challenge
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion azure/k8s/secret-challenge-vault-deployment.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
volumeAttributes:
secretProviderClass: "azure-wrongsecrets-vault"
containers:
- image: jeroenwillemsen/wrongsecrets:1.6.10-k8s-vault
- image: jeroenwillemsen/wrongsecrets:1.7.0-k8s-vault
imagePullPolicy: IfNotPresent
name: secret-challenge
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ app = "wrongsecrets"
primary_region = "ams"

[build]
image = "docker.io/jeroenwillemsen/wrongsecrets:1.6.10-no-vault"
image = "docker.io/jeroenwillemsen/wrongsecrets:1.7.0-no-vault"

[env]
K8S_ENV = "Fly(Docker)"
Expand Down
2 changes: 1 addition & 1 deletion gcp/k8s/secret-challenge-vault-deployment.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
volumeAttributes:
secretProviderClass: "wrongsecrets-gcp-secretsmanager"
containers:
- image: jeroenwillemsen/wrongsecrets:1.6.10-k8s-vault
- image: jeroenwillemsen/wrongsecrets:1.7.0-k8s-vault
imagePullPolicy: IfNotPresent
name: secret-challenge
ports:
Expand Down
2 changes: 1 addition & 1 deletion k8s/secret-challenge-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
runAsGroup: 2000
fsGroup: 2000
containers:
- image: jeroenwillemsen/wrongsecrets:1.6.10-no-vault
- image: jeroenwillemsen/wrongsecrets:1.7.0-no-vault
imagePullPolicy: IfNotPresent
name: secret-challenge
ports:
Expand Down
2 changes: 1 addition & 1 deletion k8s/secret-challenge-vault-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
runAsNonRoot: true
serviceAccountName: vault
containers:
- image: jeroenwillemsen/wrongsecrets:1.6.10-k8s-vault
- image: jeroenwillemsen/wrongsecrets:1.7.0-k8s-vault
imagePullPolicy: IfNotPresent
name: secret-challenge
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion okteto/k8s/secret-challenge-ctf-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
runAsGroup: 2000
fsGroup: 2000
containers:
- image: jeroenwillemsen/wrongsecrets:1.6.10-no-vault
- image: jeroenwillemsen/wrongsecrets:1.7.0-no-vault
name: secret-challenge-ctf
imagePullPolicy: IfNotPresent
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion okteto/k8s/secret-challenge-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
runAsGroup: 2000
fsGroup: 2000
containers:
- image: jeroenwillemsen/wrongsecrets:1.6.10-no-vault
- image: jeroenwillemsen/wrongsecrets:1.7.0-no-vault
name: secret-challenge
imagePullPolicy: IfNotPresent
securityContext:
Expand Down
22 changes: 11 additions & 11 deletions src/main/resources/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,18 @@
<li>(Apache License 2.0) compiler (com.github.spullara.mustache.java:compiler:0.9.6 - http://github.com/spullara/mustache.java)</li>
<li>(Apache License, Version 2.0) JCIP Annotations under Apache License (com.github.stephenc.jcip:jcip-annotations:1.0-1 - http://stephenc.github.com/jcip-annotations)</li>
<li>(Apache 2.0) Google Android Annotations Library (com.google.android:annotations:4.1.1.4 - http://source.android.com/)</li>
<li>(BSD-3-Clause) API Common (com.google.api:api-common:2.15.0 - https://github.com/googleapis/sdk-platform-java)</li>
<li>(BSD-3-Clause) GAX (Google Api eXtensions) for Java (Core) (com.google.api:gax:2.32.0 - https://github.com/googleapis/sdk-platform-java)</li>
<li>(BSD-3-Clause) GAX (Google Api eXtensions) for Java (gRPC) (com.google.api:gax-grpc:2.32.0 - https://github.com/googleapis/sdk-platform-java)</li>
<li>(BSD-3-Clause) GAX (Google Api eXtensions) for Java (HTTP JSON) (com.google.api:gax-httpjson:2.32.0 - https://github.com/googleapis/sdk-platform-java)</li>
<li>(Apache-2.0) proto-google-cloud-secretmanager-v1 (com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.23.0 - https://github.com/googleapis/google-cloud-java)</li>
<li>(Apache-2.0) proto-google-cloud-secretmanager-v1beta1 (com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.23.0 - https://github.com/googleapis/google-cloud-java)</li>
<li>(Apache-2.0) proto-google-common-protos (com.google.api.grpc:proto-google-common-protos:2.23.0 - https://github.com/googleapis/sdk-platform-java)</li>
<li>(Apache-2.0) proto-google-iam-v1 (com.google.api.grpc:proto-google-iam-v1:1.18.0 - https://github.com/googleapis/sdk-platform-java)</li>
<li>(BSD-3-Clause) API Common (com.google.api:api-common:2.16.0 - https://github.com/googleapis/sdk-platform-java)</li>
<li>(BSD-3-Clause) GAX (Google Api eXtensions) for Java (Core) (com.google.api:gax:2.33.0 - https://github.com/googleapis/sdk-platform-java)</li>
<li>(BSD-3-Clause) GAX (Google Api eXtensions) for Java (gRPC) (com.google.api:gax-grpc:2.33.0 - https://github.com/googleapis/sdk-platform-java)</li>
<li>(BSD-3-Clause) GAX (Google Api eXtensions) for Java (HTTP JSON) (com.google.api:gax-httpjson:2.33.0 - https://github.com/googleapis/sdk-platform-java)</li>
<li>(Apache-2.0) proto-google-cloud-secretmanager-v1 (com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.24.0 - https://github.com/googleapis/google-cloud-java)</li>
<li>(Apache-2.0) proto-google-cloud-secretmanager-v1beta1 (com.google.api.grpc:proto-google-cloud-secretmanager-v1beta1:2.24.0 - https://github.com/googleapis/google-cloud-java)</li>
<li>(Apache-2.0) proto-google-common-protos (com.google.api.grpc:proto-google-common-protos:2.24.0 - https://github.com/googleapis/sdk-platform-java)</li>
<li>(Apache-2.0) proto-google-iam-v1 (com.google.api.grpc:proto-google-iam-v1:1.19.0 - https://github.com/googleapis/sdk-platform-java)</li>
<li>(BSD New license) Google Auth Library for Java - Credentials (com.google.auth:google-auth-library-credentials:1.19.0 - https://github.com/googleapis/google-auth-library-java/google-auth-library-credentials)</li>
<li>(BSD New license) Google Auth Library for Java - OAuth2 HTTP (com.google.auth:google-auth-library-oauth2-http:1.19.0 - https://github.com/googleapis/google-auth-library-java/google-auth-library-oauth2-http)</li>
<li>(Apache 2.0) AutoValue Annotations (com.google.auto.value:auto-value-annotations:1.10.2 - https://github.com/google/auto/tree/main/value)</li>
<li>(Apache-2.0) Google Cloud Secret Manager (com.google.cloud:google-cloud-secretmanager:2.23.0 - https://github.com/googleapis/google-cloud-java)</li>
<li>(Apache-2.0) Google Cloud Secret Manager (com.google.cloud:google-cloud-secretmanager:2.24.0 - https://github.com/googleapis/google-cloud-java)</li>
<li>(The Apache Software License, Version 2.0) FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/)</li>
<li>(Apache-2.0) Gson (com.google.code.gson:gson:2.10.1 - https://github.com/google/gson/gson)</li>
<li>(Apache 2.0) error-prone annotations (com.google.errorprone:error_prone_annotations:2.18.0 - https://errorprone.info/error_prone_annotations)</li>
Expand Down Expand Up @@ -194,8 +194,8 @@
<li>(The Apache Software License, Version 2.0) ASM based accessors helper used by json-smart (net.minidev:accessors-smart:2.4.11 - https://urielch.github.io/)</li>
<li>(The Apache Software License, Version 2.0) JSON Small and Fast Parser (net.minidev:json-smart:2.4.11 - https://urielch.github.io/)</li>
<li>(The Apache Software License, Version 2.0) groovy-extensions (nz.net.ultraq.groovy:groovy-extensions:2.1.0 - https://github.com/ultraq/groovy-extensions/)</li>
<li>(The Apache Software License, Version 2.0) thymeleaf-expression-processor (nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:3.1.1 - https://github.com/ultraq/thymeleaf-expression-processor/)</li>
<li>(The Apache Software License, Version 2.0) thymeleaf-layout-dialect (nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.2.1 - https://github.com/ultraq/thymeleaf-layout-dialect/)</li>
<li>(The Apache Software License, Version 2.0) thymeleaf-expression-processor (nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:3.2.0 - https://github.com/ultraq/thymeleaf-expression-processor/)</li>
<li>(The Apache Software License, Version 2.0) thymeleaf-layout-dialect (nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.3.0 - https://github.com/ultraq/thymeleaf-layout-dialect/)</li>
<li>(The Apache Software License, Version 2.0) OGNL - Object Graph Navigation Library (ognl:ognl:3.3.4 - https://github.com/jkuhnert/ognl/)</li>
<li>(Apache-2.0) jdiagnostics (org.anarres.jdiagnostics:jdiagnostics:1.0.7 - https://github.com/shevek/jdiagnostics)</li>
<li>(Apache License, Version 2.0) Apache Commons Collections (org.apache.commons:commons-collections4:4.4 - https://commons.apache.org/proper/commons-collections/)</li>
Expand Down

0 comments on commit eea166a

Please sign in to comment.