Skip to content

Commit 85c91a4

Browse files
committed
Releasing v5.28
1 parent 299e3bd commit 85c91a4

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.27
2+
current_version = 5.28
33
commit = True
44
Tag = True
55
parse = v?(?P<major>\d+)\.(?P<minor>\d+)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.27
1+
5.28

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ params:
5858
versions:
5959
- version: latest
6060
url: https://splunk.github.io/observability-workshop/latest/
61-
- version: v5.26
62-
url: https://splunk.github.io/observability-workshop/v5.26
6361
- version: v5.27
6462
url: https://splunk.github.io/observability-workshop/v5.27
63+
- version: v5.28
64+
url: https://splunk.github.io/observability-workshop/v5.28
6565
url_latest_version: https://splunk.github.io/observability-workshop/
6666
imageEffects:
6767
border: false

multipass/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ variable "splunk_diab" {
7272
variable "wsversion" {
7373
description = "Workshop version"
7474
type = string
75-
default = "5.27"
75+
default = "5.28"
7676
}
7777

7878
variable "instance_password" {

multipass/terraform.tfvars.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ otel_demo = false
1717
pub_key = ""
1818

1919
# Advanced
20-
wsversion = "5.27"
20+
wsversion = "5.28"
2121
user_data_tpl = "userdata.yaml"
2222

workshop/aws/ec2/terraform.tfvars.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ otel_demo = false
2020
pub_key = ""
2121

2222
# Advanced
23-
wsversion = "5.27"
23+
wsversion = "5.28"
2424
user_data_tpl = "userdata.yaml"

workshop/aws/ec2/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ variable "splunk_diab" {
9999
variable "wsversion" {
100100
description = "Workshop version"
101101
type = string
102-
default = "5.27"
102+
default = "5.28"
103103
}
104104

105105
data "aws_ami" "latest-ubuntu" {

workshop/cloud-init/victorops.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ write_files:
5252

5353
runcmd:
5454
# Download Workshop
55-
- export WSVERSION=5.27
55+
- export WSVERSION=5.28
5656
- 'export WSARCHIVE=$([ "$WSVERSION" = "main" ] && echo "main" || echo "v$WSVERSION")'
5757
- curl -s -OL https://github.com/splunk/observability-workshop/archive/$WSARCHIVE.zip
5858
- unzip -qq $WSARCHIVE.zip -d /home/ubuntu/

0 commit comments

Comments
 (0)