From 5c092a245b23ca395f7ca7358c355b5c138d8af1 Mon Sep 17 00:00:00 2001 From: rcastley Date: Thu, 30 Nov 2023 17:09:12 +0000 Subject: [PATCH] Releasing v5.24 --- .bumpversion.cfg | 2 +- VERSION | 2 +- hugo.yaml | 4 ++-- multipass/main.tf | 2 +- multipass/terraform.tfvars.template | 2 +- workshop/aws/ec2/terraform.tfvars.template | 2 +- workshop/aws/ec2/variables.tf | 2 +- workshop/cloud-init/victorops.yaml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4941d75cfa..fc6282bb28 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.23 +current_version = 5.24 commit = True Tag = True parse = v?(?P\d+)\.(?P\d+) diff --git a/VERSION b/VERSION index 8491882174..93211cf7b1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.23 +5.24 diff --git a/hugo.yaml b/hugo.yaml index 6b1b662a04..90231f0af7 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -59,10 +59,10 @@ params: versions: - version: latest url: https://splunk.github.io/observability-workshop/latest/ - - version: v5.22 - url: https://splunk.github.io/observability-workshop/v5.22 - version: v5.23 url: https://splunk.github.io/observability-workshop/v5.23 + - version: v5.24 + url: https://splunk.github.io/observability-workshop/v5.24 url_latest_version: https://splunk.github.io/observability-workshop/ imageEffects: border: false diff --git a/multipass/main.tf b/multipass/main.tf index 4ec8f990e5..2e5d9f3437 100644 --- a/multipass/main.tf +++ b/multipass/main.tf @@ -72,7 +72,7 @@ variable "splunk_diab" { variable "wsversion" { description = "Workshop version" type = string - default = "5.23" + default = "5.24" } variable "instance_password" { diff --git a/multipass/terraform.tfvars.template b/multipass/terraform.tfvars.template index 6c313dbf3f..5f55714b28 100644 --- a/multipass/terraform.tfvars.template +++ b/multipass/terraform.tfvars.template @@ -17,6 +17,6 @@ otel_demo = false pub_key = "" # Advanced -wsversion = "5.23" +wsversion = "5.24" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/terraform.tfvars.template b/workshop/aws/ec2/terraform.tfvars.template index 7aeeb77ccb..bc51130f9f 100644 --- a/workshop/aws/ec2/terraform.tfvars.template +++ b/workshop/aws/ec2/terraform.tfvars.template @@ -20,5 +20,5 @@ otel_demo = false pub_key = "" # Advanced -wsversion = "5.23" +wsversion = "5.24" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/variables.tf b/workshop/aws/ec2/variables.tf index f32034c75e..7a67b83773 100644 --- a/workshop/aws/ec2/variables.tf +++ b/workshop/aws/ec2/variables.tf @@ -99,7 +99,7 @@ variable "splunk_diab" { variable "wsversion" { description = "Workshop version" type = string - default = "5.23" + default = "5.24" } data "aws_ami" "latest-ubuntu" { diff --git a/workshop/cloud-init/victorops.yaml b/workshop/cloud-init/victorops.yaml index ca94f5e636..9bd678a6db 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.23 + - export WSVERSION=5.24 - '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/ubuntu/