Problem
When accessing the Terraform Enterprise airgap bundle download portal, the page only displays a limited number of recent releases. There is no visible option in the user interface to view older or historical releases.
Cause
The download portal user interface is designed to show the most recent releases by default. This encourages customers to keep their Terraform Enterprise installation updated with the latest supported versions.
Solution
You can view all historical releases by appending a query parameter to the download portal URL in your browser.
Navigate to your unique airgap bundle download portal URL. It will have a format similar to the following example, which uses placeholders for sensitive information.
https://get.replicated.com/airgap/#/terraformenterprise/[LICENSE_ID]?_k=[HASH]
To display the complete list of all available releases, append the
&show=allparameter to the end of the URL.https://get.replicated.com/airgap/#/terraformenterprise/[LICENSE_ID]?_k=[HASH]&show=all
After modifying the URL and pressing Enter, the page will reload to display all historical airgap bundle releases.
Note: If your URL does not already contain a question mark (
?), you should add?show=allinstead of&show=all. The&symbol is used to separate multiple query parameters.