From 19f1334e3bfc094a91e4d590af5df5e772fc8909 Mon Sep 17 00:00:00 2001 From: rcastley Date: Thu, 16 May 2024 11:57:42 +0000 Subject: [PATCH] Releasing v5.58 --- .bumpversion.cfg | 2 +- README.md | 2 +- VERSION | 2 +- deprecated/multipass/main.tf | 2 +- deprecated/multipass/terraform.tfvars.template | 2 +- hugo.yaml | 4 ++-- 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 89d3862b3f..932ce3056a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.57 +current_version = 5.58 commit = True Tag = True parse = v?(?P\d+)\.(?P\d+) diff --git a/README.md b/README.md index c58bc5a825..4c208b3a37 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.58](https://splunk.github.io/observability-workshop/v5.58/) - [v5.57](https://splunk.github.io/observability-workshop/v5.57/) -- [v5.56](https://splunk.github.io/observability-workshop/v5.56/) diff --git a/VERSION b/VERSION index 51e5d1e364..54fdbaead1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.57 +5.58 diff --git a/deprecated/multipass/main.tf b/deprecated/multipass/main.tf index 8ec3a5af79..daaeb578d9 100644 --- a/deprecated/multipass/main.tf +++ b/deprecated/multipass/main.tf @@ -72,7 +72,7 @@ variable "splunk_diab" { variable "wsversion" { description = "Workshop version" type = string - default = "5.57" + default = "5.58" } variable "instance_password" { diff --git a/deprecated/multipass/terraform.tfvars.template b/deprecated/multipass/terraform.tfvars.template index e0b8c11035..784dc3d701 100644 --- a/deprecated/multipass/terraform.tfvars.template +++ b/deprecated/multipass/terraform.tfvars.template @@ -17,6 +17,6 @@ otel_demo = false pub_key = "" # Advanced -wsversion = "5.57" +wsversion = "5.58" user_data_tpl = "userdata.yaml" diff --git a/hugo.yaml b/hugo.yaml index d5916378c4..3cbf758a47 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.56 - url: https://splunk.github.io/observability-workshop/v5.56 - version: v5.57 url: https://splunk.github.io/observability-workshop/v5.57 + - version: v5.58 + url: https://splunk.github.io/observability-workshop/v5.58 url_latest_version: https://splunk.github.io/observability-workshop/ imageEffects: border: false diff --git a/workshop/aws/ec2/terraform.tfvars.template b/workshop/aws/ec2/terraform.tfvars.template index 67e3a700be..78aca53b5b 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.57" +wsversion = "5.58" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/variables.tf b/workshop/aws/ec2/variables.tf index 90826e217f..d7860f56e4 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.57" + default = "5.58" } data "aws_ami" "latest-ubuntu" { diff --git a/workshop/cloud-init/victorops.yaml b/workshop/cloud-init/victorops.yaml index 6b3a2e6417..a78dcfbc5c 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.57 + - export WSVERSION=5.58 - '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/