File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.24
2+ current_version = 5.25
33commit = True
44Tag = True
55parse = v?(?P<major>\d+)\.(?P<minor>\d+)
Original file line number Diff line number Diff line change 1- 5.24
1+ 5.25
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ params:
5959 versions :
6060 - version : latest
6161 url : https://splunk.github.io/observability-workshop/latest/
62- - version : v5.23
63- url : https://splunk.github.io/observability-workshop/v5.23
6462 - version : v5.24
6563 url : https://splunk.github.io/observability-workshop/v5.24
64+ - version : v5.25
65+ url : https://splunk.github.io/observability-workshop/v5.25
6666 url_latest_version : https://splunk.github.io/observability-workshop/
6767 imageEffects :
6868 border : false
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ variable "splunk_diab" {
7272variable "wsversion" {
7373 description = " Workshop version"
7474 type = string
75- default = " 5.24 "
75+ default = " 5.25 "
7676}
7777
7878variable "instance_password" {
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ otel_demo = false
1717pub_key = ""
1818
1919# Advanced
20- wsversion = "5.24 "
20+ wsversion = "5.25 "
2121user_data_tpl = "userdata.yaml"
2222
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ otel_demo = false
2020pub_key = ""
2121
2222# Advanced
23- wsversion = "5.24 "
23+ wsversion = "5.25 "
2424user_data_tpl = "userdata.yaml"
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ variable "splunk_diab" {
9999variable "wsversion" {
100100 description = " Workshop version"
101101 type = string
102- default = " 5.24 "
102+ default = " 5.25 "
103103}
104104
105105data "aws_ami" "latest-ubuntu" {
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ write_files:
5252
5353runcmd :
5454 # Download Workshop
55- - export WSVERSION=5.24
55+ - export WSVERSION=5.25
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/ubuntu/
You can’t perform that action at this time.
0 commit comments