Skip to content

Commit

Permalink
Merge pull request #558 from Scalingo/fix/556/addon_updated
Browse files Browse the repository at this point in the history
Fix addon_updated, start_region_migration, restart and edit_variable event types
  • Loading branch information
Soulou authored Apr 27, 2020
2 parents 70e7b46 + 904b770 commit 22a315f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

* Region Migration: Better output for the `migration-follow` command to explain what is happening [#549](https://github.com/Scalingo/cli/pull/549)
* Region Migration: Retry if it fails to refresh the migration status [#550](https://github.com/Scalingo/cli/pull/550)
* Region Migration: Add instructions to change local Git URL at the end of the
migration [#551](https://github.com/Scalingo/cli/pull/551)
* Region Migration: Add instructions to change local Git URL at the end of the migration [#551](https://github.com/Scalingo/cli/pull/551)
* Bugfix: fix support for `addon_updated` and `start_region_migration` event type [#558](https://github.com/Scalingo/cli/pull/558)
* Bugfix: fix author of `restart` and `edit_variable` when it's an addon [#558](https://github.com/Scalingo/cli/pull/558)

### 1.16.8

Expand Down
6 changes: 3 additions & 3 deletions Gopkg.lock

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

7 changes: 4 additions & 3 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@

[[constraint]]
name = "github.com/Scalingo/go-scalingo"
version = "^4"
# version = "^4"
branch = "fix/cli/556/addon_updated"

[[constraint]]
branch = "master"
name = "github.com/andrew-d/go-termutil"

[[constraint]]
name = "github.com/cheggaaa/pb"
version = "1.0.28"
version = "1.x"

[[constraint]]
name = "github.com/Scalingo/go-utils"
Expand All @@ -46,7 +47,7 @@

[[constraint]]
name = "github.com/urfave/cli"
version = "1.22.0"
version = "1.x"

# Fix urfave/cli 1.22.0 dependency bug : https://github.com/urfave/cli/issues/888
[[override]]
Expand Down

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

0 comments on commit 22a315f

Please sign in to comment.