V0.8.0
Breaking Changes
- The apiVersion has been changed from
porter.sh/v1
togetporter.org/v1
. - The PorterConfig resource has been updated to use the same field names as the porter configuration file, so that you can copy/paste from your Porter configuration file into a resource. See our quickstart for an example: https://getporter.org/operator/quickstart/#install-plugins
What's Changed
- Add ability to install porter plugins by @VinozzZ in #108
- Bump github.com/containerd/containerd from 1.6.8 to 1.6.12 by @dependabot in #137
- Use an arm64 compatible mongodb image on arm machines by @carolynvs in #138
- Change the API Group from porter.sh/v1 to getporter.org/v1 by @VinozzZ in #140
- Allow installing multiple plugins by @VinozzZ in #141
- change porter config crd to use the same naming conventions as Porter by @VinozzZ in #142
- fix default value for default agent config by @VinozzZ in #143
- add repo setup files by @VinozzZ in #151
- add administrators doc for configre porter agent by @VinozzZ in #150
- fix race condition to createEmptyPluginVolume by @VinozzZ in #152
- enable retry for agent action job by @VinozzZ in #153
- Update to CodeQL v2 by @carolynvs in #158
- Bump github.com/containerd/containerd from 1.6.15 to 1.6.18 by @dependabot in #157
- Bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #160
- 155 support multiple architecture image publish by @bdegeeter in #156
- Update porter to 1.0.9 by @carolynvs in #162
New Contributors
- @dependabot made their first contribution in #137
Full Changelog: v0.7.4...v0.8.0