Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## To Be Released

* chore(deps/go-scalingo): update go-scalingo to add support of continuousbackup events

## v1.46.0
Comment thread
matthieu526-scalingo marked this conversation as resolved.

* feat(dbdr/net-peering) Add commands to configure net peerings of DB-DR
* feat(dbdr/net-peering): Add commands to configure net peerings of DB-DR
* build(deps): update `github.com/google/go-github` from v47 to v88

## 1.45.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.25.0

require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/Scalingo/go-scalingo/v11 v11.1.0
github.com/Scalingo/go-scalingo/v11 v11.1.1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: I should have noticed that on the other PR, but the version number should have been 1.12.0 no? This is more a new feature than a fix.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes totally.. It's a miss on my side.

But still, I'd prefer to let it like that to avoid to rewrite the release.

Sorry about that

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No of course, this is not required 👌 . Let's just pay attention next time.

github.com/Scalingo/go-utils/errors/v3 v3.2.1
github.com/Scalingo/go-utils/logger v1.12.1
github.com/Scalingo/go-utils/pagination v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 h1:+vx7roKuyA63n
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2/go.mod h1:HBCaDeC1lPdgDeDbhX8XFpy1jqjK0IBG8W5K+xYqA0w=
github.com/ProtonMail/go-crypto v1.4.1 h1:9RfcZHqEQUvP8RzecWEUafnZVtEvrBVL9BiF67IQOfM=
github.com/ProtonMail/go-crypto v1.4.1/go.mod h1:e1OaTyu5SYVrO9gKOEhTc+5UcXtTUa+P3uLudwcgPqo=
github.com/Scalingo/go-scalingo/v11 v11.1.0 h1:l3OAolYadtOvMLlz0I02AJwTAv+LJJLGrt3KWFShqUY=
github.com/Scalingo/go-scalingo/v11 v11.1.0/go.mod h1:EFkYIeVUQyMliFtciiw7prOpMp6CSngS/OQTPpra5xA=
github.com/Scalingo/go-scalingo/v11 v11.1.1 h1:INyoLmn8mLZYIN1JVSmI9e0P9bnYsMeAIqC/ZByWUWI=
github.com/Scalingo/go-scalingo/v11 v11.1.1/go.mod h1:lH/1yV+WQ+Vi5ByGYNJRcWQkHKLaq/vtqZaQavwi3ZA=
github.com/Scalingo/go-utils/errors/v3 v3.2.1 h1:2w3qUz6MxJa3aqx/biz2G3JquSKsFnfz/E7wrNf/LPc=
github.com/Scalingo/go-utils/errors/v3 v3.2.1/go.mod h1:jVVNoOdYFjuNkR/BeEZWNWJVvu4jmyLY4udlsQQyBss=
github.com/Scalingo/go-utils/logger v1.12.1 h1:r+RqwOcnsTtKoQdvcNVZCtu0Xhq01tp/3gT6+4Q7AxI=
Expand Down
4 changes: 4 additions & 0 deletions vendor/github.com/Scalingo/go-scalingo/v11/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/Scalingo/go-scalingo/v11/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 115 additions & 3 deletions vendor/github.com/Scalingo/go-scalingo/v11/events_addon.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion vendor/github.com/Scalingo/go-scalingo/v11/events_boilerplate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading