1.21.2
Released on 29 Oct 2020 • Support for Kubernetes: 1.17, 1.18, and 1.19
Bug Fixes
- Fixed a bug in the Admin Console that caused the GitOps workflow to break when set up with GitLab Enterprise.
1.21.1
Released on 29 Oct 2020 • Support for Kubernetes: 1.17, 1.18, and 1.19
Bug Fixes
- Fixed a bug that caused headless airgap install to fail when application spec exceeded 1MB.
1.21.0
Released on 23 Oct 2020 • Support for Kubernetes: 1.17, 1.18, and 1.19
Improvements
- Support bundle files will now be saved under a subdirectory, so that it won’t pollute the current directory when extracted.
- Rolling back to a version with known invalid files will require confirmation before deploying.
Bug Fixes
- Fixed a bug that caused the deploy status to still show as “failed” after a successful rollback.
- Fixed an issue where the redacted file did not scroll into view when selected from the “Redactor report” tab in troubleshoot.
1.20.3
Released on 16 Oct 2020 • Support for Kubernetes: 1.17, 1.18, and 1.19
Improvements
- Support bundles will now have unique names when downloaded. The collection date is added as a suffix to the bundle name.
- Support Velero version 1.5.1.
Bug Fixes
- Fixed a bug that caused file leaks of application archives under the
/tmp
directory.
- Fixed a bug in the Admin Console config screen that caused template responses to arrive out of order.
1.20.2
Released on 14 Oct 2020 • Support for Kubernetes: 1.17, 1.18, and 1.19
Bug Fixes
- Fixed a bug that caused snapshot restore complete with a warning due to a troubleshoot or a preflight spec being included in the snapshot.
1.20.1
Released on 14 Oct 2020 • Support for Kubernetes: 1.17, 1.18, and 1.19
Bug Fixes
- Fixed a bug that caused getting the command to generate a support bundle to fail in the Admin Console.
1.20.0
Released on 6 Oct 2020 • Support for Kubernetes: 1.17, 1.18, and 1.19
New Features
- Added ability to delete disconnected nodes from the cluster management page of the Admin Console on embedded clusters.
- Added template function support in Collect, Analyze, and SupportBundle specs.
- Added template functions for Sequence, Cursor, ChannelName, VersionLabel, ReleaseNotes, and IsAirgap.
- Added support for automated (unattended, headless) upgrades of applications installed into airgapped instances using KOTS CLI.
- Added support for automated (unattended, headless) installs of applications into an embedded cluster (both airgap and online) using KOTS CLI.
- Private images used by SupportBundle and Preflight collectors are now automatically rewritten so they can be pulled from inside the cluster and are included in airgap bundles.
Improvements
- Added support for Kubernetes 1.19 and dropped support for Kubernetes 1.16.
- Updated design of Version History page.
- Updated design of the version card on the application dashboard.
- Latest available version information is shown in the card.
- Check for updates button is always available.
- Current deployment status is included.
- Added resource limits and requests for Admin Console pods.
- Admin Consoles will use
NODE_PORT
environment variable if set (e.g. from kURL embedded clusters), instead of the default 8800.
- Port forwarding no longer uses the
app.k8s.io/v1beta1
Application spec and has been aligned with the documentation.
- SupportBundle and Preflight specs are no longer served on unauthenticated endpoints and instead are provided to support-bundle and preflight binaries via secrets.
- The version check endpoint now correctly reports the current application version and adds information about KOTS Admin Console version, Kubernetes version, app status, etc.
Bug Fixes
- Added an explicit error message when an uploaded airgap bundle does not match the installed license.
- Airgap bundle uploads via web UI no longer use a lot of memory.
- Fixed a bug that caused airgap automated (unattended, headless) installs to pull the application from the internet.
- Fixed a bug that could cause Admin Console instance to become unusable if application installation failed under certain circumstances.
- Fixed a bug that caused registry template functions to return no data.
- Fixed a bug that caused HasLocalRegistry and LocalRegistryHost to return incorrect information.
- Fixed a bug that caused GitOps to fail on initial setup if the repo is empty.
- Fixed a troubleshoot bug where the result of a secret collector would have a missing key.
- Fixed a troubleshoot bug where a run collector would hang if the Pod was in the
ImagePullBackoff
state.
- Fixed a troubleshoot bug that caused the ingress analyzer to not produce a result.
- Fixed a troubleshoot bug that caused the database version analyzer to fail on versions that aren’t strictly semver conformant.
- Fixed a troubleshoot bug that caused the distribution analyzer to not recognize IBM and minikube distributions.
- Fixed reporting of the “released on” date to use the date the release was promoted to a channel rather than the date the release was downloaded.
1.19.6
Released on 2 Oct 2020 • Support for Kubernetes: 1.16, 1.17, and 1.18
Bug Fixes
- Added data migrations to address a bug that caused the KOTS Admin console to not function due to missing data after upgrading from an older version.
1.19.5
Released on 28 Sep 2020 • Support for Kubernetes: 1.16, 1.17, and 1.18
Bug Fixes
- Fixed a bug in the KOTS Admin Console that caused the airgap upload “pushing images” screen to not show up while pushing images.
1.19.4
Released on 21 Sep 2020 • Support for Kubernetes: 1.16, 1.17, and 1.18
Bug Fixes
- Fixed a bug in the KOTS Admin Console that caused app analysis on the
Troubleshoot
tab to look for the kotsadm-api
pod (which does not exist anymore).
- Fixed a bug in the KOTS Admin Console that caused the UI to not show any feedback while processing the airgap bundle on app updates.
- Updated the generated
kustomization.yaml
to allow using multiple tags of the same base image with a private registry.