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

v2.5.0 release #16

Merged
3 commits merged into from
May 21, 2024
Merged

v2.5.0 release #16

3 commits merged into from
May 21, 2024

Conversation

mobileoverlord
Copy link
Contributor

  • Enhancements
    • Add support for choosing between IEx and getty remote shell
      • remote_iex: true | false: Enable / disable the remote console using IEx shell. Useful for Nerves based applications. Setting this to true will take precedence over remote_shell.
      • remote_shell: true | false. Enable / disable the remote console using a terminal Getty. Useful for all other embedded linux based systems. Requires socat to be available on the target.
    • Add support for Remote Access Tunnels. Using this feature will require a Peridio Cloud account with the feature enabled. Contact [email protected] for more information.
    • Added support for configuring peridiod as an elixir dependency. This is useful if you are consuming peridiod as a dependency in a Nerves based application.
    • Configuration will default to reasonable default values if they are unspecified.
    • Added config key fwup_env: {"KEY": "value", "KEY2": "value2"}. These key value pairs will be exported into the environment that fwup is applied in. This is useful if you need to pass extra arguments passed through the environment.
    • Added config key fwup_extra_args: ["--unsafe"]. Useful if you need to pass extra args to fwup such as the --unsafe flag.

danielspofford
danielspofford previously approved these changes May 21, 2024
@mobileoverlord mobileoverlord closed this pull request by merging all changes into main in 42bed7c May 21, 2024
@mobileoverlord mobileoverlord deleted the rel-v2.5.0 branch May 21, 2024 16:31
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