Skip to content

v3.7.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@barnettZQG barnettZQG released this 06 Aug 11:08
· 4226 commits to main since this release

New features since v3.6.1:

About system stability

  • management service progress guardian by systemd uniformly.
  • support management node offline.
  • support for all node and management service health checks.
  • support for automatic offline of major fault nodes.
  • tenant resource statistics task single node run.
  • Support to set alarm rules and connect Prometheus-Altermanager alarm system
    About application manage
  • support .netcore(2.1) source code build application in linux os.
  • support SVN code repository.
  • support application build automatically based on API ,gitea webhook and gogs webhook
  • support application + plugin share to market
    About Security policy upgrade
  • Region api support TLS Two-way authentication
  • [UI] support user registration for secondary verification by manager.

online install:

curl https://pkg.rainbond.com/releases/common/v3.7.0rc/grctl -o ./grctl
chmod +x ./grctl
./grctl init

offline install:

# make offline installation package
git clone -b v3.7 --depth 1 https://github.com/goodrain/rainbond-install.git
cd rainbond-install/scripts
./offline.sh
# install
tar xf offline.install.tgz -C /
cd /opt/rainbond/install
./grctl init --install-type offline