This is the first stable release or Epinio. This changelog includes the changes introduced in the v1.0.0-rc1
and v1.0.0-rc2
versions.
Being a stable release means, upgrading to newer versions will be supported from now on. In some cases the upgrade may need manual steps but in any case, the Epinio team is trying to follow semantic versioning.
🚀 Features
- [Swagger] Fixed host and missing path. Add endpoint that serves the swagger json (#1594)
- Show better error when trying to retrieve logs of app without workload. (#1574)
- Show the command to access the staging logs when staging fails (#1559)
- Add crds to the release artifacts (#1558)
🐛 Bug Fixes
- Tweak trace setup ordering to make
--trace-level
work (#1593) - Recreate the helm release when pushing (#1566)
- Use the
adrg/xdg
library to find OS specific path for config (#1586) - Trim surrounding whitespace when reading user input (#1584)
- fix: path display across platforms. (#1583)
- Fix for SSL Verify on MacOS (#1561)
Maintenance
- Update e2e CI status badges in the README (#1596)
- Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (#1565)
- Bump actions/cache from 3.0.2 to 3.0.4 (#1563)
- Add swagger file to the QA goreleaser config (#1595)
- Remove non-existent DEBUG option (#1591)
- Enables
rc
releases on Epinio homebrew-tap (#1572) - CLI doc generator with folder structure (#1569)
- Simplify how we install tools in the CI (#1556)
- Fix broken link in release drafter (#1555)
Usage
More info can be found in the installation instructions.