Skip to content

Releases: infratographer/load-balancer-api

v0.0.16

17 May 20:19
01d9bb8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.15...v0.0.16

v0.0.15

26 Apr 19:43
4dc2021
Compare
Choose a tag to compare

Full Changelog: v0.0.14...v0.0.15

v0.0.14

26 Apr 17:57
9b2e66c
Compare
Choose a tag to compare

Full Changelog: v0.0.13...v0.0.14

v0.0.13

10 Apr 15:59
ec36800
Compare
Choose a tag to compare
  • Update module github.com/spf13/cobra to v1.7.0 #97
  • Update ghcr.io/infratographer/load-balancer-api Docker tag to v0.0.12 #98
  • Update golang Docker tag to v1.20.3 #99
  • Add PATCH endpoints for load balancers and ports #100
  • Add PUT and PATCH for pools, add PATCH endpoints for origins #101

v0.0.12

04 Apr 18:38
6e136e7
Compare
Choose a tag to compare
  • Update ghcr.io/infratographer/load-balancer-api Docker tag to v0.0.11 #95
  • Add origin events, originGet response and expand tests #96
  • Update module github.com/spf13/cobra to v1.7.0 #97

v0.0.11

03 Apr 13:44
f3c4160
Compare
Choose a tag to compare
  • Update ghcr.io/infratographer/load-balancer-api Docker tag to v0.0.10 #91
  • Update Helm release reloader to v1.0.18 #92
  • Return single objects for pools, load balancers on get by id #93
  • Update module github.com/nats-io/nats.go to v1.25.0 #94

v0.0.10

29 Mar 22:33
95a6d5e
Compare
Choose a tag to compare
  • Rename display_name to name and take ip IDs instead of addresses #83
  • Update ghcr.io/infratographer/load-balancer-api Docker tag to v0.0.9 #84
  • Rename frontends to ports in routes and in the database #86
  • Allow including ports on load balancer create POST, get ports in load balancer GET responses #88
  • Include origins in GET/POST pool endpoints and pools in GET/POST port endpoints #89
  • Update actions/setup-go action to v4 #90

v0.0.9

22 Mar 01:23
2ce981b
Compare
Choose a tag to compare
  • Publish events for remaining frontend routes #80
  • Add and cleanup pool events, add tests for NATS messages #81
  • Publish events from post handlers #74
  • #82
  • #79
  • #78
  • #77
  • #76
  • #75
  • #73

v0.0.8

01 Mar 16:51
cc7105f
Compare
Choose a tag to compare
  • Configurable Stream Name #67
  • Update testify to 1.8.2 #68
  • Update helm reloader to 1.0.6 #69
  • Run db migrations in an init container #71

Make NATS creds configurable in the helm chart

27 Feb 23:10
795c032
Compare
Choose a tag to compare
make nats creds configurable (#66)

Signed-off-by: E Camden Fisher <efisher@equinix.com>