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.28
2+ current_version = 5.29
33commit = True
44Tag = True
55parse = v?(?P<major>\d+)\.(?P<minor>\d+)
Original file line number Diff line number Diff line change 1- 5.28
1+ 5.29
Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ params:
5858 versions :
5959 - version : latest
6060 url : https://splunk.github.io/observability-workshop/latest/
61- - version : v5.27
62- url : https://splunk.github.io/observability-workshop/v5.27
6361 - version : v5.28
6462 url : https://splunk.github.io/observability-workshop/v5.28
63+ - version : v5.29
64+ url : https://splunk.github.io/observability-workshop/v5.29
6565 url_latest_version : https://splunk.github.io/observability-workshop/
6666 imageEffects :
6767 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.28 "
75+ default = " 5.29 "
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.28 "
20+ wsversion = "5.29 "
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.28 "
23+ wsversion = "5.29 "
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.28 "
102+ default = " 5.29 "
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.28
55+ - export WSVERSION=5.29
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