Skip to content

Commit

Permalink
Bump version to 19.04.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adkerr committed May 4, 2019
1 parent 40a1909 commit b6cc077
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GO=${DR} go
default: dist

## version variables
TRIDENT_VERSION ?= 19.04.0
TRIDENT_VERSION ?= 19.04.1
TRIDENT_IMAGE ?= trident
ifeq ($(BUILD_TYPE),custom)
TRIDENT_VERSION := ${TRIDENT_VERSION}-custom
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
/* Misc. orchestrator constants */
OrchestratorName = "trident"
OrchestratorClientName = OrchestratorName + "ctl"
orchestratorVersion = "19.04.0"
orchestratorVersion = "19.04.1"
OrchestratorAPIVersion = "1"
PersistentStoreBootstrapAttempts = 30
PersistentStoreBootstrapTimeout = PersistentStoreBootstrapAttempts * time.Second
Expand Down
4 changes: 2 additions & 2 deletions docs/docker/install/host_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ Traditional Install Method (Docker <= 1.12)
.. code-block:: bash
# download and unpack the application
wget https://github.com/NetApp/trident/releases/download/v19.04.0/trident-installer-19.04.0.tar.gz
tar zxf trident-installer-19.04.0.tar.gz
wget https://github.com/NetApp/trident/releases/download/v19.04.1/trident-installer-19.04.1.tar.gz
tar zxf trident-installer-19.04.1.tar.gz
# move to a location in the bin path
sudo mv trident-installer/extras/bin/trident /usr/local/bin
Expand Down
8 changes: 4 additions & 4 deletions docs/kubernetes/deploying.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ you have the necessary privileges to.
Download the latest version of the `Trident installer bundle`_ from the
*Downloads* section and extract it.

For example, if the latest version is 19.04.0:
For example, if the latest version is 19.04.1:

.. code-block:: console
wget https://github.com/NetApp/trident/releases/download/v19.04.0/trident-installer-19.04.0.tar.gz
tar -xf trident-installer-19.04.0.tar.gz
wget https://github.com/NetApp/trident/releases/download/v19.04.1/trident-installer-19.04.1.tar.gz
tar -xf trident-installer-19.04.1.tar.gz
cd trident-installer
.. _Trident installer bundle: https://github.com/NetApp/trident/releases/latest
Expand Down Expand Up @@ -167,7 +167,7 @@ It will look like this when the installer is complete:
+----------------+----------------+
| SERVER VERSION | CLIENT VERSION |
+----------------+----------------+
| 19.04.0 | 19.04.0 |
| 19.04.1 | 19.04.1 |
+----------------+----------------+
If that's what you see, you're done with this step, but **Trident is not
Expand Down
4 changes: 2 additions & 2 deletions docs/kubernetes/trident-csi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Invoke the install command with the ``--csi`` switch:
INFO Waiting for Trident pod to start.
INFO Trident pod started. namespace=trident pod=trident-csi-0
INFO Waiting for Trident REST interface.
INFO Trident REST interface is up. version=19.04.0
INFO Trident REST interface is up. version=19.04.1
INFO Trident installation succeeded.
It will look like this when the installer is complete:
Expand All @@ -66,7 +66,7 @@ It will look like this when the installer is complete:
+----------------+----------------+
| SERVER VERSION | CLIENT VERSION |
+----------------+----------------+
| 19.04.0 | 19.04.0 |
| 19.04.1 | 19.04.1 |
+----------------+----------------+
Using CSI Trident
Expand Down

0 comments on commit b6cc077

Please sign in to comment.