Skip to content

Commit

Permalink
Releasing v4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastley committed Apr 19, 2022
1 parent 2bc2bde commit 014139e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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.18
current_version = 4.19
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 @@ -11,5 +11,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/signalfx/observability-workshop/blob/master/apm/microservices-demo/k8s/README.md)

Latest versions of the workshop are:
- [v4.19](https://signalfx.github.io/observability-workshop/v4.19/)
- [v4.18](https://signalfx.github.io/observability-workshop/v4.18/)
- [v4.17](https://signalfx.github.io/observability-workshop/v4.17/)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.18
4.19
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ params:
versions:
- version: latest
url: https://signalfx.github.io/observability-workshop/latest/
- version: v4.17
url: https://signalfx.github.io/observability-workshop/v4.17
- version: v4.18
url: https://signalfx.github.io/observability-workshop/v4.18
- version: v4.19
url: https://signalfx.github.io/observability-workshop/v4.19
url_latest_version: https://signalfx.github.io/observability-workshop/
#github_repo: https://github.com/signalfx/observability-workshop
#github_project_repo: https://github.com/signalfx/observability-workshop
Expand Down
2 changes: 1 addition & 1 deletion workshop/aws/rum/variables.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Workshop Variables ###
variable "wsversion" {
default = "4.18" # only set to master for testing should normally be a specific version such as 2.42
default = "4.19" # only set to master for testing should normally be a specific version such as 2.42
}
variable "k9sversion" {
default = "v0.24.14"
Expand Down
2 changes: 1 addition & 1 deletion workshop/cloud-init/k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ runcmd:
- curl -S -OL https://github.com/derailed/k9s/releases/download/v0.25.18/k9s_Linux_x86_64.tar.gz
- tar xfz k9s_Linux_x86_64.tar.gz -C /usr/local/bin/ k9s
# Download Workshop
- export WSVERSION=4.18
- export WSVERSION=4.19
- 'export WSARCHIVE=$([ "$WSVERSION" = "master" ] && echo "master" || echo "v$WSVERSION")'
- curl -s -OL https://github.com/signalfx/observability-workshop/archive/$WSARCHIVE.zip
- unzip -qq $WSARCHIVE.zip -d /home/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=4.18
- export WSVERSION=4.19
- 'export WSARCHIVE=$([ "$WSVERSION" = "master" ] && echo "master" || echo "v$WSVERSION")'
- curl -s -OL https://github.com/signalfx/observability-workshop/archive/$WSARCHIVE.zip
- unzip -qq $WSARCHIVE.zip -d /home/ubuntu/
Expand Down

0 comments on commit 014139e

Please sign in to comment.