Releases: goodrain/rainbond
Releases · goodrain/rainbond
v3.6.1-release
The current version fixes the following bugs since 3.6.0:
- Fixd application restore BUG.
- Resolve performance problem of Node service discovery communication with kube-api.
- Fixed websocket push causing page cardon BUG
- Fixed a new dependency on not being able to turn pages
- Fixed the bug that ZIP compression could not retain the user and permission of the file
- Fixed the BUG that cloud city installation plugin can share again
- Fixed the BUG that delete the application's event - free record
- Fixed a BUG in disk statistics caused by soft - link files
- Fixed BUG that listening failure due to the inconsistent name of envoy listener
- A panic caused by pulling code was resolved
v3.6.0-pre-release
Fixed BUGs And Improve After v3.6-rc.2
- Fixed the bug of sharing plugins to the cloud market
- (IMPROVE)Single instance applications tolerate instance exceptions (#83 )
- (IMPROVE)Add automated cleanup of redundant resources in the cluster
- (IMPROVE)Add cleanup for deleted applications
- Fixed UI incompatibility Firefox browser BUG
- (IMPROVE)Improved application market abstraction to enterprise level
v3.6-rc2
The current version focuses on supporting the infrastructure of the microservice architecture, service governance, service backup & restore & migration.
Features After v3.5
- Support the ServiceMesh micro service framework out of the box
- Support Application for grayscale publishing and A/B testing
- Support Limiting and Circuit breaker
- Support Intelligent routing
- Support flow analysis that differentiates sources,This is shown in the topology
- Support Application group backup and restore
- Support Application group migration across datacenters and across tenants
- Support share plugin to market and install from market
- Support Export applications from the application market
- Export dockercompse specification
- Export rainbond-app specification
- Support batch offline import applications to the application market
- Management service HA support
- Region DB support CockroachDB
- Support auto-building based on git webhook
- Support In-station letter announcement
- Monitoring module automatically finds monitoring targets and automatically configures them
- Compute node monitoring
- Management service monitoring
- Accurate user permission control, support custom roles
- Rainbond Installer upgrade
- Support install mulit manage nodes
- Update rbd-dns to support for custom generic domain name resolution and cluster level one domain default resolution
Fixed BUGs After v3.5
- Fixed fail to bind custom domain name bug (#66 )
- Fixed do not support https custom domain bug (#63)
- Fixed lb endpoints do not update after rebuild app bug
- Fixed rebuilding plugin but plugin image name do not change bug (#73 )
- Fixed show history monitor data error bug.
- Fixed create app advanced Settings page bugs. support set php&java runtime and dependence
- Fixed monitor data negative issues
- Fixed the docker process card dead issues
- Fixed CPU leak when etcd server down issues
new install
git clone --depth 1 -b v3.6 https://github.com/goodrain/rainbond-install.git
cd rainbond-install
./setup.sh install
Release 3.5.1
Rainbond v3.5.1 changelog since v3.5
Feature
rbd-worker
andrbd-entrance
high availability (HA) are supported, at this point,Rainbond provides full support for high availability (HA) (#61)- Code cache feature for source code application building are supported to accelerate the speed of building
- Build application through docker images with additional environment variables on the basis of start-up parameters is allowed (#52)
- New installer is introduced, single node installing and computing node scale (source code) features are already supported(rainbond-install)
- Application market now support remote update and local uninstall
BUG fix
- Fixed performance analysis data redundancy when deploy application on different nodes
- Fixed invalid disable function of application health check
- Fixed violation of application dependency and dependency batch adding
- Fixed failure of getting environment variables in some cases
- Fixed failure of application-level's permission configuration in some cases
- Fixed failure of environment variable change in some cases
- Fixed failure of sharing application to Rainbond application market in some cases
Release 3.5
history version | current version | upgrade doc |
---|---|---|
v3.4.2 | v3.5 | upgrade |
FEATURE & CHANGE SINCE v3.4.2
- Console UI has been rebuilt as SPA architecture with
ant design pro
for better user experience - Presentation layer of front-end code has been separated from business logic layer for better maintainability
Application CI
- Build application by docking private git repository via SSH & HTTP protocol
- Integrated Gitlab and Github Service
- Specify sub-repository directory as build directory
- Generate default application attributes based on source code types
intelligently - Get and switch source code repository branches
- Stable application build with dockerun and docker-compose
- Parsing application attributes from dockerfile and images
Application management
- Application performance analysis stably supports HTTP and MySQL protocol
- Define application connection attributes
- Display application access info intelligently
- Quick statistics and query team and application resource usage such as memory and disk
Application market
- New application sharing process and business logics
- Share application to Rainbond's internal market
- Interconnect with Goodrain application market to download free application
User and team
- Create multiple teams
- Connect custom data center (public cloud data center support is on the way)
- Improved team user management
Install
- Optimized install process, simplified install steps
- Optimized etcd and Kubernetes' install method, support containerized deployment
- Support for Centos & Debian/Ubuntu
BUG FIX
- Application port creation exception
- Incomplete dependency display
- Invalid HTTPS under certain circumstances
- TCP load balancing with Openresty
- Application build exception with dockerfile
- Port alias cannot be set
- Add storage exception when create images(#31)
- Slow resource usage query interfaces
release v3.4.2
INSTALL
bash <(curl -s http://repo.goodrain.com/install/3.4.2/start.sh)
UPGRADE
See upgrade 3.4.1 to the latest version for details.
CHANGELOG
See CHANGELOG-v3.4.2 for details.
release v3.4.1
release v3.4
See Rainbond docs for details.