Skip to content

Commit 73dc077

Browse files
committed
Releasing v5.67
1 parent 97ddb59 commit 73dc077

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
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.66
2+
current_version = 5.67
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
@@ -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.67](https://splunk.github.io/observability-workshop/v5.67/)
2627
- [v5.66](https://splunk.github.io/observability-workshop/v5.66/)
27-
- [v5.65](https://splunk.github.io/observability-workshop/v5.65/)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.66
1+
5.67

hugo.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@ params:
5656
versions:
5757
- version: latest
5858
url: https://splunk.github.io/observability-workshop/latest/
59-
- version: v5.65
60-
url: https://splunk.github.io/observability-workshop/v5.65
6159
- version: v5.66
6260
url: https://splunk.github.io/observability-workshop/v5.66
61+
- version: v5.67
62+
url: https://splunk.github.io/observability-workshop/v5.67
6363
url_latest_version: https://splunk.github.io/observability-workshop/
6464
imageEffects:
6565
border: false
6666
shadow: false
6767
boxStyle:
68-
- color: "#ce0070"
69-
i18n: ""
70-
icon: circle-info
71-
identifier: splunk
72-
title: Splunk
68+
- color: "#ce0070"
69+
i18n: ""
70+
icon: circle-info
71+
identifier: splunk
72+
title: Splunk
7373
menu:
7474
shortcuts:
7575
- name: "<i class='fab fa-fw fa-github'></i> GitHub Repository"

local-hosting/multipass/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ variable "tagging_workshop" {
7272
variable "wsversion" {
7373
description = "Workshop version"
7474
type = string
75-
default = "5.66"
75+
default = "5.67"
7676
}
7777

7878
variable "user_data_tpl" {

local-hosting/multipass/terraform.tfvars.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ tagging_workshop = false
1818
pub_key = ""
1919

2020
# Advanced
21-
wsversion = "5.66"
21+
wsversion = "5.67"
2222
user_data_tpl = "userdata.yaml"
2323

workshop/aws/ec2/terraform.tfvars.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ tagging_workshop = false
2121
pub_key = ""
2222

2323
# Advanced
24-
wsversion = "5.66"
24+
wsversion = "5.67"
2525
user_data_tpl = "userdata.yaml"

workshop/aws/ec2/variables.tf

Lines changed: 1 addition & 1 deletion
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.66"
102+
default = "5.67"
103103
}
104104

105105
data "aws_ami" "latest-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=5.66
55+
- export WSVERSION=5.67
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)