This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
Releases: gravitational/gravity
Releases · gravitational/gravity
Release 7.0.21
7.0.21 LTS (October 22nd, 2020)
Improvements
- Update TLS cipher suites for Kubernetes components (#2265, planet#782).
- Satellite queries for system pods will use less load by searching only the
kube-system
andmonitoring
namespaces for critical pods that aren't running (#2250, planet#775, satellite#281). - Implement a check to prevent installation if the chosen overlay network conflicts with the host networking (#2204).
- Implement a check so that a phase is only rolled back if dependent phases have also been rolled back (#2219).
- Increase base value of expand concurrency to allow a minimum of 4 simultaneous worker joins (#2205).
- Include additional cloud metadata as part of
gravity status
output (#2202).
Bugfixes
- Fix an issue where flannel could corrupt iptables rules if newly generated rules don't exactly match rules previously used (#2265, planet#777, flannel#7).
- Fix an issue when using GCE integrations that unnecessary OAuth scopes would be requested (#2265, planet#777, flannel#7).
- Fix an issue where etcd-backups were using too short of a timer (#2250, planet#775, etcd-backup#5).
- Fix an issue where cluster configuration could be lost during validation (#2253).
- Fix a panic in the audit event emitter (#2241).
- Fix an issue that prevents log truncation (#2238, logging-app#72).
Release 6.1.44
6.1.44 LTS (October 22nd, 2020)
Improvements
- Update TLS cipher suites for Kubernetes components (#2264, planet#781).
- Satellite queries for system pods will use less load by searching only the
kube-system
andmonitoring
namespaces for critical pods that aren't running (#2249, planet#774, satellite#280).
Bugfixes
- Fix an issue where flannel could corrupt iptables rules if newly generated rules don't exactly match rules previously used (#2264, planet#778, flannel#7).
- Fix an issue when using GCE integrations that unnecessary OAuth scopes would be requested (#2264, planet#778, flannel#7).
- Fix an issue where etcd-backups were using too short of a timer (#2250, planet#768, etcd-backup#5).
- Fix an issue where cluster configuration could be lost during validation (#2256).
- Fix an issue that prevents log truncation (#2237, logging-app#72).
Release 5.5.55
5.5.55 LTS (October 21st, 2020)
Improvements
- Update system pods checker to query only specific namespaces (#2248, planet#773, satellite#279).
- Update TLS cipher suites for Kubernetes components (#2261, planet#780).
Release 6.1.43
Release 5.5.54
5.5.54 LTS (October 12th, 2020)
Improvements
- Check dependent phases when performing phase rollback to prevent cluster from entering inconsistent state (#2185).
Release 7.0.20
7.0.20 LTS (October 9th, 2020)
Bugfixes
- Fix a regression in
tele build
that failed to handle direct package dependencies in a cluster manifest (#2211).
Release 7.0.19
7.0.19 LTS (October 6th, 2020)
Improvements
- Update a minimum required subnet size for pod network cidr to be a /22 (#2182).
Bugfixes
- Fix a security issue when using SAML authentication to an identity provider (CVE-2020-15216) (#2193).
- Fix an issue with serf clusters missing nodes when partitioned for more than 24 hours (#2027, planet#760).
Warning
This release fixes a security vulnerability in Teleport when connecting Gravity to a SAML 2.0 identity provider. Please see
Teleport Announcement for CVE-2020-15216 for more information.
Release 6.1.42
6.1.42 LTS (October 6th, 2020)
Improvements
- GRPC logging will be enabled when passing the
--debug
flag to gravity commands (#2178).
Bugfixes
- Fix a security issue when using SAML authentication to an identity provider (CVE-2020-15216) (#2193).
- Fix an issue with serf clusters missing nodes when partitioned for more than 24 hours (#2176, planet#759).
Warning
This release fixes a security vulnerability in Teleport when connecting Gravity to a SAML 2.0 identity provider. Please see
Teleport Announcement for CVE-2020-15216 for more information.
Release 5.5.53
5.5.53 LTS (October 6th, 2020)
Improvements
- Gravity debug reports will include additional gravity configuration (#2160).
Bugfixes
- Fix a security issue when using SAML authentication to an identity provider (CVE-2020-15216) (#2193).
- Fix an issue with the backend not using linerizable reads (#2179).
- Fix an issue with recent checks that fail during operation phases where gravity-site or etcd are unavailable (#2164).
- Fix an issue with serf clusters missing nodes when partitioned for more than 24 hours (#2174, planet#758).
Warning
This release fixes a security vulnerability in Teleport when connecting Gravity to a SAML 2.0 identity provider. Please see
Teleport Announcement for CVE-2020-15216 for more information.
Release 7.0.18
7.0.18 LTS (October 1st, 2020)
Improvements
- Remove redundant default planet container package when using a custom container (#1982).