Releases: Scalingo/link
Releases · Scalingo/link
v2.0.7
v2.0.6
What's Changed
- chore(deps): bump the dependencies group with 5 updates by @dependabot in #253
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #254
- chore(deps): bump the dependencies group with 5 updates by @dependabot in #255
- chore(deps): bump the dependencies group with 6 updates by @dependabot in #256
- chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #257
- chore(deps): bump the dependencies group with 9 updates by @dependabot in #258
- chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #260
- chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #259
- chore(deps): bump the dependencies group with 7 updates by @dependabot in #261
- chore(deps): bump the dependencies group with 10 updates by @dependabot in #262
- Update README and move start.sh script (and rename) by @leo-scalingo in #263
- chore(deps): bump the dependencies group with 4 updates by @dependabot in #264
- chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot in #265
- chore(deps): bump the dependencies group with 10 updates by @dependabot in #266
- chore(deps): bump the dependencies group with 6 updates by @dependabot in #267
- bump etcd image in docker-compose.yml v3.5.7 => v3.5.15 by @sc-zenokerr in #268
- dev(more-agents) More link agent for more dev nodes (required in ha migration integration tests) by @leo-scalingo in #269
- dev(more-agents) update readme by @leo-scalingo in #270
- build: update Go from 1.20 to 1.22 by @EtienneM in #272
- chore(deps): bump the dependencies group across 1 directory with 8 updates by @dependabot in #273
- Bump v2.0.6 by @EtienneM in #274
New Contributors
- @leo-scalingo made their first contribution in #263
- @sc-zenokerr made their first contribution in #268
Full Changelog: v2.0.5...v2.0.6
v2.0.4
Please refer to the CHANGELOG.md file.
v2.0.3
Please refer to the CHANGELOG.md file.
v2.0.2
Please refer to the CHANGELOG.md file.
v2.0.1
Please refer to the CHANGELOG.md file.
v2.0.0
- chore(Dependabot): Update various dependencies
- Bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1
- Bump github.com/golang/mock from 1.5.0 to 1.6.0
- Add
/failover
route andfailover
command to force a failover on an ACTIVATED IP. - Remove
/try-get-lock
route andtry-get-lock
command in favor offailover
- Destroying an IP is now synchronous
- Remove
KeepaliveInterval
from the IP model - Add a way to update IP healthchecks
- Bad request body key is
error
instead ofmsg
- Not found body is
{"resource": "IP", "error" : "not found"}