Skip to content

Commit 67e45b6

Browse files
committed
Releasing v4.49
1 parent 4d1ca4a commit 67e45b6

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.48
2+
current_version = 4.49
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.49](https://splunk.github.io/observability-workshop/v4.49/)
2425
- [v4.48](https://splunk.github.io/observability-workshop/v4.48/)
25-
- [v4.47](https://splunk.github.io/observability-workshop/v4.47/)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.48
1+
4.49

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ params:
3434
versions:
3535
- version: latest
3636
url: https://splunk.github.io/observability-workshop/latest/
37-
- version: v4.47
38-
url: https://splunk.github.io/observability-workshop/v4.47
3937
- version: v4.48
4038
url: https://splunk.github.io/observability-workshop/v4.48
39+
- version: v4.49
40+
url: https://splunk.github.io/observability-workshop/v4.49
4141
url_latest_version: https://splunk.github.io/observability-workshop/
4242
#github_repo: https://github.com/splunk/observability-workshop
4343
#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
@@ -131,7 +131,7 @@ runcmd:
131131
- curl -S -OL https://github.com/derailed/k9s/releases/download/v0.27.0/k9s_Linux_amd64.tar.gz
132132
- tar xfz k9s_Linux_amd64.tar.gz -C /usr/local/bin/ k9s
133133
# Download Workshop
134-
- export WSVERSION=4.48
134+
- export WSVERSION=4.49
135135
- 'export WSARCHIVE=$([ "$WSVERSION" = "main" ] && echo "main" || echo "v$WSVERSION")'
136136
- curl -s -OL https://github.com/splunk/observability-workshop/archive/$WSARCHIVE.zip
137137
- 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.48
153+
- export WSVERSION=4.49
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.48
55+
- export WSVERSION=4.49
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)