README, composer: prepare v0.8.1
This commit is contained in:
parent
bb70113afc
commit
8aee65c1c0
|
@ -5,14 +5,14 @@ This repository ships bleeding edge libraries useful for Icinga Web 2 modules.
|
|||
Please download the latest release and install it like any other module.
|
||||
|
||||
> **HINT**: Do NOT install the GIT master, it will not work! Checking out a
|
||||
> branch like `stable/0.8.0` or a tag like `v0.8.0` is fine.
|
||||
> branch like `stable/0.8.1` or a tag like `v0.8.1` is fine.
|
||||
|
||||
Sample Tarball installation
|
||||
---------------------------
|
||||
|
||||
```sh
|
||||
MODULE_NAME=incubator
|
||||
MODULE_VERSION=v0.8.0
|
||||
MODULE_VERSION=v0.8.1
|
||||
MODULES_PATH="/usr/share/icingaweb2/modules"
|
||||
MODULE_PATH="${MODULES_PATH}/${MODULE_NAME}"
|
||||
RELEASES="https://github.com/Icinga/icingaweb2-module-${MODULE_NAME}/archive"
|
||||
|
@ -27,7 +27,7 @@ Sample GIT installation
|
|||
|
||||
```sh
|
||||
MODULE_NAME=incubator
|
||||
MODULE_VERSION=v0.8.0
|
||||
MODULE_VERSION=v0.8.1
|
||||
REPO="https://github.com/Icinga/icingaweb2-module-${MODULE_NAME}"
|
||||
MODULES_PATH="/usr/share/icingaweb2/modules"
|
||||
git clone ${REPO} "${MODULES_PATH}/${MODULE_NAME}" --branch "${MODULE_VERSION}"
|
||||
|
@ -47,4 +47,4 @@ Developer Documentation
|
|||
|
||||
e.g.
|
||||
|
||||
./bin/make-release.sh 0.8.0
|
||||
./bin/make-release.sh 0.8.1
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"gipfl/influxdb": ">=0.1",
|
||||
"gipfl/json": ">=0.1",
|
||||
"gipfl/linux-health": ">=0.2",
|
||||
"gipfl/log": ">=0.3.1",
|
||||
"gipfl/log": ">=0.5",
|
||||
"gipfl/protocol-jsonrpc": ">=0.5.0",
|
||||
"gipfl/protocol-netstring": ">=0.1",
|
||||
"gipfl/react-utils": ">=0.3",
|
||||
|
@ -37,7 +37,7 @@
|
|||
"gipfl/stream": ">=0.1",
|
||||
"gipfl/systemd": ">=0.3",
|
||||
"gipfl/translation": ">=0.1",
|
||||
"gipfl/web": ">=0.3",
|
||||
"gipfl/web": ">=0.7.1",
|
||||
"gipfl/zfdb": ">=0.1",
|
||||
"gipfl/zfdbstore": ">=0.1"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue