Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[changelog skip] Hatchet v7.0.0 #425

Closed
wants to merge 3 commits into from
Closed

Conversation

schneems
Copy link
Contributor

- ActiveSupport's Object#blank? and Object#present? are no longer provided by default (heroku/hatchet#107)
- Remove deprecated support for passing a block to `App#run` (heroku/hatchet#105)
- Ignore  403 on app delete due to race condition (heroku/hatchet#101)
- The hatchet.lock file can now be locked to "main" in addition to "master" (heroku/hatchet#86)
- Allow concurrent one-off dyno runs with the `run_multi: true` flag on apps (heroku/hatchet#94)
- Apps are now marked as being "finished" by enabling maintenance mode on them when `teardown!` is called. Finished apps can be reaped immediately (heroku/hatchet#97)
- Applications that are not marked as "finished" will be allowed to live for a HATCHET_ALIVE_TTL_MINUTES duration before they're deleted by the reaper to protect against deleting an app mid-deploy, default is seven minutes (heroku/hatchet#97)
- The HEROKU_APP_LIMIT env var no longer does anything, instead hatchet application reaping is manually executed if an app cannot be created (heroku/hatchet#97)
- App#deploy without a block will no longer run `teardown!` automatically (heroku/hatchet#97)
- Calls to `git push heroku` are now rate throttled (heroku/hatchet#98)
- Calls to `app.run` are now rate throttled (heroku/hatchet#99)
- Deployment now raises and error when the release failed (heroku/hatchet#93)
@schneems schneems requested a review from a team as a code owner August 11, 2020 18:04
We want to retry when `heroku run` returns an incorrect result, not just on Excon errors. 

https://heroku.slack.com/archives/GJR4HRYKD/p1597175133455400
@schneems
Copy link
Contributor Author

You can see retries now:

RSpec::Retry: 2nd try ./test/spec/php_shared.rb:275

From https://travis-ci.com/github/heroku/heroku-buildpack-php/jobs/370842984

@dzuelke
Copy link
Contributor

dzuelke commented Sep 15, 2020

dd0c19b

@dzuelke dzuelke closed this Sep 15, 2020
@edmorley edmorley deleted the schneems/hatchet-v7.0.0 branch October 20, 2020 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants