From a507fb46d5628a38b6db56fbeebc99d3b0054d41 Mon Sep 17 00:00:00 2001 From: rcastley Date: Wed, 10 Apr 2024 17:32:53 +0000 Subject: [PATCH] Releasing v5.48 --- .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 4bb083d9a1..ea6bd66b98 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.47 +current_version = 5.48 commit = True Tag = True parse = v?(?P\d+)\.(?P\d+) diff --git a/README.md b/README.md index e7b7662186..2365a14942 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.48](https://splunk.github.io/observability-workshop/v5.48/) - [v5.47](https://splunk.github.io/observability-workshop/v5.47/) -- [v5.46](https://splunk.github.io/observability-workshop/v5.46/) diff --git a/VERSION b/VERSION index 0869c3126d..dd362a27b4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.47 +5.48 diff --git a/hugo.yaml b/hugo.yaml index e0ef4779c9..7ab00f6e6e 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -60,10 +60,10 @@ params: versions: - version: latest url: https://splunk.github.io/observability-workshop/latest/ - - version: v5.46 - url: https://splunk.github.io/observability-workshop/v5.46 - version: v5.47 url: https://splunk.github.io/observability-workshop/v5.47 + - version: v5.48 + url: https://splunk.github.io/observability-workshop/v5.48 url_latest_version: https://splunk.github.io/observability-workshop/ imageEffects: border: false diff --git a/multipass/main.tf b/multipass/main.tf index 617e6077ad..db3871ea9c 100644 --- a/multipass/main.tf +++ b/multipass/main.tf @@ -72,7 +72,7 @@ variable "splunk_diab" { variable "wsversion" { description = "Workshop version" type = string - default = "5.47" + default = "5.48" } variable "instance_password" { diff --git a/multipass/terraform.tfvars.template b/multipass/terraform.tfvars.template index afbd7fa7dd..4718a0ea6e 100644 --- a/multipass/terraform.tfvars.template +++ b/multipass/terraform.tfvars.template @@ -17,6 +17,6 @@ otel_demo = false pub_key = "" # Advanced -wsversion = "5.47" +wsversion = "5.48" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/terraform.tfvars.template b/workshop/aws/ec2/terraform.tfvars.template index d493f3a416..3b2af00b5f 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.47" +wsversion = "5.48" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/variables.tf b/workshop/aws/ec2/variables.tf index 894cbbb4ca..7994a0761e 100644 --- a/workshop/aws/ec2/variables.tf +++ b/workshop/aws/ec2/variables.tf @@ -99,7 +99,7 @@ variable "splunk_diab" { variable "wsversion" { description = "Workshop version" type = string - default = "5.47" + default = "5.48" } data "aws_ami" "latest-ubuntu" { diff --git a/workshop/cloud-init/victorops.yaml b/workshop/cloud-init/victorops.yaml index 669b352dbd..1cee4053e8 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.47 + - export WSVERSION=5.48 - '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/