Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit ba95bd2

Browse files
author
Mathieu Benoit
committed
Online Boutique v0.5.0
1 parent 39eaefd commit ba95bd2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ With this workshop, here is what you will accomplish, from scratch:
3535
![Workshop Architecture diagram](/images/architecture.png)
3636

3737
Recently tested with:
38-
- GKE 1.24.5-gke.600
38+
- GKE 1.25.3-gke.800
3939
- ASM MCP 1.15.3-asm.2 + MDP 1.15.3-asm.1
40-
- ACM 1.13.1
40+
- ACM 1.14.0
4141
- Whereami 1.2.13
42-
- Online Boutique 0.4.2
42+
- Online Boutique 0.5.0
4343
- Bank of Anthos 0.5.10

content/onlineboutique/prepare-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Initialize variables:
1313
```Bash
1414
WORK_DIR=~/
1515
source ${WORK_DIR}acm-workshop-variables.sh
16-
ONLINE_BOUTIQUE_VERSION=v0.4.2
16+
ONLINE_BOUTIQUE_VERSION=v0.5.0
1717
echo "export ONLINE_BOUTIQUE_VERSION=${ONLINE_BOUTIQUE_VERSION}" >> ${WORK_DIR}acm-workshop-variables.sh
1818
PRIVATE_ONLINE_BOUTIQUE_REGISTRY=$CONTAINER_REGISTRY_REPOSITORY/onlineboutique
1919
echo "export PRIVATE_ONLINE_BOUTIQUE_REGISTRY=${PRIVATE_ONLINE_BOUTIQUE_REGISTRY}" >> ${WORK_DIR}acm-workshop-variables.sh
-30.6 KB
Loading
-7.44 KB
Loading

0 commit comments

Comments
 (0)