Skip to content

Commit 037ca11

Browse files
committed
Releasing v5.80
1 parent a6b4852 commit 037ca11

File tree

9 files changed

+10
-10
lines changed

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.79
2+
current_version = 5.80
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.80](https://splunk.github.io/observability-workshop/v5.80/)
2627
- [v5.79](https://splunk.github.io/observability-workshop/v5.79/)
27-
- [v5.78](https://splunk.github.io/observability-workshop/v5.78/)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.79
1+
5.80

hugo.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ params:
5454
versions:
5555
- version: latest
5656
url: https://splunk.github.io/observability-workshop/latest/
57-
- version: v5.78
58-
url: https://splunk.github.io/observability-workshop/v5.78
5957
- version: v5.79
6058
url: https://splunk.github.io/observability-workshop/v5.79
59+
- version: v5.80
60+
url: https://splunk.github.io/observability-workshop/v5.80
6161
url_latest_version: https://splunk.github.io/observability-workshop/
6262
stable_otel_version: 0.111.0
6363
imageEffects:

local-hosting/multipass/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ variable "tagging_workshop" {
7878
variable "wsversion" {
7979
description = "Workshop version"
8080
type = string
81-
default = "5.79"
81+
default = "5.80"
8282
}
8383

8484
variable "user_data_tpl" {

local-hosting/multipass/terraform.tfvars.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ tagging_workshop = false
1919
pub_key = ""
2020

2121
# Advanced
22-
wsversion = "5.79"
22+
wsversion = "5.80"
2323
user_data_tpl = "userdata.yaml"
2424
architecture = "amd64" # amd64 or arm64

workshop/aws/ec2/terraform.tfvars.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ tagging_workshop = false
2121
pub_key = ""
2222

2323
# Advanced
24-
wsversion = "5.79"
24+
wsversion = "5.80"
2525
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 "tagging_workshop" {
9999
variable "wsversion" {
100100
description = "Workshop version"
101101
type = string
102-
default = "5.79"
102+
default = "5.80"
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.79
55+
- export WSVERSION=5.80
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/splunk/

0 commit comments

Comments
 (0)