This past release was mostly a "gardening" release for Porter, where we focused on the stability of the platform, and improving our existing features/workflows. That said, we're excited to release some useful new features!
Events Tab (#1072)
We've created an Events tab that shows the status of your builds occurring in Github actions! This view will display errors when a build fails, and show a history of successful deployments. You can always navigate to the Github action run to view more information about the success/failure.
Jobs Improvements (#1192)
We've added several improvements to the Jobs feature, including the ability to clone a job (only jobs deployed from Docker registries supported at the moment) and to view/change the Helm values of a job.
Grafana Agent Add-On
We've added a Grafana agent add-on chart to our community add-ons! For those using Grafana Cloud, this agents allows you to stream metrics to a remote Grafana instance.
Other Changes/Improvements
- Prevent large number of logs from crashing the frontend (#1193)
- Relocate the Github action preview YAML to be optionally expanded (#1216)
- Prevent large number of tokens in the token cache from slowing down the dashboard (#1201)
- De-dupe environment variables when loaded multiple times from the same env group (#1217)
- Allow websocket connections for live updates to exist longer than 15 minutes (#1191)
- Fix issue where randomly generated add-on name continues to fill in (#1218)
- Prevent frontend crashes when Launch Template button is clicked (#1221)
- Allow buildpacks to work from a sub-folder or sub-directory (#1184)