Skip to content

Commit

Permalink
update documentation to point to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
ufasoli committed Jan 20, 2022
1 parent 2b11aae commit 5f26a8d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var Verbose bool

const containerName = "platys"
const configFilePath = "/opt/mdps-gen/vars/config.yml"
const version = "2.4.1"
const version = "2.4.2"

var versionInfo = fmt.Sprintf(
`Platys - Trivadis Platform in a Box - v %v
Expand Down
4 changes: 4 additions & 0 deletions documentation/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `platys` - What's new?

## What's new in 2.4.2

Fix issue that caused an error when using gen with a relative path

## What's new in 2.4.0

Platys 2.4.0 contains the following new functionalities and enhancements:
Expand Down
14 changes: 7 additions & 7 deletions documentation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Follow the instructions below for installing `platys` on a Mac systems.
1. Run this command to download the current stable release of the `platys`:

```
sudo curl -L "https://github.com/TrivadisPF/platys/releases/download/2.4.1/platys_2.4.1_darwin_x86_64.tar.gz" -o /tmp/platys.tar.gz
sudo curl -L "https://github.com/TrivadisPF/platys/releases/download/2.4.2/platys_2.4.2_darwin_x86_64.tar.gz" -o /tmp/platys.tar.gz
```

2. Untar and move it to `/usr/local/bin`
Expand All @@ -38,7 +38,7 @@ sudo rm /tmp/platys.tar.gz

```
$ platys version
Platys - Trivadis Platform in a Box - v 2.4.1
Platys - Trivadis Platform in a Box - v 2.4.2
https://github.com/trivadispf/platys
Copyright (c) 2018-2020, Trivadis AG
```
Expand All @@ -50,7 +50,7 @@ Follow the instructions below for installing `platys` on a Linux systems.
1. Run this command to download the current stable release of the `platys`:

```
sudo curl -L "https://github.com/TrivadisPF/platys/releases/download/2.4.1/platys_2.4.1_linux_x86_64.tar.gz" -o /tmp/platys.tar.gz
sudo curl -L "https://github.com/TrivadisPF/platys/releases/download/2.4.2/platys_2.4.2_linux_x86_64.tar.gz" -o /tmp/platys.tar.gz
```

2. Untar and move it to `/usr/local/bin`
Expand All @@ -67,7 +67,7 @@ sudo rm /tmp/platys.tar.gz

```
$ platys version
Platys - Trivadis Platform in a Box - v 2.4.0
Platys - Trivadis Platform in a Box - v 2.4.2
https://github.com/trivadispf/platys
Copyright (c) 2018-2020, Trivadis AG
```
Expand All @@ -79,7 +79,7 @@ Follow the instructions below for installing `platys` on a Windows system.
1. From a Windows Powershell, run this command to download the current stable release of the `platys`:

```
Invoke-WebRequest "https://github.com/TrivadisPF/platys/releases/download/2.4.1/platys_2.4.1_windows_x86_64.zip" -OutFile platys.zip
Invoke-WebRequest "https://github.com/TrivadisPF/platys/releases/download/2.4.2/platys_2.4.2_windows_x86_64.zip" -OutFile platys.zip
```

2. Expand the zip archive into `ProgramFiles\Platys` and remove the zip file:
Expand Down Expand Up @@ -107,7 +107,7 @@ Set-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Co

```
$ platys version
Platys - Trivadis Platform in a Box - v 2.4.0
Platys - Trivadis Platform in a Box - v 2.4.2
https://github.com/trivadispf/platys
Copyright (c) 2018-2020, Trivadis AG
```
Expand Down Expand Up @@ -138,4 +138,4 @@ Remove `C:\Program Files\Platys` from the `Path` environment variable.
* [Getting Started with `platys` and the `modern-data-platform` platform stack](https://github.com/TrivadisPF/platys-modern-data-platform/blob/master/documentation/getting-started.md)
* [Explore the full list of platys commands](command-line-ref.md)

2.4.0
2.4.2
4 changes: 2 additions & 2 deletions documentation/overview-platys-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page provides the usage information for the `platys` Command.
You can also see this information by running `platys --help` from the command line.

```
Platys - Trivadis Platform in a Box - v 2.4.1
Platys - Trivadis Platform in a Box - v 2.4.2
https://github.com/trivadispf/platys
Copyright (c) 2018-2020, Trivadis AG
Expand Down Expand Up @@ -37,7 +37,7 @@ You can use platys binary, `platys [OPTIONS] [COMMAND] [ARGS...]`, to generate a

```
$ platys version
Platys - Trivadis Platform in a Box - v 2.4.1
Platys - Trivadis Platform in a Box - v 2.4.2
https://github.com/trivadispf/platys
Copyright (c) 2018-2020, Trivadis AG
```
Expand Down

0 comments on commit 5f26a8d

Please sign in to comment.