Skip to content

Commit

Permalink
Releasing v1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastley committed Apr 15, 2021
1 parent 9395c93 commit 25e898f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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 = 1.59
current_version = 1.60
commit = True
Tag = False
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 @@ -9,5 +9,5 @@
To get started, please proceed to [The Observability Workshop Homepage](https://signalfx.github.io/observability-workshop/latest/).

Latest versions of the workshop are:
- [v1.60](https://signalfx.github.io/observability-workshop/v1.60/)
- [v1.59](https://signalfx.github.io/observability-workshop/v1.59/)
- [v1.58](https://signalfx.github.io/observability-workshop/v1.58/)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.59
1.60
2 changes: 1 addition & 1 deletion cloud-init/k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runcmd:
# Install K3s
- curl -sfL https://get.k3s.io | sh -
# Download Workshop
- export WSVERSION=1.59
- export WSVERSION=1.60
- '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 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=1.59
- export WSVERSION=1.60
- '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 docs/oncall/optional/multipass.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The first step is to pull down the `cloud-init` file to launch a pre-configured
=== "Shell Command"

```text
WSVERSION=1.59
WSVERSION=1.60
curl -s \
https://raw.githubusercontent.com/signalfx/observability-workshop/v$WSVERSION/cloud-init/victorops.yaml \
-o victorops.yaml
Expand Down
4 changes: 2 additions & 2 deletions docs/smartagent/multipass.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ On a Mac you can also install via [Homebrew](https://brew.sh/){: target=_blank}
=== "Linux/Mac OS"

```text
WSVERSION=1.59
WSVERSION=1.60
mkdir cloud-init
curl -s \
https://raw.githubusercontent.com/signalfx/observability-workshop/v$WSVERSION/cloud-init/k3s.yaml \
Expand All @@ -31,7 +31,7 @@ On a Mac you can also install via [Homebrew](https://brew.sh/){: target=_blank}
=== "Windows"

!!! info
Download the zip by clicking on the following URL <https://github.com/signalfx/observability-workshop/archive/v1.59.zip>.
Download the zip by clicking on the following URL <https://github.com/signalfx/observability-workshop/archive/v1.60.zip>.

Once downloaded, unzip the the file and rename it to `workshop`. Then, from the command prompt change into that directory
and run
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extra:
link: https://twitter.com/splunk
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/splunk/
version: 1.59
version: 1.60

plugins:
- git-revision-date-localized:
Expand Down

0 comments on commit 25e898f

Please sign in to comment.