Skip to content

Commit

Permalink
Releasing v5.30
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastley committed Dec 6, 2023
1 parent ed5711b commit 498a0fc
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.29
current_version = 5.30
commit = True
Tag = True
parse = v?(?P<major>\d+)\.(?P<minor>\d+)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.29
5.30
4 changes: 2 additions & 2 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ params:
versions:
- version: latest
url: https://splunk.github.io/observability-workshop/latest/
- version: v5.28
url: https://splunk.github.io/observability-workshop/v5.28
- version: v5.29
url: https://splunk.github.io/observability-workshop/v5.29
- version: v5.30
url: https://splunk.github.io/observability-workshop/v5.30
url_latest_version: https://splunk.github.io/observability-workshop/
imageEffects:
border: false
Expand Down
2 changes: 1 addition & 1 deletion multipass/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ variable "splunk_diab" {
variable "wsversion" {
description = "Workshop version"
type = string
default = "5.29"
default = "5.30"
}

variable "instance_password" {
Expand Down
2 changes: 1 addition & 1 deletion multipass/terraform.tfvars.template
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ otel_demo = false
pub_key = ""

# Advanced
wsversion = "5.29"
wsversion = "5.30"
user_data_tpl = "userdata.yaml"

2 changes: 1 addition & 1 deletion workshop/aws/ec2/terraform.tfvars.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ otel_demo = false
pub_key = ""

# Advanced
wsversion = "5.29"
wsversion = "5.30"
user_data_tpl = "userdata.yaml"
2 changes: 1 addition & 1 deletion workshop/aws/ec2/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ variable "splunk_diab" {
variable "wsversion" {
description = "Workshop version"
type = string
default = "5.29"
default = "5.30"
}

data "aws_ami" "latest-ubuntu" {
Expand Down
2 changes: 1 addition & 1 deletion workshop/cloud-init/victorops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ write_files:

runcmd:
# Download Workshop
- export WSVERSION=5.29
- export WSVERSION=5.30
- '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/
Expand Down

0 comments on commit 498a0fc

Please sign in to comment.