Releases: gravitational/gravity
Release 6.0.2
6.0.2 (August 6th, 2019)
Improvements
- Improve reporting of time synchronization issues during join process.
- Improve resiliency of node join process.
- Improve removal of a node where the join process has been aborted.
Bugfixes
- Update etcd gateway configuration as masters are removed or added to the cluster.
- Upgrade Kubernetes to
v1.14.5
(CVE-2019-11247, CVE-2019-11249). - Fix crash in
gravity license show
. - Fixes a couple issues with initializing the installer service.
Warning
This release fixes a security vulnerability in kubernetes. Please see Kubernetes Announcement for more information.
Release 5.6.6
5.6.6 (August 6th, 2019)
Bugfixes
- Update etcd gateway configuration as masters are removed or added to the cluster.
- Upgrade Kubernetes to
v1.14.5
(CVE-2019-11247, CVE-2019-11249).
Warning
This release fixes a security vulnerability in kubernetes. Please see Kubernetes Announcement for more information.
Release 5.5.15
5.5.15 (August 6th, 2019)
Bugfixes
- Update etcd gateway configuration as masters are removed or added to the cluster.
- Upgrade Kubernetes to
v1.13.9
(CVE-2019-11247, CVE-2019-11249).
Warning
This release fixes a security vulnerability in kubernetes. Please see Kubernetes Announcement for more information.
Release 6.1.0
Gravity 6
Version 6 is a major milestone in Gravity development, it comes with a huge number of new features. The goal of Gravity 6 was to make dramatic improvements to the user experience.
What's New?
Gravity 6 comes with a completely new web UI which includes:
- Beautiful dashboard showing cluster health and a commanding overview of everything that matters.
- Brand new audit log UI, with a history of remotely executed commands via k8s API or SSH.
- Redesigned cluster settings.
Another major change in Gravity 6 is tighter integration with Gravitational Teleport, i.e. users now must execute tsh login
instead of tele login
to authenticate against Gravity clusters and access them via K8s API or SSH.
The Ops Center has been deprecated. It has been superseded by a new product called Gravity Hub, which is only available to Enterprise Edition users. Gravity Hub not only acts as a central control plane for a large number of remote Kubernetes clusters but also performs the duties of being a central repository of cluster images.
Improvements
- Upgrade Kubernetes to
v1.15.1
.
Release 5.5.14 LTS
Bugfixes
- Fix an issue with managing monitoring resources via
gravity resource
command.
Release 6.0.1
Gravity 6.0
Version 6.0 is a major milestone in Gravity development, it comes with a huge number of new features. The goal of 6.0 was to make dramatic improvements to the user experience.
What's New?
Gravity 6.0 comes with a completely new web UI which includes:
- Beautiful dashboard showing cluster health and a commanding overview of everything that matters.
- Brand new audit log UI, with a history of remotely executed commands via k8s API or SSH.
- Redesigned cluster settings.
Another major change in 6.0 is tighter integration with Gravitational Teleport, i.e. users now must execute tsh login
instead of tele login
to authenticate against Gravity clusters and access them via K8s API or SSH.
The Ops Center has been deprecated. It has been superseded by a new product called Gravity Hub, which is only available to Enterprise Edition users. Gravity Hub not only acts as a central control plane for a large number of remote Kubernetes clusters but also performs the duties of being a central repository of cluster images.
Various Improvements
- Update monitoring application to version
6.0.4
. - Tweak help messages for
gravity
/tele
command-line tools and their flags.
Bugfixes
- Fix an issue with inaccurate descriptions for some audit log events.
- Fix an issue with audit log events not properly emitted for upgrade operation.
- Fix an issue with not all
helm
commands working from host. - Fix an issue with install failure if cluster image includes "resources" sub-directory.
- Skip Helm and Docker login during
tele login
in insecure mode.
Release 5.6.5
5.6.5
Bugfixes
- Workaround for installation failures when populating the docker registry.
Release 5.5.13
5.5.13 LTS
Bugfixes
- Workaround for installation failures when populating the docker registry.
- Fix an issue with applications that contain a resources subfolder failing to install.
Improvements
- Installations that previously used a dedicated devicemapper volume will now be reformatted and reused after upgrade.
Release 6.0.0
Gravity 6.0
Version 6.0 is a major milestone in Gravity development, it comes with a huge number of new features. The goal of 6.0 was to make dramatic improvements to the user experience.
What's New?
Gravity 6.0 comes with a completely new web UI which includes:
- Beautiful dashboard showing cluster health and a commanding overview of everything that matters.
- Brand new audit log UI, with a history of remotely executed commands via k8s API or SSH.
- Redesigned cluster settings.
Another major change in 6.0 is tighter integration with Gravitational Teleport, i.e. users now must execute tsh login
instead of tele login
to authenticate against Gravity clusters and access them via K8s API or SSH.
The Ops Center has been deprecated. It has been superseded by a new product called Gravity Hub, which is only available to Enterprise Edition users. Gravity Hub not only acts as a central control plane for a large number of remote Kubernetes clusters but also performs the duties of being a central repository of cluster images.
Various Improvements
- Update monitoring application to version
6.0.4
. - Tweak help messages for
gravity
/tele
command-line tools and their flags.
Bugfixes
- Fix an issue with inaccurate descriptions for some audit log events.
- Fix an issue with audit log events not properly emitted for upgrade operation.
- Fix an issue with not all
helm
commands working from host. - Fix an issue with install failure if cluster image includes "resources" sub-directory.
Release 6.0.0-rc.5
Improvements
- Reduce liveness probe delay on
gravity-site
. - Upgrade Teleport to
3.2.7
. - Improve resiliency of the
wait
phase. - Add logs of terminated containers to debug report.
- Various user-interface tweaks.
Bugfixes
- Fix an issue with deleting a node via user-interface.