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

Bump distillery from 2.0.12 to 2.1.0 #6

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps distillery from 2.0.12 to 2.1.0.

Changelog

Sourced from distillery's changelog.

[2.1.0] - Unreleased

Breaking Changes

  • In order to be compatible with Elixir 1.9, Mix tasks have been renamed:
    • mix distillery.release
    • mix distillery.release.clean
    • mix distillery.init
    • mix distillery.gen.appup
  • Additionally, all public APIs that used the Mix.Releases namespace are now
    under the Distillery.Releases namespace, notably this affects plugin modules,
    config providers, and rel/config.exs config files.

[2.0.3]

Added

  • Added --mfa flag to rpc and eval commands, which specifies a module/function/arity
    string to apply, using arguments provided to the command. Arguments are not transformed in
    any way, but applied as string values. You can also pass --argv with --mfa to change the
    behavior such that all arguments are passed as a single list of arguments, much like you'd get
    in a Mix task; using --argv implies an arity of 1, so if you pass an mfa string with a different
    arity, an error will be returned.

[2.0.0]

This is a major release with a number of significant changes and some of which are breaking,
please read these notes carefully! There are a great many improvements and bug
fixes. Unfortunately the bug fixes are so numerous that I can't list them all
here, but if you are interested, the git history is clean, and should
provide a good overview of what has been addressed.

Added

  • The Mix.Releases.Config.Provider behavior and API. Referred to as
    "Config Providers" in more general terms, this provides a format and source
    agnostic way to configure your application at runtime. Providers are executed
    prior to boot/init, in an environment with all application code loaded, with
    only kernel, stdlib, compiler, and elixir applications started.
    They are executed in the order listed in
    your config, and should push their configuration into the application
    environment (e.g. via Application.put_env/3). It is expected that when
    running multiple providers, the last one to run "wins" in the case of
    conflicting configuration keys, so they should be ordered by their priority.
  • A Mix.Config config provider, supporting config.exs scripts in releases.
    You can find more information in the Mix.Releases.Config.Providers.Elixir
    module docs, or in the Distillery documentation about config providers.
  • A new config_providers setting for defining which config providers to
    execute in a release (can be set in either environment or release blocks).
  • Support for writing a PID file to disk (useful for running under systemd in
... (truncated)
Commits
  • 47cbbfb Stop post start subshell ending up as a zombie (#675)
  • 86781d0 Quote the boot script with single quotes (#676)
  • 7d1cb2d Ensure RELEASE_MUTABLE_DIR exists before writing to it (#679)
  • 3832483 Fix REL_DIR in documentation (#681)
  • ce5b329 Set up args for win32 install task properly
  • c61918f Fix #652 - improper handling of consolidated protocols on win32
  • 621b6f7 Set -data to point to mutable start_erl.data on win32
  • 4ebfe9a Address #670 - Improvements to read-only support
  • 21101b3 Fixes generated rel/config.exs when release name is not provided. (#667)
  • 5859710 Fix compilation error (#666)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 25, 2019
@dependabot-preview
Copy link
Author

Superseded by #7.

@dependabot-preview dependabot-preview bot deleted the dependabot/hex/distillery-2.1.0 branch July 2, 2019 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants