Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 19, 2021

Bumps nerves_time from 0.2.1 to 0.4.3.

Release notes

Sourced from nerves_time's releases.

v0.4.3

This release only reduces Makefile prints and has no code changes. It is a safe update.

v0.4.2

  • New feature
    • Added NervesTime.set_system_time/1 to manually set the system clock. Thanks to Eric Rauer for this.

v0.4.1

  • Bug fixes
    • Fix crash when setting time.

v0.4.0

  • New features

    • Added NervesTime.RealTimeClock behaviour to support external RTC implementations. The default RTC is still FileTime. I.e., approximate an RTC by periodically updating the modified time on a file and reading it back at boot. See https://github.com/nerves-time for example RTC implementations.
  • Bug fixes

    • NervesTime.synchronized?/0 will stay true once NTP synchronizes. It will not revert to false unless a crash happens and the NTP code restarts. This should address some confusion, since in practice the function was being used to check whether the system time could be used. Bouncing the answer between true and false depending on ntp reports was confusing since the system time had already been set once and was plenty close to the real time.

v0.3.2

  • Improvements
    • Further reduce ntpd's logging. It is just too much especially when the internet is down.

v0.3.1

  • Bug fixes
    • Move ntpd's prints to the log. The previous prints to the console were quite annoying to say the least.
    • Remove the build timestamp so that nerves_time builds are reproducible. This is important for users that want to recreate firmware images with as few differences as possible. The build timestamp had restricted the earliest allowed time. The earliest time is now hardcoded, but can be overridden by application config (same with the latest possible time.)

v0.3.0

IMPORTANT: This release moves Nerves.Time to the NervesTime namespace. If you are using the API, you will need to rename every instance of Nerves.Time in your code to NervesTime.

  • Bug fixes

... (truncated)

Changelog

Sourced from nerves_time's changelog.

v0.4.3

This release only reduces Makefile prints and has no code changes. It is a safe update.

v0.4.2

  • New feature
    • Added NervesTime.set_system_time/1 to manually set the system clock. Thanks to Eric Rauer for this.

v0.4.1

  • Bug fixes
    • Fix crash when setting time.

v0.4.0

  • New features

    • Added NervesTime.RealTimeClock behaviour to support external RTC implementations. The default RTC is still FileTime. I.e., approximate an RTC by periodically updating the modified time on a file and reading it back at boot. See github.com/nerves-time for example RTC implementations.
  • Bug fixes

    • NervesTime.synchronized?/0 will stay true once NTP synchronizes. It will not revert to false unless a crash happens and the NTP code restarts. This should address some confusion, since in practice the function was being used to check whether the system time could be used. Bouncing the answer between true and false depending on ntp reports was confusing since the system time had already been set once and was plenty close to the real time.

v0.3.2

  • Improvements
    • Further reduce ntpd's logging. It is just too much especially when the internet is down.

v0.3.1

  • Bug fixes
    • Move ntpd's prints to the log. The previous prints to the console were quite annoying to say the least.
    • Remove the build timestamp so that nerves_time builds are reproducible. This is important for users that want to recreate firmware images with as few differences as possible. The build timestamp had restricted the earliest allowed time. The earliest time is now hardcoded, but can be overridden by application config (same with the latest possible time.)

... (truncated)

Commits
  • af2248b v0.4.3 release
  • da4a49e Don't publish unit tests on hex
  • cbd8dc2 Clean up output from make
  • 8f10c7a Always turn warnings to errors
  • 3767116 CI: Add OTP-24 and Elixir 1.12
  • c08b763 Bump earmark_parser
  • 9ad6a94 Upgrade to GitHub-native Dependabot
  • b6522b2 Bump ex_doc from 0.24.1 to 0.24.2
  • a99eea0 Bump ex_doc from 0.23.0 to 0.24.1
  • 56f8809 CI: use hex.pm images and bump Elixir/Erlang
  • 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [nerves_time](https://github.com/nerves-time/nerves_time) from 0.2.1 to 0.4.3.
- [Release notes](https://github.com/nerves-time/nerves_time/releases)
- [Changelog](https://github.com/nerves-time/nerves_time/blob/main/CHANGELOG.md)
- [Commits](nerves-time/nerves_time@v0.2.1...v0.4.3)

---
updated-dependencies:
- dependency-name: nerves_time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant