Skip to content

Commit 84acd7e

Browse files
committed
Releasing v5.8
1 parent d5c070d commit 84acd7e

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.7
2+
current_version = 5.8
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.8](https://splunk.github.io/observability-workshop/v5.8/)
2425
- [v5.7](https://splunk.github.io/observability-workshop/v5.7/)
25-
- [v5.6](https://splunk.github.io/observability-workshop/v5.6/)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.7
1+
5.8

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: v5.6
63-
url: https://splunk.github.io/observability-workshop/v5.6
6462
- version: v5.7
6563
url: https://splunk.github.io/observability-workshop/v5.7
64+
- version: v5.8
65+
url: https://splunk.github.io/observability-workshop/v5.8
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
@@ -66,7 +66,7 @@ variable "otel_demo" {
6666
variable "wsversion" {
6767
description = "Workshop version"
6868
type = string
69-
default = "5.7"
69+
default = "5.8"
7070
}
7171

7272
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.7"
20+
wsversion = "5.8"
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.7"
23+
wsversion = "5.8"
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
@@ -25,7 +25,7 @@ variable "otel_demo" {
2525
variable "wsversion" {
2626
description = "Workshop version"
2727
type = string
28-
default = "5.7"
28+
default = "5.8"
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.7
55+
- export WSVERSION=5.8
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)