Skip to content

Commit

Permalink
Releasing v4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastley committed Mar 31, 2022
1 parent 995694a commit 324ddc4
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.14
current_version = 4.15
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 @@ -13,5 +13,5 @@ If you require the latest Smart Agent version of the Infrastructure Monitoring a
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.15](https://signalfx.github.io/observability-workshop/v4.15/)
- [v4.14](https://signalfx.github.io/observability-workshop/v4.14/)
- [v4.13](https://signalfx.github.io/observability-workshop/v4.13/)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.14
4.15
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.13
url: https://signalfx.github.io/observability-workshop/v4.13
- version: v4.14
url: https://signalfx.github.io/observability-workshop/v4.14
- version: v4.15
url: https://signalfx.github.io/observability-workshop/v4.15
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.14" # only set to master for testing should normally be a specific version such as 2.42
default = "4.15" # 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.4/k9s_Linux_x86_64.tar.gz
- tar xfz k9s_Linux_x86_64.tar.gz -C /usr/local/bin/ k9s
# Download Workshop
- export WSVERSION=4.14
- export WSVERSION=4.15
- '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.14
- export WSVERSION=4.15
- '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 324ddc4

Please sign in to comment.