Skip to content

v1.7.0 馃幁

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 10:25
· 324 commits to refs/heads/main since this release
v1.7.0
cc90d9e

What's Changed

This release comes with the new Epinio UI, with Dex integration! 馃攽
It also adds the SUSE's s3gw as an alternative to Minio for internal app sources storage.

Upgrade Note:
If you are facing an invalid client_id error while logging in from the UI with Dex, this is due to a configuration change (dex-config secret) and a restart of Dex is required (see #2108). If you have also customized it please do a backup of your dex-config secret to avoid any issue.

馃殌 Features

  • Added app namespace in manifest file in epinio app manifest command (#2081)
  • Added global.tlsIssuerEmail value to Helm Chart (#2088)
  • Added server.stagingServiceAccountName value to Helm Chart for AWS EKS integration with Service Account (#2074)
  • Added optional s3gw integration (epinio/helm-charts#324)
  • [UI] Dex/OIDC Integration (epinio/ui#167)
  • [UI] Added new dashboard page (welcome page and resources overview) (epinio/ui#132)
  • [UI] Show additional deployment information for apps deployed via Github (epinio/ui#150)
  • [UI] Added use of batch deletion APIs (epinio/ui#168)
  • [UI] Added support for s390x architecture (epinio/ui-backend#22)

馃悰 Bug Fixes

  • Fixed various command completions (#2078)
  • Fixed mishandling of trusted certificates during login breaking app exec (#2003 #2077)
  • [UI] Fixed mishandling of custom routes, append instead of replace (epinio/ui#157)
  • [UI] Fixed application page failure during configuration binding (epinio/ui#162)
  • [UI] Fixed missing display of bound configuration when specified in manifest file (epinio/ui#133)

馃О Maintenance

  • Fixed possible resource leak (#2082)
  • Various module, security, and action updates (#2065 #2066 #2073)
  • Various dependency updates (#2088)

馃摌 Documentation

馃悶 Known bugs

  • Mishandling of OIDC/Dex integration with Rancher Desktop

Usage

More info can be found in the installation instructions.