Skip to content

Releases: vshn/provider-cloudscale

v0.5.1

18 Jul 13:20
Compare
Choose a tag to compare

7 changes since v0.5.0

🛠️ Minor Changes

  • Update CI boilerplate (#52)
  • Release crossplane package to upbound market (#55)

🐛 Fixes

  • Avoid nilpointer under certain circumstances (#75)
  • Fix various CI issues (#78)

📄 Documentation

  • Extend PR checklist (#66)

🔗 Dependency Updates

  • Update utils (#54)
  • Update utils (#60)

v0.5.0

26 Oct 08:40
a44c5a3
Compare
Choose a tag to compare

2 changes since v0.4.0

🚀 Features

  • Add "endpoint" field to bucket (#51)

🔗 Dependency Updates

  • Update golang.org/x/oauth2 digest to f213421 (#46)

v0.5.0-rc5

25 Oct 11:30
Compare
Choose a tag to compare
v0.5.0-rc5 Pre-release
Pre-release
  • no changes

v0.5.0-rc4

25 Oct 07:28
Compare
Choose a tag to compare
v0.5.0-rc4 Pre-release
Pre-release
  • no changes

v0.5.0-rc3

24 Oct 14:34
Compare
Choose a tag to compare
v0.5.0-rc3 Pre-release
Pre-release
  • no changes

v0.5.0-rc2

18 Oct 12:10
Compare
Choose a tag to compare
v0.5.0-rc2 Pre-release
Pre-release
  • no changes

v0.5.0-rc1

18 Oct 06:52
Compare
Choose a tag to compare
v0.5.0-rc1 Pre-release
Pre-release

1 changes since v0.4.0

🔗 Dependency Updates

  • Update golang.org/x/oauth2 digest to f213421 (#46)

v0.4.0

29 Sep 09:05
93788d2
Compare
Choose a tag to compare

13 changes since v0.3.0

🛠️ Minor Changes

  • Optimize tooling around local dev environment (#32)
  • Ensure buckets and users are cleanup before deleting cluster (#38)
  • Schedule e2e test run for each day (#41)

🐛 Fixes

  • Improve error message if bucket exists already in the same region (#39)
  • Improve error message if bucket exists already in different region (#40)
  • Prevent adoption of existing buckets (#45)

📄 Documentation

  • Move provider mechanics documentation to Knowledge Base (#34)

🔗 Dependency Updates

  • Update pipeline to v0.19.0 (#33)
  • Update dependencies manually (#36)
  • Update kubernetes packages to v0.25.2 (#18)
  • Update module github.com/crossplane/crossplane-runtime to v0.18.0 (#43)
  • Update module github.com/minio/minio-go/v7 to v7.0.39 (#22)
  • Update module sigs.k8s.io/controller-tools to v0.10.0 (#42)

v0.3.0

05 Aug 14:09
6b29166
Compare
Choose a tag to compare

4 changes since v0.2.0

🚀 Features

  • Add deletion policy to remove all existing objects in a bucket (#31)

🛠️ Minor Changes

  • Add E2E tests with kuttl (#30)

📄 Documentation

  • Document reconciliation process (#28)
  • Update getting started tutorial after transition to provider (#29)

v0.2.0

03 Aug 11:45
8086cf9
Compare
Choose a tag to compare

6 changes since v0.1.0

🚀 Features

  • Prevent property changes using webhooks (#27)

🛠️ Minor Changes

  • Rename project to 'provider-cloudscale' (#19)
  • Add GitHub automation to release the provider as a package image (#23)
  • Track ProviderConfigs to prevent deletions where they're still being used (#25)
  • Install provider via Crossplane as a package in local dev environment (#26)

🔎 Breaking Changes

  • Implement operator as a Crossplane provider (#20)