From 5c53d95cb5977b0905d28052eaa16d85e8970fcc Mon Sep 17 00:00:00 2001 From: Olivier Bourgeois <3271352+bourgeoisor@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:37:25 -0500 Subject: [PATCH] release/v0.6.3 (#2004) * release/v0.6.3 * release/v0.6.3 * release/v0.6.3 --- iac/tf-anthos-gke/terraform.tfvars | 2 +- kubernetes-manifests/accounts-db.yaml | 6 +++--- kubernetes-manifests/balance-reader.yaml | 8 ++++---- kubernetes-manifests/config.yaml | 6 +++--- kubernetes-manifests/contacts.yaml | 8 ++++---- kubernetes-manifests/frontend.yaml | 8 ++++---- kubernetes-manifests/ledger-db.yaml | 6 +++--- kubernetes-manifests/ledger-writer.yaml | 8 ++++---- kubernetes-manifests/loadgenerator.yaml | 4 ++-- kubernetes-manifests/transaction-history.yaml | 8 ++++---- kubernetes-manifests/userservice.yaml | 8 ++++---- 11 files changed, 36 insertions(+), 36 deletions(-) diff --git a/iac/tf-anthos-gke/terraform.tfvars b/iac/tf-anthos-gke/terraform.tfvars index 9dbbc1b07..1123eadb6 100644 --- a/iac/tf-anthos-gke/terraform.tfvars +++ b/iac/tf-anthos-gke/terraform.tfvars @@ -18,6 +18,6 @@ region = "us-central1" zone = "us-central1-b" cluster_name = "anthos-sample-cluster1" sync_repo = "https://github.com/GoogleCloudPlatform/bank-of-anthos" -sync_branch = "release/v0.6.2" +sync_branch = "release/v0.6.3" sync_rev = "" policy_dir = "/kubernetes-manifests" diff --git a/kubernetes-manifests/accounts-db.yaml b/kubernetes-manifests/accounts-db.yaml index 55d47bd1a..c83fcaa6a 100644 --- a/kubernetes-manifests/accounts-db.yaml +++ b/kubernetes-manifests/accounts-db.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -87,7 +87,7 @@ spec: name: accounts-db-config - configMapRef: name: demo-data-config - image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/accounts-db:v0.6.2@sha256:c55f28a015c77b6701d9e32c53fb63c11268df0f2eca7a490f0faa6be427bb62 + image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/accounts-db:v0.6.3@sha256:6ff20e452b529ae4999677b14accb35dbe76b44addbd982e232901627e8e08ea name: accounts-db ports: - containerPort: 5432 @@ -106,4 +106,4 @@ spec: serviceAccountName: default volumes: - emptyDir: {} - name: postgresdb \ No newline at end of file + name: postgresdb diff --git a/kubernetes-manifests/balance-reader.yaml b/kubernetes-manifests/balance-reader.yaml index db4c5d014..209e86c1d 100644 --- a/kubernetes-manifests/balance-reader.yaml +++ b/kubernetes-manifests/balance-reader.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -65,7 +65,7 @@ spec: containers: - env: - name: VERSION - value: v0.6.2 + value: v0.6.3 - name: PORT value: "8080" - name: ENABLE_TRACING @@ -89,7 +89,7 @@ spec: name: environment-config - configMapRef: name: ledger-db-config - image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/balancereader:v0.6.2@sha256:1035844c88684b205e55c0038466fb9c015977f606acacb136ecfa2029085fe0 + image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/balancereader:v0.6.3@sha256:77ffd99c87d800e842f19fb76c82f043b237d0569651e376dcb1d3ff2c14e140 livenessProbe: httpGet: path: /healthy @@ -148,4 +148,4 @@ spec: items: - key: jwtRS256.key.pub path: publickey - secretName: jwt-key \ No newline at end of file + secretName: jwt-key diff --git a/kubernetes-manifests/config.yaml b/kubernetes-manifests/config.yaml index 78039bbc1..af026dd3a 100644 --- a/kubernetes-manifests/config.yaml +++ b/kubernetes-manifests/config.yaml @@ -1,10 +1,10 @@ -# Copyright 2020 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -46,4 +46,4 @@ kind: ServiceAccount metadata: annotations: iam.gke.io/gcp-service-account: gke-workload-development@bank-of-anthos-ci.iam.gserviceaccount.com - name: bank-of-anthos \ No newline at end of file + name: bank-of-anthos diff --git a/kubernetes-manifests/contacts.yaml b/kubernetes-manifests/contacts.yaml index e571951a7..a8bbb410f 100644 --- a/kubernetes-manifests/contacts.yaml +++ b/kubernetes-manifests/contacts.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -65,7 +65,7 @@ spec: containers: - env: - name: VERSION - value: v0.6.2 + value: v0.6.3 - name: PORT value: "8080" - name: ENABLE_TRACING @@ -77,7 +77,7 @@ spec: name: environment-config - configMapRef: name: accounts-db-config - image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/contacts:v0.6.2@sha256:47285118e19bd2b3230ee5da433c9706d97031d4a164a6317af1ed53738cad83 + image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/contacts:v0.6.3@sha256:fdcfe0317faba7d32d4d14502d99c85170118df8414be8589ef452c7202e90d7 name: contacts readinessProbe: httpGet: @@ -123,4 +123,4 @@ spec: items: - key: jwtRS256.key.pub path: publickey - secretName: jwt-key \ No newline at end of file + secretName: jwt-key diff --git a/kubernetes-manifests/frontend.yaml b/kubernetes-manifests/frontend.yaml index f55a135bd..b01a9bdda 100644 --- a/kubernetes-manifests/frontend.yaml +++ b/kubernetes-manifests/frontend.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -65,7 +65,7 @@ spec: containers: - env: - name: VERSION - value: v0.6.2 + value: v0.6.3 - name: PORT value: "8080" - name: ENABLE_TRACING @@ -101,7 +101,7 @@ spec: name: environment-config - configMapRef: name: service-api-config - image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/frontend:v0.6.2@sha256:d7f4599ebb7ce3d8ac2573dcf6df5fb5e939e4e5d81d5288729dd4b0c242c64d + image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/frontend:v0.6.3@sha256:3e1ca78c9b501152ec0b84f8fe6a3a1cb078c8adbf9fa1fbfc3b108ba6875157 livenessProbe: httpGet: path: /ready @@ -152,4 +152,4 @@ spec: items: - key: jwtRS256.key.pub path: publickey - secretName: jwt-key \ No newline at end of file + secretName: jwt-key diff --git a/kubernetes-manifests/ledger-db.yaml b/kubernetes-manifests/ledger-db.yaml index 5ec1cab1b..1df36ae71 100644 --- a/kubernetes-manifests/ledger-db.yaml +++ b/kubernetes-manifests/ledger-db.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -88,7 +88,7 @@ spec: name: ledger-db-config - configMapRef: name: demo-data-config - image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/ledger-db:v0.6.2@sha256:abf589513b05769093862ed6faf405b0540cc4fb3c89a19e212842cb9acd04e4 + image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/ledger-db:v0.6.3@sha256:81f877ed985dc1054f81b4233e93493ca0156047fd0fdbc77e7f31799cb9b872 name: postgres ports: - containerPort: 5432 @@ -107,4 +107,4 @@ spec: serviceAccountName: default volumes: - emptyDir: {} - name: postgresdb \ No newline at end of file + name: postgresdb diff --git a/kubernetes-manifests/ledger-writer.yaml b/kubernetes-manifests/ledger-writer.yaml index e63f1df15..ad0069ddc 100644 --- a/kubernetes-manifests/ledger-writer.yaml +++ b/kubernetes-manifests/ledger-writer.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -65,7 +65,7 @@ spec: containers: - env: - name: VERSION - value: v0.6.2 + value: v0.6.3 - name: PORT value: "8080" - name: ENABLE_TRACING @@ -87,7 +87,7 @@ spec: name: service-api-config - configMapRef: name: ledger-db-config - image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/ledgerwriter:v0.6.2@sha256:d973448da63ba87b0d826ebb91ceba3f8ff1bd26f46a055f3fa7d7818c342f88 + image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/ledgerwriter:v0.6.3@sha256:dcb35a4174bb8ddbf9fabcfd087250ec5ebdd7ddb57ae9980fd10cadae509372 name: ledgerwriter readinessProbe: httpGet: @@ -139,4 +139,4 @@ spec: items: - key: jwtRS256.key.pub path: publickey - secretName: jwt-key \ No newline at end of file + secretName: jwt-key diff --git a/kubernetes-manifests/loadgenerator.yaml b/kubernetes-manifests/loadgenerator.yaml index 547d6b9b9..079b2a950 100644 --- a/kubernetes-manifests/loadgenerator.yaml +++ b/kubernetes-manifests/loadgenerator.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -46,7 +46,7 @@ spec: value: "5" - name: LOG_LEVEL value: error - image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/loadgenerator:v0.6.2@sha256:8982f3569bc7d1de97aee3be388b4d7eee076c5c9640c2be6bc3d4a58a9898d4 + image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/loadgenerator:v0.6.3@sha256:37c728df22c5fb4b451c6e994ffcef0925759628d503a775e005ca04fdbf4851 name: loadgenerator resources: limits: diff --git a/kubernetes-manifests/transaction-history.yaml b/kubernetes-manifests/transaction-history.yaml index b31bd0ae3..35de2298f 100644 --- a/kubernetes-manifests/transaction-history.yaml +++ b/kubernetes-manifests/transaction-history.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -65,7 +65,7 @@ spec: containers: - env: - name: VERSION - value: v0.6.2 + value: v0.6.3 - name: PORT value: "8080" - name: ENABLE_TRACING @@ -93,7 +93,7 @@ spec: name: environment-config - configMapRef: name: ledger-db-config - image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/transactionhistory:v0.6.2@sha256:553869591f27efb035c981175cfd43c6904d0fec6b214080f0f61c65bb621898 + image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/transactionhistory:v0.6.3@sha256:708ce4beb43f5c9c3b989cb506d204c76acb3207f605bc405e7e1b6f17642076 livenessProbe: httpGet: path: /healthy @@ -152,4 +152,4 @@ spec: items: - key: jwtRS256.key.pub path: publickey - secretName: jwt-key \ No newline at end of file + secretName: jwt-key diff --git a/kubernetes-manifests/userservice.yaml b/kubernetes-manifests/userservice.yaml index b4c5f8daa..e531715ee 100644 --- a/kubernetes-manifests/userservice.yaml +++ b/kubernetes-manifests/userservice.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -65,7 +65,7 @@ spec: containers: - env: - name: VERSION - value: v0.6.2 + value: v0.6.3 - name: PORT value: "8080" - name: ENABLE_TRACING @@ -81,7 +81,7 @@ spec: name: environment-config - configMapRef: name: accounts-db-config - image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/userservice:v0.6.2@sha256:b961e044e1897919ec58fa25d067488f54f0d800b53df04ee330906456ab7b57 + image: us-central1-docker.pkg.dev/bank-of-anthos-ci/bank-of-anthos/userservice:v0.6.3@sha256:630f9b1a28d7219b349ae87271050765ecbcbd533afbbabb8082017c3e381015 name: userservice ports: - containerPort: 8080 @@ -132,4 +132,4 @@ spec: path: privatekey - key: jwtRS256.key.pub path: publickey - secretName: jwt-key \ No newline at end of file + secretName: jwt-key