From 075a524838f965aa9124a95c2da9ceef4e942222 Mon Sep 17 00:00:00 2001 From: rcastley Date: Fri, 25 Oct 2024 14:53:33 +0000 Subject: [PATCH] Releasing v5.70 --- .bumpversion.cfg | 2 +- README.md | 2 +- VERSION | 2 +- hugo.yaml | 4 ++-- local-hosting/multipass/main.tf | 2 +- local-hosting/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 d08303e07..6e9b54ab0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.69 +current_version = 5.70 commit = True Tag = True parse = v?(?P\d+)\.(?P\d+) diff --git a/README.md b/README.md index d3fab8002..acea360a4 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.70](https://splunk.github.io/observability-workshop/v5.70/) - [v5.69](https://splunk.github.io/observability-workshop/v5.69/) -- [v5.68](https://splunk.github.io/observability-workshop/v5.68/) diff --git a/VERSION b/VERSION index f3591986d..e78ef80b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.69 +5.70 diff --git a/hugo.yaml b/hugo.yaml index 6c9b886c8..90f714632 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.68 - url: https://splunk.github.io/observability-workshop/v5.68 - version: v5.69 url: https://splunk.github.io/observability-workshop/v5.69 + - version: v5.70 + url: https://splunk.github.io/observability-workshop/v5.70 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 ee5db9928..1e72349a8 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.69" + default = "5.70" } variable "user_data_tpl" { diff --git a/local-hosting/multipass/terraform.tfvars.template b/local-hosting/multipass/terraform.tfvars.template index 28fbd2a4e..54a18b49f 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.69" +wsversion = "5.70" 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 fe9fb7df5..59960571a 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.69" +wsversion = "5.70" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/variables.tf b/workshop/aws/ec2/variables.tf index a7d3d1944..9b3087234 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.69" + default = "5.70" } data "aws_ami" "latest-ubuntu" { diff --git a/workshop/cloud-init/victorops.yaml b/workshop/cloud-init/victorops.yaml index e897ddc41..f309207d2 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.69 + - export WSVERSION=5.70 - '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/