Skip to content

Commit

Permalink
Releasing v5.50
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitchsplunk committed Apr 22, 2024
1 parent d1e2861 commit 71eff77
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.49
current_version = 5.50
commit = True
Tag = True
parse = v?(?P<major>\d+)\.(?P<minor>\d+)
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.50](https://splunk.github.io/observability-workshop/v5.50/)
- [v5.49](https://splunk.github.io/observability-workshop/v5.49/)
- [v5.48](https://splunk.github.io/observability-workshop/v5.48/)
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.49
5.50
4 changes: 2 additions & 2 deletions hugo.yaml
Expand Up @@ -60,10 +60,10 @@ params:
versions:
- version: latest
url: https://splunk.github.io/observability-workshop/latest/
- version: v5.48
url: https://splunk.github.io/observability-workshop/v5.48
- version: v5.49
url: https://splunk.github.io/observability-workshop/v5.49
- version: v5.50
url: https://splunk.github.io/observability-workshop/v5.50
url_latest_version: https://splunk.github.io/observability-workshop/
imageEffects:
border: false
Expand Down
2 changes: 1 addition & 1 deletion multipass/main.tf
Expand Up @@ -72,7 +72,7 @@ variable "splunk_diab" {
variable "wsversion" {
description = "Workshop version"
type = string
default = "5.49"
default = "5.50"
}

variable "instance_password" {
Expand Down
2 changes: 1 addition & 1 deletion multipass/terraform.tfvars.template
Expand Up @@ -17,6 +17,6 @@ otel_demo = false
pub_key = ""

# Advanced
wsversion = "5.49"
wsversion = "5.50"
user_data_tpl = "userdata.yaml"

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

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

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

runcmd:
# Download Workshop
- export WSVERSION=5.49
- export WSVERSION=5.50
- '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 71eff77

Please sign in to comment.