Skip to content

Commit 9df264f

Browse files
committed
Releasing v5.1
1 parent 27c7d58 commit 9df264f

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
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.0
2+
current_version = 5.1
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+
- [v5.1](https://splunk.github.io/observability-workshop/v5.1/)
2425
- [v5.0](https://splunk.github.io/observability-workshop/v5.0/)
25-
- [v4.100](https://splunk.github.io/observability-workshop/v4.100/)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0
1+
5.1

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ params:
5959
versions:
6060
- version: latest
6161
url: https://splunk.github.io/observability-workshop/latest/
62-
- version: v4.100
63-
url: https://splunk.github.io/observability-workshop/v4.100
6462
- version: v5.0
6563
url: https://splunk.github.io/observability-workshop/v5.0
64+
- version: v5.1
65+
url: https://splunk.github.io/observability-workshop/v5.1
6666
url_latest_version: https://splunk.github.io/observability-workshop/
6767
menu:
6868
shortcuts:

multipass/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ variable "otel_demo" {
6060
variable "wsversion" {
6161
description = "Workshop version"
6262
type = string
63-
default = "5.0"
63+
default = "5.1"
6464
}
6565

6666
variable "instance_password" {

multipass/terraform.tfvars.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ splunk_jdk = false
1515
otel_demo = false
1616

1717
# Advanced
18-
wsversion = "5.0"
18+
wsversion = "5.1"

workshop/aws/ec2/terraform.tfvars.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ splunk_jdk = false
1818
otel_demo = false
1919

2020
# Advanced
21-
wsversion = "5.0"
21+
wsversion = "5.1"
2222
user_data_tpl = "userdata.yaml"

workshop/aws/ec2/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ variable "otel_demo" {
2525
variable "wsversion" {
2626
description = "Workshop version"
2727
type = string
28-
default = "5.0"
28+
default = "5.1"
2929
}
3030

3131
variable "user_data_tpl" {

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.0
55+
- export WSVERSION=5.1
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)