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

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 22, 2021

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps nerves_time from 0.2.1 to 0.4.2.

Release notes

Sourced from nerves_time's releases.

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
    • ntpd crash detection and restart have been simplified by using MuonTrap.Daemon. This should fix an issue that was seen with ntpd not getting restarted after it crashed.
    • NervesTime.synchronized?/0 would return synchronized when changing NTP

... (truncated)

Changelog

Sourced from nerves_time's changelog.

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.)

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.

... (truncated)

Commits

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • @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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [nerves_time](https://github.com/nerves-time/nerves_time) from 0.2.1 to 0.4.2.
- [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.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 22, 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