Skip to content

Commit

Permalink
Releasing v4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastley committed Mar 24, 2022
1 parent 8e1a916 commit e191638
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.8
current_version = 4.9
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.9](https://signalfx.github.io/observability-workshop/v4.9/)
- [v4.8](https://signalfx.github.io/observability-workshop/v4.8/)
- [v4.7](https://signalfx.github.io/observability-workshop/v4.7/)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.8
4.9
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.7
url: https://signalfx.github.io/observability-workshop/v4.7
- version: v4.8
url: https://signalfx.github.io/observability-workshop/v4.8
- version: v4.9
url: https://signalfx.github.io/observability-workshop/v4.9
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.8" # only set to master for testing should normally be a specific version such as 2.42
default = "4.9" # 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 @@ -174,7 +174,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.8
- export WSVERSION=4.9
- '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.8
- export WSVERSION=4.9
- '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 e191638

Please sign in to comment.