Skip to content

Releases: Smirl/digitalocean-floating-ip-controller

v0.6.1

26 Apr 10:39
5c42279
Compare
Choose a tag to compare

Changes

  • Change the resources that the manager container requires (#28) @Smirl

v0.6.0

09 Jun 10:53
9e99199
Compare
Choose a tag to compare

Changes

  • Add tests with mocked digitalocean API responses (#21) @Smirl
  • Upgrade Ginkgo to v2 (#20) @Smirl
  • Upgrade k8s client version to 1.21 (#19) @Smirl

v0.5.0

21 Dec 12:43
882da3c
Compare
Choose a tag to compare

Changes

  • Gracefully handle 422 response codes when FloatingIP is in pending state (#18) @Smirl
  • Update serviceaccount with cluster level permissions (#16) @Smirl

v0.4.2

18 Dec 19:00
dc057cf
Compare
Choose a tag to compare

Changes

  • Ensure we checkout the code in the deploy job (#15) @Smirl

v0.4.1

18 Dec 18:20
24ea00a
Compare
Choose a tag to compare

Changes

  • Fix stage name in github actions (#14) @Smirl

v0.4.0

18 Dec 18:19
eb6c56c
Compare
Choose a tag to compare

Changes

  • Deploy using github actions to a test digitalocean cluster (#13) @Smirl

v0.3.0

14 May 08:40
f66bc56
Compare
Choose a tag to compare

Changes

v0.2.0

27 Apr 13:32
00095c6
Compare
Choose a tag to compare

Changes

v0.1.0

29 Mar 11:48
d9636e5
Compare
Choose a tag to compare

Changes

  • Better inline comments and status update in Reconcile (#7) @Smirl
  • Rename github action to main (#6) @Smirl
  • Publish docker image on release (#5) @Smirl
  • Add release drafter workflow (#4) @Smirl
  • Initial cut of controller