diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e09ae51f5c..f1fa813f11 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.64 +current_version = 5.65 commit = True Tag = True parse = v?(?P\d+)\.(?P\d+) diff --git a/README.md b/README.md index 4de9cd4a6d..665d1d4bc5 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.65](https://splunk.github.io/observability-workshop/v5.65/) - [v5.64](https://splunk.github.io/observability-workshop/v5.64/) -- [v5.63](https://splunk.github.io/observability-workshop/v5.63/) diff --git a/VERSION b/VERSION index 017cd2017c..66d09a8ad3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.64 +5.65 diff --git a/hugo.yaml b/hugo.yaml index 2e03aecfaa..66d228efab 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.63 - url: https://splunk.github.io/observability-workshop/v5.63 - version: v5.64 url: https://splunk.github.io/observability-workshop/v5.64 + - version: v5.65 + url: https://splunk.github.io/observability-workshop/v5.65 url_latest_version: https://splunk.github.io/observability-workshop/ imageEffects: border: false diff --git a/local-hosting/multipass/main.tf b/local-hosting/multipass/main.tf index c037fca558..f3b4bdf5d3 100644 --- a/local-hosting/multipass/main.tf +++ b/local-hosting/multipass/main.tf @@ -72,7 +72,7 @@ variable "tagging_workshop" { variable "wsversion" { description = "Workshop version" type = string - default = "5.64" + default = "5.65" } variable "user_data_tpl" { diff --git a/local-hosting/multipass/terraform.tfvars.template b/local-hosting/multipass/terraform.tfvars.template index 15a706c3bc..60339e1bfc 100644 --- a/local-hosting/multipass/terraform.tfvars.template +++ b/local-hosting/multipass/terraform.tfvars.template @@ -18,6 +18,6 @@ tagging_workshop = false pub_key = "" # Advanced -wsversion = "5.64" +wsversion = "5.65" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/terraform.tfvars.template b/workshop/aws/ec2/terraform.tfvars.template index 1d2f1ed8b3..de332f1cc3 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.64" +wsversion = "5.65" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/variables.tf b/workshop/aws/ec2/variables.tf index c78e51be1d..283dec104c 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.64" + default = "5.65" } data "aws_ami" "latest-ubuntu" { diff --git a/workshop/cloud-init/victorops.yaml b/workshop/cloud-init/victorops.yaml index a804f8aa56..66c9badbb5 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.64 + - export WSVERSION=5.65 - '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/