From 4651ab1bbd2337c2f954fdbcb6eac7a6653b8af9 Mon Sep 17 00:00:00 2001
From: rcastley <rcastley@users.noreply.github.com>
Date: Thu, 16 May 2024 11:19:34 +0000
Subject: [PATCH 1/3] Releasing v5.52

---
 .bumpversion.cfg                               | 2 +-
 README.md                                      | 2 +-
 VERSION                                        | 2 +-
 deprecated/multipass/main.tf                   | 2 +-
 deprecated/multipass/terraform.tfvars.template | 2 +-
 hugo.yaml                                      | 4 ++--
 workshop/aws/ec2/terraform.tfvars.template     | 2 +-
 workshop/aws/ec2/variables.tf                  | 2 +-
 workshop/cloud-init/victorops.yaml             | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 69fde8b8c5..f7bf2bd146 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 5.51
+current_version = 5.52
 commit = True
 Tag = True
 parse = v?(?P<major>\d+)\.(?P<minor>\d+)
diff --git a/README.md b/README.md
index 449972ae4f..dee25c88b8 100644
--- a/README.md
+++ b/README.md
@@ -23,5 +23,5 @@ Unless required by applicable law or agreed to in writing, software distributed
 To get started, please proceed to [The Splunk Observability Cloud Workshops Homepage](https://splunk.github.io/observability-workshop/latest/).
 
 Latest versions of the workshop are:
+- [v5.52](https://splunk.github.io/observability-workshop/v5.52/)
 - [v5.51](https://splunk.github.io/observability-workshop/v5.51/)
-- [v5.50](https://splunk.github.io/observability-workshop/v5.50/)
diff --git a/VERSION b/VERSION
index 0051c8c723..bb2d831e7d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.51
+5.52
diff --git a/deprecated/multipass/main.tf b/deprecated/multipass/main.tf
index bced34ec6d..c8e07a6c0f 100644
--- a/deprecated/multipass/main.tf
+++ b/deprecated/multipass/main.tf
@@ -72,7 +72,7 @@ variable "splunk_diab" {
 variable "wsversion" {
   description = "Workshop version"
   type        = string
-  default     = "5.51"
+  default     = "5.52"
 }
 
 variable "instance_password" {
diff --git a/deprecated/multipass/terraform.tfvars.template b/deprecated/multipass/terraform.tfvars.template
index 6333305299..2fc7a6fc11 100644
--- a/deprecated/multipass/terraform.tfvars.template
+++ b/deprecated/multipass/terraform.tfvars.template
@@ -17,6 +17,6 @@ otel_demo = false
 pub_key = ""
 
 # Advanced
-wsversion = "5.51"
+wsversion = "5.52"
 user_data_tpl = "userdata.yaml"
 
diff --git a/hugo.yaml b/hugo.yaml
index f9e0be0a01..f9f2698ddf 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -56,10 +56,10 @@ params:
   versions:
     - version: latest
       url: https://splunk.github.io/observability-workshop/latest/
-    - version: v5.50
-      url: https://splunk.github.io/observability-workshop/v5.50
     - version: v5.51
       url: https://splunk.github.io/observability-workshop/v5.51
+    - version: v5.52
+      url: https://splunk.github.io/observability-workshop/v5.52
   url_latest_version: https://splunk.github.io/observability-workshop/
   imageEffects:
     border: false
diff --git a/workshop/aws/ec2/terraform.tfvars.template b/workshop/aws/ec2/terraform.tfvars.template
index db8d5c7922..ed6c6b42f7 100644
--- a/workshop/aws/ec2/terraform.tfvars.template
+++ b/workshop/aws/ec2/terraform.tfvars.template
@@ -21,5 +21,5 @@ tagging_workshop = false
 pub_key = ""
 
 # Advanced
-wsversion = "5.51"
+wsversion = "5.52"
 user_data_tpl = "userdata.yaml"
diff --git a/workshop/aws/ec2/variables.tf b/workshop/aws/ec2/variables.tf
index e0a84ab5f4..bec93e6356 100644
--- a/workshop/aws/ec2/variables.tf
+++ b/workshop/aws/ec2/variables.tf
@@ -99,7 +99,7 @@ variable "tagging_workshop" {
 variable "wsversion" {
   description = "Workshop version"
   type        = string
-  default     = "5.51"
+  default     = "5.52"
 }
 
 data "aws_ami" "latest-ubuntu" {
diff --git a/workshop/cloud-init/victorops.yaml b/workshop/cloud-init/victorops.yaml
index b546488548..7eeb7e3eff 100644
--- a/workshop/cloud-init/victorops.yaml
+++ b/workshop/cloud-init/victorops.yaml
@@ -52,7 +52,7 @@ write_files:
 
 runcmd:
   # Download Workshop
-  - export WSVERSION=5.51
+  - export WSVERSION=5.52
   - 'export WSARCHIVE=$([ "$WSVERSION" = "main" ] && echo "main" || echo "v$WSVERSION")'
   - curl -s -OL https://github.com/splunk/observability-workshop/archive/$WSARCHIVE.zip
   - unzip -qq $WSARCHIVE.zip -d /home/splunk/

From 85e39c962fbd718de2415791ef3366c4d025936c Mon Sep 17 00:00:00 2001
From: Robert Castley <rcastley@splunk.com>
Date: Thu, 16 May 2024 12:21:27 +0100
Subject: [PATCH 2/3] Update action.yml

---
 .github/actions/setup/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml
index b7b2b3ac57..7d4acc3fd8 100644
--- a/.github/actions/setup/action.yml
+++ b/.github/actions/setup/action.yml
@@ -7,7 +7,7 @@ runs:
     - name: Setup Hugo
       uses: peaceiris/actions-hugo@v2
       with:
-        hugo-version: '0.119.0'
+        hugo-version: '0.125.5'
         extended: true
 
     - name: Setup yq

From 69e1beb2e08fc42ed3c8711b8798afec25591f6e Mon Sep 17 00:00:00 2001
From: rcastley <rcastley@users.noreply.github.com>
Date: Thu, 16 May 2024 11:22:15 +0000
Subject: [PATCH 3/3] Releasing v5.53

---
 .bumpversion.cfg                               | 2 +-
 README.md                                      | 2 +-
 VERSION                                        | 2 +-
 deprecated/multipass/main.tf                   | 2 +-
 deprecated/multipass/terraform.tfvars.template | 2 +-
 hugo.yaml                                      | 4 ++--
 workshop/aws/ec2/terraform.tfvars.template     | 2 +-
 workshop/aws/ec2/variables.tf                  | 2 +-
 workshop/cloud-init/victorops.yaml             | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index f7bf2bd146..f01793d8b3 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 5.52
+current_version = 5.53
 commit = True
 Tag = True
 parse = v?(?P<major>\d+)\.(?P<minor>\d+)
diff --git a/README.md b/README.md
index dee25c88b8..d40104bee1 100644
--- a/README.md
+++ b/README.md
@@ -23,5 +23,5 @@ Unless required by applicable law or agreed to in writing, software distributed
 To get started, please proceed to [The Splunk Observability Cloud Workshops Homepage](https://splunk.github.io/observability-workshop/latest/).
 
 Latest versions of the workshop are:
+- [v5.53](https://splunk.github.io/observability-workshop/v5.53/)
 - [v5.52](https://splunk.github.io/observability-workshop/v5.52/)
-- [v5.51](https://splunk.github.io/observability-workshop/v5.51/)
diff --git a/VERSION b/VERSION
index bb2d831e7d..21b88d1f0a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.52
+5.53
diff --git a/deprecated/multipass/main.tf b/deprecated/multipass/main.tf
index c8e07a6c0f..845724574e 100644
--- a/deprecated/multipass/main.tf
+++ b/deprecated/multipass/main.tf
@@ -72,7 +72,7 @@ variable "splunk_diab" {
 variable "wsversion" {
   description = "Workshop version"
   type        = string
-  default     = "5.52"
+  default     = "5.53"
 }
 
 variable "instance_password" {
diff --git a/deprecated/multipass/terraform.tfvars.template b/deprecated/multipass/terraform.tfvars.template
index 2fc7a6fc11..81c33a45ab 100644
--- a/deprecated/multipass/terraform.tfvars.template
+++ b/deprecated/multipass/terraform.tfvars.template
@@ -17,6 +17,6 @@ otel_demo = false
 pub_key = ""
 
 # Advanced
-wsversion = "5.52"
+wsversion = "5.53"
 user_data_tpl = "userdata.yaml"
 
diff --git a/hugo.yaml b/hugo.yaml
index f9f2698ddf..e4e0077f39 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -56,10 +56,10 @@ params:
   versions:
     - version: latest
       url: https://splunk.github.io/observability-workshop/latest/
-    - version: v5.51
-      url: https://splunk.github.io/observability-workshop/v5.51
     - version: v5.52
       url: https://splunk.github.io/observability-workshop/v5.52
+    - version: v5.53
+      url: https://splunk.github.io/observability-workshop/v5.53
   url_latest_version: https://splunk.github.io/observability-workshop/
   imageEffects:
     border: false
diff --git a/workshop/aws/ec2/terraform.tfvars.template b/workshop/aws/ec2/terraform.tfvars.template
index ed6c6b42f7..5e046a212a 100644
--- a/workshop/aws/ec2/terraform.tfvars.template
+++ b/workshop/aws/ec2/terraform.tfvars.template
@@ -21,5 +21,5 @@ tagging_workshop = false
 pub_key = ""
 
 # Advanced
-wsversion = "5.52"
+wsversion = "5.53"
 user_data_tpl = "userdata.yaml"
diff --git a/workshop/aws/ec2/variables.tf b/workshop/aws/ec2/variables.tf
index bec93e6356..7bda5c86a8 100644
--- a/workshop/aws/ec2/variables.tf
+++ b/workshop/aws/ec2/variables.tf
@@ -99,7 +99,7 @@ variable "tagging_workshop" {
 variable "wsversion" {
   description = "Workshop version"
   type        = string
-  default     = "5.52"
+  default     = "5.53"
 }
 
 data "aws_ami" "latest-ubuntu" {
diff --git a/workshop/cloud-init/victorops.yaml b/workshop/cloud-init/victorops.yaml
index 7eeb7e3eff..13b9494d85 100644
--- a/workshop/cloud-init/victorops.yaml
+++ b/workshop/cloud-init/victorops.yaml
@@ -52,7 +52,7 @@ write_files:
 
 runcmd:
   # Download Workshop
-  - export WSVERSION=5.52
+  - export WSVERSION=5.53
   - 'export WSARCHIVE=$([ "$WSVERSION" = "main" ] && echo "main" || echo "v$WSVERSION")'
   - curl -s -OL https://github.com/splunk/observability-workshop/archive/$WSARCHIVE.zip
   - unzip -qq $WSARCHIVE.zip -d /home/splunk/