Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hassio-addons/addon-chrony
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: hassio-addons/addon-chrony
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 13, 2024

  1. ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.0.1 (#184)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 13, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9031ac2 View commit details

Commits on Jan 4, 2025

  1. ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.0.2 (#185)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 4, 2025
    Copy the full SHA
    26e5e82 View commit details

Commits on Jan 14, 2025

  1. ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.1.0 (#186)

    renovate[bot] authored Jan 14, 2025
    Copy the full SHA
    da2308b View commit details
Showing with 4 additions and 4 deletions.
  1. +1 −1 chrony/Dockerfile
  2. +3 −3 chrony/build.yaml
2 changes: 1 addition & 1 deletion chrony/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

6 changes: 3 additions & 3 deletions chrony/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:17.0.0
amd64: ghcr.io/hassio-addons/base:17.0.0
armv7: ghcr.io/hassio-addons/base:17.0.0
aarch64: ghcr.io/hassio-addons/base:17.1.0
amd64: ghcr.io/hassio-addons/base:17.1.0
armv7: ghcr.io/hassio-addons/base:17.1.0
codenotary:
base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev