Releases: getporter/operator
Releases · getporter/operator
v1.1.0
What's Changed
- Update README.md by @schristoff in #271
- Bump github.com/tidwall/gjson from 1.14.4 to 1.17.0 by @dependabot in #272
- Bump k8s.io/apimachinery from 0.29.0-alpha.0 to 0.29.0-alpha.2 by @dependabot in #275
- Bump github.com/spf13/afero from 1.9.5 to 1.10.0 by @dependabot in #266
- Utilize the Recorder to create events with installation resources by @troy0820 in #273
- Update high sev deps by @troy0820 in #280
- Fix some dead links in the contibutors guide by @AGMETEOR in #278
- Bump github.com/docker/docker from 24.0.2+incompatible to 24.0.7+incompatible by @dependabot in #289
- Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 by @dependabot in #288
- Bump golang.org/x/sync from 0.3.0 to 0.4.0 by @dependabot in #282
- Bump github.com/onsi/gomega from 1.28.0 to 1.29.0 by @dependabot in #290
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #298
- Remove controller-runtime from api layer of porter operator by @troy0820 in #299
- Bump k8s.io/client-go from 0.29.0 to 0.29.1 by @dependabot in #301
- Bump golang.org/x/sync from 0.4.0 to 0.6.0 by @dependabot in #300
- Bump get.porter.sh/porter from 1.0.15 to 1.0.16 by @dependabot in #303
- Bump k8s.io/apimachinery from 0.29.1 to 0.29.3 by @dependabot in #309
- Update Go version and dependencies to ease development by @kichristensen in #312
- Update docker/docker to clear CVE by @troy0820 in #313
- Bump golang.org/x/sync from 0.6.0 to 0.7.0 by @dependabot in #315
- Bump k8s.io/client-go from 0.29.1 to 0.29.3 by @dependabot in #314
- Bump golang.org/x/net from 0.20.0 to 0.23.0 by @dependabot in #319
- Bump github.com/docker/docker from 26.0.0+incompatible to 26.0.2+incompatible by @dependabot in #318
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #316
- Bump github.com/spf13/afero from 1.10.0 to 1.11.0 by @dependabot in #317
- Bump github.com/onsi/gomega from 1.32.0 to 1.33.1 by @dependabot in #322
- Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.3 by @dependabot in #321
- Fix links on in the documentation by @kichristensen in #327
- Add deletion policy annotation on all installations by @troy0820 in #326
- Create grpc connection only on invocation of the CRUD events for the installation controller by @troy0820 in #328
- Delete without uninstall by @troy0820 in #331
- Calculate the version correctly when releasing from tag by @kichristensen in #334
- Update Otel and it's deps. by @troy0820 in #333
New Contributors
- @AGMETEOR made their first contribution in #278
- @kichristensen made their first contribution in #312
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Trigger builds on tags by @carolynvs in #188
- Bump github.com/onsi/gomega from 1.27.4 to 1.27.5 by @dependabot in #189
- Bump github.com/onsi/gomega from 1.27.5 to 1.27.6 by @dependabot in #195
- Bump sigs.k8s.io/controller-runtime from 0.14.5 to 0.14.6 by @dependabot in #192
- Bump github.com/go-logr/logr from 1.2.3 to 1.2.4 by @dependabot in #194
- Bump get.porter.sh/magefiles from 0.5.0 to 0.5.1 by @dependabot in #198
- Use debian stable instead of stretch by @carolynvs in #201
- Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible by @dependabot in #205
- 169 porter operator manager unable to create agent actions if agent config is overwritten by @sgettys in #208
- Limit PorterConfig to namespace and system configuration by @carolynvs in #202
- Add additional printer columns to installtion CRD by @troy0820 in #212
- support for telemetry in the PorterConfig spec by @bdegeeter in #213
- Go vet and Staticcheck for go1.20 removed unused var 'must' by @troy0820 in #218
- chore: Update dependencies client-go and controller-runtime by @troy0820 in #219
- Create tests for method
renamePluginVolume
by @troy0820 in #211 - Update deps without downgrading controller-runtime by @troy0820 in #224
- Updates sync to 0.3.0 without downgrading controller-runtime by @troy0820 in #226
- Update dockerfile and upgrade deps by @troy0820 in #234
- chore: Update all the things by @troy0820 in #241
- Update unit tests by @troy0820 in #221
- fix printer columns by @troy0820 in #244
- Update netflify to build with 1.20.7 by @troy0820 in #247
- Uplift mage to use the latest kind version v0.20.0 by @troy0820 in #249
- Bump github.com/onsi/gomega from 1.27.8 to 1.27.10 by @dependabot in #239
- Bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1 by @dependabot in #242
- Fix Go mod tidy by @troy0820 in #252
- Installationoutputs custom resource by @troy0820 in #246
- Update controller runtime to v0.16.0 by @troy0820 in #256
- Bump sigs.k8s.io/controller-runtime from 0.16.0 to 0.16.1 by @dependabot in #259
- (feat): Add TTLSecondsAfterFinished with a default of 600 seconds by @schristoff in #260
- Use SetControllerReference from controllerutil by @troy0820 in #258
- (feat) PR for Installation outputs GRPC Service by @troy0820 in #245
- Bump google.golang.org/grpc from 1.56.1 to 1.58.2 by @dependabot in #265
- [feat] Update operator bundle to upgrade, fix up documentation by @schristoff in #270
New Contributors
- @troy0820 made their first contribution in #212
- @schristoff made their first contribution in #260
Full Changelog: v0.8.2...v1.0.0
v0.8.2
What's Changed
- Remove assign to project workflow by @carolynvs in #176
- Only trigger the push event for the main branch by @carolynvs in #175
- Bump github.com/spf13/afero from 1.9.3 to 1.9.4 by @dependabot in #172
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #178
- Bump github.com/tidwall/gjson from 1.14.1 to 1.14.4 by @dependabot in #174
- Bump github.com/tidwall/pretty from 1.2.0 to 1.2.1 by @dependabot in #177
- Bump github.com/spf13/afero from 1.9.4 to 1.9.5 by @dependabot in #181
- Bump github.com/onsi/gomega from 1.24.1 to 1.27.4 by @dependabot in #182
- Bump get.porter.sh/magefiles from 0.4.0 to 0.5.0 by @dependabot in #179
- Bump k8s.io/client-go from 0.26.2 to 0.26.3 by @dependabot in #185
- Bump sigs.k8s.io/controller-runtime from 0.14.4 to 0.14.5 by @dependabot in #173
- Build with Go 1.19.7 by @carolynvs in #187
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- Fix documentation for PorterConfig by @carolynvs in #163
- Update installation instructions to v0.8.0 by @carolynvs in #164
- Do not mount plugins pvc when none specified by @carolynvs in #166
- 167 plugin volume not about to be mounted into agent action job on aks by @sgettys in #168
- Enable dependabot version updates by @carolynvs in #161
- Bump k8s.io/client-go from 0.26.1 to 0.26.2 by @dependabot in #171
Full Changelog: v0.8.0...v0.8.1
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
v0.7.4
v0.7.3
What's Changed
- Update porter and operator to the most recent releases by @carolynvs in #130
- Update to go 1.19.4 by @carolynvs in #132
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- update doc to v0.7.1 by @VinozzZ in #118
- Check for failed condition in credential controller test by @VinozzZ in #119
- Bump porter to v1.0.1 by @carolynvs in #126
- test: Updated waitForPorter utils test helper by @sgettys in #127
- feat: support for bundle installation from private registries by @bdegeeter in #120
- Fix CVE-2022-41716 and PRISMA-2022-0227 by @carolynvs in #128
- Update golang.org/x/crypto to 0.1.0 by @carolynvs in #129
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- Cred and param sets are actually supported by @carolynvs in #110
- Updated PorterConfig type to use verbosity instead of debug flag by @sgettys in #114
- update porter to v1.0.0-rc.1 by @VinozzZ in #116
- force publish to latest release tag by @VinozzZ in #117
New Contributors
Full Changelog: v0.6.0...v0.7.1
v0.6.0
What's Changed
- Support building on M1 chip by @carolynvs in #94
- feat: initial CredentialSet CRD/Controller by @bdegeeter in #98
- Parameter set controller by @sgettys in #101
- Integration test helpers rewrite by @sgettys in #103
- Bump dependencies for porter and k8s by @carolynvs in #104
- Bump porter to v1.0.0-beta.1 by @carolynvs in #107
New Contributors
- @bdegeeter made their first contribution in #98
Full Changelog: v0.5.3...v0.6.0