diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 71be7d055..72a89733b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.76 +current_version = 5.77 commit = True Tag = True parse = v?(?P\d+)\.(?P\d+) diff --git a/README.md b/README.md index 4c1a884a8..50b2f61d2 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.77](https://splunk.github.io/observability-workshop/v5.77/) - [v5.76](https://splunk.github.io/observability-workshop/v5.76/) -- [v5.75](https://splunk.github.io/observability-workshop/v5.75/) diff --git a/VERSION b/VERSION index 682fee38a..f50b494d0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.76 +5.77 diff --git a/hugo.yaml b/hugo.yaml index e69b872ba..01253d1dd 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -54,10 +54,10 @@ params: versions: - version: latest url: https://splunk.github.io/observability-workshop/latest/ - - version: v5.75 - url: https://splunk.github.io/observability-workshop/v5.75 - version: v5.76 url: https://splunk.github.io/observability-workshop/v5.76 + - version: v5.77 + url: https://splunk.github.io/observability-workshop/v5.77 url_latest_version: https://splunk.github.io/observability-workshop/ stable_otel_version: 0.111.0 imageEffects: diff --git a/local-hosting/multipass/main.tf b/local-hosting/multipass/main.tf index 2529c8056..f5c0a3fa7 100644 --- a/local-hosting/multipass/main.tf +++ b/local-hosting/multipass/main.tf @@ -78,7 +78,7 @@ variable "tagging_workshop" { variable "wsversion" { description = "Workshop version" type = string - default = "5.76" + default = "5.77" } variable "user_data_tpl" { diff --git a/local-hosting/multipass/terraform.tfvars.template b/local-hosting/multipass/terraform.tfvars.template index 06601ed14..637b03d47 100644 --- a/local-hosting/multipass/terraform.tfvars.template +++ b/local-hosting/multipass/terraform.tfvars.template @@ -19,6 +19,6 @@ tagging_workshop = false pub_key = "" # Advanced -wsversion = "5.76" +wsversion = "5.77" user_data_tpl = "userdata.yaml" architecture = "amd64" # amd64 or arm64 \ No newline at end of file diff --git a/workshop/aws/ec2/terraform.tfvars.template b/workshop/aws/ec2/terraform.tfvars.template index 13b3bcfb9..288c4d677 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.76" +wsversion = "5.77" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/variables.tf b/workshop/aws/ec2/variables.tf index e28dc80b7..41eeb9e4a 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.76" + default = "5.77" } data "aws_ami" "latest-ubuntu" { diff --git a/workshop/cloud-init/victorops.yaml b/workshop/cloud-init/victorops.yaml index 2542b6ae0..3468406fa 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.76 + - export WSVERSION=5.77 - '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/