Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitchsplunk committed Sep 6, 2024
2 parents 2a163e8 + 8913e5d commit a1285c0
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.64
current_version = 5.65
commit = True
Tag = True
parse = v?(?P<major>\d+)\.(?P<minor>\d+)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Unless required by applicable law or agreed to in writing, software distributed
To get started, please proceed to [The Splunk Observability Cloud Workshops Homepage](https://splunk.github.io/observability-workshop/latest/).

Latest versions of the workshop are:
- [v5.65](https://splunk.github.io/observability-workshop/v5.65/)
- [v5.64](https://splunk.github.io/observability-workshop/v5.64/)
- [v5.63](https://splunk.github.io/observability-workshop/v5.63/)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.64
5.65
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/en/other/99-imt-admin/gdi/images/clustermap-nav.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/en/other/99-imt-admin/gdi/images/find_k3s_cluster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/en/other/99-imt-admin/gdi/images/k3s-node-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/en/other/99-imt-admin/gdi/images/k3s-otel-agent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ params:
versions:
- version: latest
url: https://splunk.github.io/observability-workshop/latest/
- version: v5.63
url: https://splunk.github.io/observability-workshop/v5.63
- version: v5.64
url: https://splunk.github.io/observability-workshop/v5.64
- version: v5.65
url: https://splunk.github.io/observability-workshop/v5.65
url_latest_version: https://splunk.github.io/observability-workshop/
imageEffects:
border: false
Expand Down
2 changes: 1 addition & 1 deletion local-hosting/multipass/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ variable "tagging_workshop" {
variable "wsversion" {
description = "Workshop version"
type = string
default = "5.64"
default = "5.65"
}

variable "user_data_tpl" {
Expand Down
2 changes: 1 addition & 1 deletion local-hosting/multipass/terraform.tfvars.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ tagging_workshop = false
pub_key = ""

# Advanced
wsversion = "5.64"
wsversion = "5.65"
user_data_tpl = "userdata.yaml"

2 changes: 1 addition & 1 deletion workshop/aws/ec2/terraform.tfvars.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ tagging_workshop = false
pub_key = ""

# Advanced
wsversion = "5.64"
wsversion = "5.65"
user_data_tpl = "userdata.yaml"
2 changes: 1 addition & 1 deletion workshop/aws/ec2/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ variable "tagging_workshop" {
variable "wsversion" {
description = "Workshop version"
type = string
default = "5.64"
default = "5.65"
}

data "aws_ami" "latest-ubuntu" {
Expand Down
2 changes: 1 addition & 1 deletion workshop/cloud-init/victorops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ write_files:

runcmd:
# Download Workshop
- export WSVERSION=5.64
- export WSVERSION=5.65
- 'export WSARCHIVE=$([ "$WSVERSION" = "main" ] && echo "main" || echo "v$WSVERSION")'
- curl -s -OL https://github.com/splunk/observability-workshop/archive/$WSARCHIVE.zip
- unzip -qq $WSARCHIVE.zip -d /home/splunk/
Expand Down

0 comments on commit a1285c0

Please sign in to comment.