diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b0b1aa4506..f83a7a5dd5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.50 +current_version = 5.51 commit = True Tag = True parse = v?(?P\d+)\.(?P\d+) diff --git a/README.md b/README.md index 59800a901d..449972ae4f 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.51](https://splunk.github.io/observability-workshop/v5.51/) - [v5.50](https://splunk.github.io/observability-workshop/v5.50/) -- [v5.49](https://splunk.github.io/observability-workshop/v5.49/) diff --git a/VERSION b/VERSION index 2d6659c7ad..0051c8c723 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.50 +5.51 diff --git a/hugo.yaml b/hugo.yaml index e710c77e97..1cbfb25b7b 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -60,10 +60,10 @@ params: versions: - version: latest url: https://splunk.github.io/observability-workshop/latest/ - - version: v5.49 - url: https://splunk.github.io/observability-workshop/v5.49 - version: v5.50 url: https://splunk.github.io/observability-workshop/v5.50 + - version: v5.51 + url: https://splunk.github.io/observability-workshop/v5.51 url_latest_version: https://splunk.github.io/observability-workshop/ imageEffects: border: false diff --git a/multipass/main.tf b/multipass/main.tf index e84556105e..bced34ec6d 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.50" + default = "5.51" } variable "instance_password" { diff --git a/multipass/terraform.tfvars.template b/multipass/terraform.tfvars.template index fb55594884..6333305299 100644 --- a/multipass/terraform.tfvars.template +++ b/multipass/terraform.tfvars.template @@ -17,6 +17,6 @@ otel_demo = false pub_key = "" # Advanced -wsversion = "5.50" +wsversion = "5.51" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/terraform.tfvars.template b/workshop/aws/ec2/terraform.tfvars.template index 28a7e36530..db8d5c7922 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.50" +wsversion = "5.51" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/variables.tf b/workshop/aws/ec2/variables.tf index 354dfae943..e0a84ab5f4 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.50" + default = "5.51" } data "aws_ami" "latest-ubuntu" { diff --git a/workshop/cloud-init/victorops.yaml b/workshop/cloud-init/victorops.yaml index 09a9774074..b546488548 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.50 + - export WSVERSION=5.51 - '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/