Skip to content

Commit b5b2bcb

Browse files
committed
Releasing v4.43
1 parent 81f761f commit b5b2bcb

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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 = 4.42
2+
current_version = 4.43
33
commit = True
44
Tag = True
55
parse = v?(?P<major>\d+)\.(?P<minor>\d+)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ To get started, please proceed to [The Splunk Observability Cloud Workshops Home
2121
If you are the host for the RUM workshop, please check this [README](https://github.com/splunk/observability-workshop/blob/main/workshop/apm/README.md)
2222

2323
Latest versions of the workshop are:
24+
- [v4.43](https://splunk.github.io/observability-workshop/v4.43/)
2425
- [v4.42](https://splunk.github.io/observability-workshop/v4.42/)
25-
- [v4.41](https://splunk.github.io/observability-workshop/v4.41/)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.42
1+
4.43

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ params:
3333
versions:
3434
- version: latest
3535
url: https://splunk.github.io/observability-workshop/latest/
36-
- version: v4.41
37-
url: https://splunk.github.io/observability-workshop/v4.41
3836
- version: v4.42
3937
url: https://splunk.github.io/observability-workshop/v4.42
38+
- version: v4.43
39+
url: https://splunk.github.io/observability-workshop/v4.43
4040
url_latest_version: https://splunk.github.io/observability-workshop/
4141
#github_repo: https://github.com/splunk/observability-workshop
4242
#github_project_repo: https://github.com/splunk/observability-workshop

workshop/aws/ec2/templates/userdata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ runcmd:
177177
- curl -S -OL https://github.com/derailed/k9s/releases/download/v0.26.7/k9s_Linux_x86_64.tar.gz
178178
- tar xfz k9s_Linux_x86_64.tar.gz -C /usr/local/bin/ k9s
179179
# Download Workshop
180-
- export WSVERSION=4.42
180+
- export WSVERSION=4.43
181181
- 'export WSARCHIVE=$([ "$WSVERSION" = "main" ] && echo "main" || echo "v$WSVERSION")'
182182
- curl -s -OL https://github.com/splunk/observability-workshop/archive/$WSARCHIVE.zip
183183
- unzip -qq $WSARCHIVE.zip -d /home/ubuntu/

workshop/cloud-init/k3s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ runcmd:
150150
- curl -S -OL https://github.com/derailed/k9s/releases/download/v0.26.3/k9s_Linux_x86_64.tar.gz
151151
- tar xfz k9s_Linux_x86_64.tar.gz -C /usr/local/bin/ k9s
152152
# Download Workshop
153-
- export WSVERSION=4.42
153+
- export WSVERSION=4.43
154154
- 'export WSARCHIVE=$([ "$WSVERSION" = "main" ] && echo "main" || echo "v$WSVERSION")'
155155
- curl -s -OL https://github.com/splunk/observability-workshop/archive/$WSARCHIVE.zip
156156
- unzip -qq $WSARCHIVE.zip -d /home/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=4.42
55+
- export WSVERSION=4.43
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)