Skip to content

Commit 74afaee

Browse files
committedDec 15, 2023
Releasing v5.35
1 parent 5f635f6 commit 74afaee

9 files changed

+10
-10
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.34
2+
current_version = 5.35
33
commit = True
44
Tag = True
55
parse = v?(?P<major>\d+)\.(?P<minor>\d+)

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Unless required by applicable law or agreed to in writing, software distributed
2323
To get started, please proceed to [The Splunk Observability Cloud Workshops Homepage](https://splunk.github.io/observability-workshop/latest/).
2424

2525
Latest versions of the workshop are:
26+
- [v5.35](https://splunk.github.io/observability-workshop/v5.35/)
2627
- [v5.34](https://splunk.github.io/observability-workshop/v5.34/)
27-
- [v5.33](https://splunk.github.io/observability-workshop/v5.33/)

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.34
1+
5.35

‎hugo.yaml

+2-2
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.33
62-
url: https://splunk.github.io/observability-workshop/v5.33
6361
- version: v5.34
6462
url: https://splunk.github.io/observability-workshop/v5.34
63+
- version: v5.35
64+
url: https://splunk.github.io/observability-workshop/v5.35
6565
url_latest_version: https://splunk.github.io/observability-workshop/
6666
imageEffects:
6767
border: false

‎multipass/main.tf

+1-1
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.34"
75+
default = "5.35"
7676
}
7777

7878
variable "instance_password" {

‎multipass/terraform.tfvars.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ otel_demo = false
1717
pub_key = ""
1818

1919
# Advanced
20-
wsversion = "5.34"
20+
wsversion = "5.35"
2121
user_data_tpl = "userdata.yaml"
2222

‎workshop/aws/ec2/terraform.tfvars.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ otel_demo = false
2020
pub_key = ""
2121

2222
# Advanced
23-
wsversion = "5.34"
23+
wsversion = "5.35"
2424
user_data_tpl = "userdata.yaml"

‎workshop/aws/ec2/variables.tf

+1-1
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.34"
102+
default = "5.35"
103103
}
104104

105105
data "aws_ami" "latest-ubuntu" {

‎workshop/cloud-init/victorops.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ write_files:
5252

5353
runcmd:
5454
# Download Workshop
55-
- export WSVERSION=5.34
55+
- export WSVERSION=5.35
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)