Skip to content

Releases: getporter/operator

v1.1.0

11 Jul 17:26
0783aa4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Sep 17:08
47532ba
Compare
Choose a tag to compare

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

Full Changelog: v0.8.2...v1.0.0

v0.8.2

21 Mar 14:50
e6112b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

02 Mar 21:09
595c1fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

V0.8.0

23 Feb 15:01
088dc5d
Compare
Choose a tag to compare

Breaking Changes

  • The apiVersion has been changed from porter.sh/v1 to getporter.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

Full Changelog: v0.7.4...v0.8.0

v0.7.4

11 Jan 17:43
4c2faac
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/emicklei/go-restful to 3.10.1 by @carolynvs in #133
  • update mongodb helm chart default version to v12.1.16 by @VinozzZ in #135
  • run vet and lint in CI by @VinozzZ in #136

Full Changelog: v0.7.3...v0.7.4

v0.7.3

13 Dec 14:43
af42e80
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

09 Nov 18:30
7abd930
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

09 Sep 14:15
126eedd
Compare
Choose a tag to compare

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

13 Jul 19:20
2c5dc0f
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.6.0