diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2538aee849..72f18dc3a2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.11 +current_version = 5.12 commit = True Tag = True parse = v?(?P\d+)\.(?P\d+) diff --git a/README.md b/README.md index 2dc82f6500..497c873b2f 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.12](https://splunk.github.io/observability-workshop/v5.12/) - [v5.11](https://splunk.github.io/observability-workshop/v5.11/) -- [v5.10](https://splunk.github.io/observability-workshop/v5.10/) diff --git a/VERSION b/VERSION index 21df8b319f..fa5f02ca2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.11 +5.12 diff --git a/hugo.yaml b/hugo.yaml index 198f95ccb8..70b0f6dadf 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.10 - url: https://splunk.github.io/observability-workshop/v5.10 - version: v5.11 url: https://splunk.github.io/observability-workshop/v5.11 + - version: v5.12 + url: https://splunk.github.io/observability-workshop/v5.12 url_latest_version: https://splunk.github.io/observability-workshop/ imageEffects: border: false diff --git a/multipass/main.tf b/multipass/main.tf index 42487d437c..6e25b535b5 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.11" + default = "5.12" } variable "instance_password" { diff --git a/multipass/terraform.tfvars.template b/multipass/terraform.tfvars.template index f60b68d19f..4c262a3260 100644 --- a/multipass/terraform.tfvars.template +++ b/multipass/terraform.tfvars.template @@ -17,6 +17,6 @@ otel_demo = false pub_key = "" # Advanced -wsversion = "5.11" +wsversion = "5.12" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/terraform.tfvars.template b/workshop/aws/ec2/terraform.tfvars.template index 5afb4ab5fb..13c87fb9bd 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.11" +wsversion = "5.12" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/variables.tf b/workshop/aws/ec2/variables.tf index d77124ca25..404cf35ee1 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.11" + default = "5.12" } data "aws_ami" "latest-ubuntu" { diff --git a/workshop/cloud-init/victorops.yaml b/workshop/cloud-init/victorops.yaml index 4adb9686a2..a4c4df2abf 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.11 + - export WSVERSION=5.12 - '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/