mirror of https://github.com/ovh/the-bastion
parent
8d5b223ce4
commit
ae1bcbf223
@ -1,2 +1,11 @@
|
||||
## v3.00.01 - 2020/11/06
|
||||
- feat: add OpenSUSE 15.2 to the officially supported distros
|
||||
- enh: install-ttyrec.sh: replaces build-and-install-ttyrec.sh, no longer builds in-place but prefers .deb and .rpm packages & falls back to precompiled static binaries otherwise
|
||||
- enh: packages-check.sh: add qrencode-libs for RHEL/CentOS
|
||||
- enh: provide a separated Dockerfile for the sandbox, squashing useless layers
|
||||
- doc: a lot of fixes here and there
|
||||
- chore: remove spurious config files
|
||||
- chore: a few GitHub actions workflow fixes
|
||||
|
||||
## v3.00.00 - 2020/10/30
|
||||
- First public release \o/
|
||||
|
||||
@ -0,0 +1,5 @@
|
||||
# Install instructions
|
||||
|
||||
Please refer to proper section of the [documentation](https://ovh.github.io/the-bastion/installation/basic.html).
|
||||
|
||||
It can also be found offline, in the ``doc/sphinx/installation/basic.rst`` text file.
|
||||
@ -0,0 +1,11 @@
|
||||
# General upgrade instructions
|
||||
|
||||
Please refer to proper section of the [documentation](https://ovh.github.io/the-bastion/installation/upgrading.html).
|
||||
|
||||
It can also be found offline, in the ``doc/sphinx/installation/upgrading.rst`` text file.
|
||||
|
||||
# Specific upgrade instructions
|
||||
|
||||
Each version might have specific upgrade instructions, please refer to the proper section of the [documentation](https://ovh.github.io/the-bastion/installation/upgrading.html#version-specific-upgrade-instructions).
|
||||
|
||||
It can also be found offline, in the ``doc/sphinx/installation/upgrading.rst`` text file.
|
||||
@ -1,3 +0,0 @@
|
||||
# Specific upgrade instructions
|
||||
|
||||
(none)
|
||||
Loading…
Reference in new issue