Skip to content

Commit

Permalink
Reseting version to 4.94
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastley committed Jul 13, 2023
1 parent a4eba3e commit fbffafd
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 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 = 4.91
current_version = 4.94
commit = True
Tag = True
parse = v?(?P<major>\d+)\.(?P<minor>\d+)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ To get started, please proceed to [The Splunk Observability Cloud Workshops Home
If you are the host for the RUM workshop, please check this [README](https://github.com/splunk/observability-workshop/blob/main/workshop/apm/README.md)

Latest versions of the workshop are:
- [v4.91](https://splunk.github.io/observability-workshop/v4.91/)
- [v4.90](https://splunk.github.io/observability-workshop/v4.90/)
- [v4.94](https://splunk.github.io/observability-workshop/v4.94/)
- [v4.93](https://splunk.github.io/observability-workshop/v4.93/)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.91
4.94
8 changes: 4 additions & 4 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ params:
versions:
- version: latest
url: https://splunk.github.io/observability-workshop/latest/
- version: v4.90
url: https://splunk.github.io/observability-workshop/v4.90
- version: v4.91
url: https://splunk.github.io/observability-workshop/v4.91
- version: v4.93
url: https://splunk.github.io/observability-workshop/v4.93
- version: v4.94
url: https://splunk.github.io/observability-workshop/v4.94
url_latest_version: https://splunk.github.io/observability-workshop/
menu:
shortcuts:
Expand Down
2 changes: 1 addition & 1 deletion multipass/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ variable "otel_demo" {
variable "wsversion" {
description = "Workshop version"
type = string
default = "4.91"
default = "4.94"
}

variable "instance_password" {
Expand Down
2 changes: 1 addition & 1 deletion multipass/terraform.tfvars.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ splunk_jdk = false
otel_demo = false

# Advanced
wsversion = "4.91"
wsversion = "4.94"
2 changes: 1 addition & 1 deletion workshop/aws/ec2/terraform.tfvars.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ splunk_jdk = false
otel_demo = false

# Advanced
wsversion = "4.91"
wsversion = "4.94"
2 changes: 1 addition & 1 deletion workshop/aws/ec2/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ variable "otel_demo" {
variable "wsversion" {
description = "Workshop version"
type = string
default = "4.91"
default = "4.94"
}

variable "aws_instance_count" {
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=4.91
- export WSVERSION=4.94
- '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/ubuntu/
Expand Down

0 comments on commit fbffafd

Please sign in to comment.