From d5c070d382147bb78bca3bb99e31a647e188da34 Mon Sep 17 00:00:00 2001 From: rcastley Date: Mon, 16 Oct 2023 15:06:08 +0000 Subject: [PATCH] Releasing v5.7 --- .bumpversion.cfg | 2 +- README.md | 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 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 965b3ef9f3..1265d7d78a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.6 +current_version = 5.7 commit = True Tag = True parse = v?(?P\d+)\.(?P\d+) diff --git a/README.md b/README.md index 874c798d7d..0bcc782b7e 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,5 @@ To get started, please proceed to [The Splunk Observability Cloud Workshops Home If you are the host for the RUM workshop, please check this [README](https://github.com/splunk/observability-workshop/blob/main/workshop/apm/README.md) Latest versions of the workshop are: +- [v5.7](https://splunk.github.io/observability-workshop/v5.7/) - [v5.6](https://splunk.github.io/observability-workshop/v5.6/) -- [v5.5](https://splunk.github.io/observability-workshop/v5.5/) diff --git a/VERSION b/VERSION index 2df33d7697..760606e1ff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.6 +5.7 diff --git a/hugo.yaml b/hugo.yaml index a628c27cc2..dd0cf1aa1f 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.5 - url: https://splunk.github.io/observability-workshop/v5.5 - version: v5.6 url: https://splunk.github.io/observability-workshop/v5.6 + - version: v5.7 + url: https://splunk.github.io/observability-workshop/v5.7 url_latest_version: https://splunk.github.io/observability-workshop/ menu: shortcuts: diff --git a/multipass/main.tf b/multipass/main.tf index 0809fe1e0f..87a7409cad 100644 --- a/multipass/main.tf +++ b/multipass/main.tf @@ -66,7 +66,7 @@ variable "otel_demo" { variable "wsversion" { description = "Workshop version" type = string - default = "5.6" + default = "5.7" } variable "instance_password" { diff --git a/multipass/terraform.tfvars.template b/multipass/terraform.tfvars.template index 53c5fe4965..ed3b76315a 100644 --- a/multipass/terraform.tfvars.template +++ b/multipass/terraform.tfvars.template @@ -17,6 +17,6 @@ otel_demo = false pub_key = "" # Advanced -wsversion = "5.6" +wsversion = "5.7" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/terraform.tfvars.template b/workshop/aws/ec2/terraform.tfvars.template index 8cc5bd0bb2..a3268fd8a5 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.6" +wsversion = "5.7" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/variables.tf b/workshop/aws/ec2/variables.tf index a229643656..afbd833824 100644 --- a/workshop/aws/ec2/variables.tf +++ b/workshop/aws/ec2/variables.tf @@ -25,7 +25,7 @@ variable "otel_demo" { variable "wsversion" { description = "Workshop version" type = string - default = "5.6" + default = "5.7" } variable "user_data_tpl" { diff --git a/workshop/cloud-init/victorops.yaml b/workshop/cloud-init/victorops.yaml index d7e97c2dc0..1c1eeecc28 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.6 + - export WSVERSION=5.7 - '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/