From 85c91a4f29cab8560c28c6ef37f7672802c2c1a3 Mon Sep 17 00:00:00 2001 From: rcastley Date: Mon, 4 Dec 2023 14:37:13 +0000 Subject: [PATCH] Releasing v5.28 --- .bumpversion.cfg | 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 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bcd6dd947d..bf3fabb64a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.27 +current_version = 5.28 commit = True Tag = True parse = v?(?P\d+)\.(?P\d+) diff --git a/VERSION b/VERSION index 309c8e2880..bcafd92beb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.27 +5.28 diff --git a/hugo.yaml b/hugo.yaml index c23c5e7379..b3f977348e 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -58,10 +58,10 @@ params: versions: - version: latest url: https://splunk.github.io/observability-workshop/latest/ - - version: v5.26 - url: https://splunk.github.io/observability-workshop/v5.26 - version: v5.27 url: https://splunk.github.io/observability-workshop/v5.27 + - version: v5.28 + url: https://splunk.github.io/observability-workshop/v5.28 url_latest_version: https://splunk.github.io/observability-workshop/ imageEffects: border: false diff --git a/multipass/main.tf b/multipass/main.tf index 2f78953cdc..a460d13f71 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.27" + default = "5.28" } variable "instance_password" { diff --git a/multipass/terraform.tfvars.template b/multipass/terraform.tfvars.template index 6b189ec9f8..50046a2d70 100644 --- a/multipass/terraform.tfvars.template +++ b/multipass/terraform.tfvars.template @@ -17,6 +17,6 @@ otel_demo = false pub_key = "" # Advanced -wsversion = "5.27" +wsversion = "5.28" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/terraform.tfvars.template b/workshop/aws/ec2/terraform.tfvars.template index 95509f02ef..77ef0d2463 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.27" +wsversion = "5.28" user_data_tpl = "userdata.yaml" diff --git a/workshop/aws/ec2/variables.tf b/workshop/aws/ec2/variables.tf index 9ead660824..fe613a5eed 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.27" + default = "5.28" } data "aws_ami" "latest-ubuntu" { diff --git a/workshop/cloud-init/victorops.yaml b/workshop/cloud-init/victorops.yaml index bc9fe5b2b2..3a0b023a21 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.27 + - export WSVERSION=5.28 - '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/