Skip to content

Commit 8d62dea

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 6dede9b + 73782c0 commit 8d62dea

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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 = 6.6
2+
current_version = 6.7
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
@@ -22,5 +22,5 @@ Unless required by applicable law or agreed to in writing, software distributed
2222
To get started, please proceed to [The Splunk Observability Cloud Workshops Homepage](https://splunk.github.io/observability-workshop/latest/).
2323

2424
Latest versions of the workshop are:
25+
- [v6.7](https://splunk.github.io/observability-workshop/v6.7/)
2526
- [v6.6](https://splunk.github.io/observability-workshop/v6.6/)
26-
- [v6.5](https://splunk.github.io/observability-workshop/v6.5/)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.6
1+
6.7

local-hosting/multipass/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ variable "tagging_workshop" {
5252
variable "wsversion" {
5353
description = "Workshop version"
5454
type = string
55-
default = "6.6"
55+
default = "6.7"
5656
}
5757

5858
variable "user_data_tpl" {

local-hosting/multipass/terraform.tfvars.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ tagging_workshop = false
1010
pub_key = ""
1111

1212
# Advanced
13-
wsversion = "6.6"
13+
wsversion = "6.7"
1414
user_data_tpl = "userdata.yaml"
1515
architecture = "arm64" # amd64 or arm64

local-hosting/proxmox/ubuntu-cloud-k3d.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ runcmd:
193193
- curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
194194
195195
# Create 3 node k3d cluster
196-
- k3d cluster create ${HOSTNAME}-cluster --agents 2 --agents-memory 6G --k3s-arg "--kubelet-arg=eviction-hard=memory.available<1Gi@server:0" --k3s-arg "--kubelet-arg=eviction-hard=memory.available<1Gi@agent:*" --image rancher/k3s:v1.33.4-k3s1 --port "81:80@loadbalancer" --port "82:82@loadbalancer" -v /var/log/syslog:/var/log/syslog -v /var/log/auth.log:/var/log/auth.log
196+
- k3d cluster create ${HOSTNAME}-cluster --agents 2 --agents-memory 6G --k3s-arg "--kubelet-arg=eviction-hard=memory.available<1Gi@server:0" --k3s-arg "--kubelet-arg=eviction-hard=memory.available<1Gi@agent:*" --image rancher/k3s:v1.33.4-k3s1 --port "80:80@loadbalancer" --port "81:80@loadbalancer" --port "82:82@loadbalancer" -v /var/log/syslog:/var/log/syslog -v /var/log/auth.log:/var/log/auth.log
197197
198198
# Add user splunk to docker group
199199
- usermod -aG docker splunk

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 = "6.6"
24+
wsversion = "6.7"
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 = "6.6"
102+
default = "6.7"
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=6.6
55+
- export WSVERSION=6.7
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)