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

chore(deps): update pihole/pihole docker tag to v2021 - autoclosed #195

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
pihole/pihole major v4.4 -> 2021.12

Release Notes

pi-hole/docker-pi-hole

v2021.12

Compare Source

Docker Specific Changes

What's Changed

New Contributors

Full Changelog: pi-hole/docker-pi-hole@2021.11...2021.12

Pi-hole FTL Changes

What's Changed

Full Changelog: pi-hole/FTL@v5.11...v5.12

Pi-hole Core Changes

What's Changed

New Contributors

Full Changelog: pi-hole/pi-hole@v5.6...v5.7

Pi-hole Web Changes

What's Changed

New Contributors

Full Changelog: pi-hole/web@v5.8...v5.9

v2021.11

Compare Source

Docker specific changes

Pi-hole FTL Changes

  • None

Pi-hole Core Changes

  • None

Pi-hole Web Changes

  • None

New Contributors

Full Changelog: pi-hole/docker-pi-hole@2021.10.1...2021.11

v2021.10

Compare Source

It must be October somewhere in the world, right?

Breaking Changes:
  • Should be no showstoppers, but keep in mind internal components have been version-bumped (Pi-hole FTL v5.10.2, Web v5.7 and Core v5.5) Please ensure you have read the release notes for those before updating!
Docker Specific Changes:
Pi-hole FTL changes:
  • Handle TTL for blocked queries separately #​1173
  • Improvements based on static-analysis of source code #​1172
  • Add special handling of iCloud Private Relay domains #​1171
  • Fix virtual interface address determination #​1170
  • Add handling for pi.hole.<local_domain> and <hostname>.<local_domain> #​1169
  • Simple maintenance improvements #​1167 (thanks @​a1346054)
  • Add PIHOLE_PTR=HOSTNAME option #​1164
  • Tweak special domain handling #​1163
  • Change FTL database permission to 664 #​1162 (thanks @​yubiuser)
  • Add further cache metrics #​1152
  • Update embedded dnsmasq to v2.87test3
Pi-hole Core Changes:
Pi-hole Web changes:

v2021.09

Compare Source

Previously, we have picked a version number of one of the internal components (most recently, FTL) and applied that to the docker container's tag. However, this sometimes causes confusion between users, but also developers (when we are not sure what to tag a docker release if FTL's version number has not changed)

Going forward, we will use a year.month[.revision] to tag docker releases with. To tag a new image, it is as simple as looking at the calendar to decide what the tag name should be. We will always try to leave any major changes until a new month rolls over. e.g if Pi-hole v6 were to be released in 2 weeks time, it would not be in the docker image until 2021.10 (that said, we can also tag pre-release versions for those that are itching to get onto the bleeding edge. This also gives us chance to make sure that none of the core Pi-hole changes break how the container operates.

There will always be a :nightly tag, which is built every night based on the dev branch of this repo, and the development/devel branches of the three components, for those who really want to live on the edge - but we don't recommend running this in production.

We have also noticed that a lot of people use Watchtower or Portainer to keep their Pi-hole containers up to date. For the same reason we don't provide an auto-update feature on a bare metal install, you should not have a system automatically update your Pi-hole container. Especially unattended. As much as we try to ensure nothing will go wrong, sometimes things do go wrong - and you need to set aside time to manually pull and update to the version of the container you wish to run. The upgrade process should be along the lines of:

  • Important: Read the release notes. Sometimes you will need to make changes other than just updating the image
  • Pull the new image
  • Stop and remove the running Pi-hole container
    • If you care about your data (logs/customizations), make sure you have it volume-mapped or it will be deleted in this step.
  • Recreate the container using the new image

Pi-hole is an integral part of your network, don't let it fall over because of an unattended update in the middle of the night.


Breaking Changes:
  • None
Docker Specific Changes:
  • 3865e77 - Introduce internal PIHOLE_TAG variable so that we can see what tag the container is...
  • 388f0f0 - Disable some more pihole functions when run from within docker, Inject a message into the debug output that lets us know it's been run in a docker container
  • 88518b0 & 56f4933 - Inject the container tag into the web interface footer
  • Set FTL REPLY addresses instead of setupVars.conf. #​902
  • Improve Docker Healthcheck: Shorten dig output #​905
Pi-hole Core Changes:
Pi-hole Web changes:
Pi-hole FTL changes:

v5.8

Compare Source

https://github.com/pi-hole/pi-hole/releases/tag/v5.3
https://github.com/pi-hole/pi-hole/releases/tag/v5.3.1

https://github.com/pi-hole/AdminLTE/releases/tag/v5.5

https://github.com/pi-hole/FTL/releases/tag/v5.8

Docker specific changes:

Tidied up readme a little

v5.7

Compare Source

https://pi-hole.net/2021/02/16/pi-hole-ftl-v5-7-and-web-v5-4-released/

Docker Changes:

  • Fixing errors with regexfile and chmod/chown [Alt] #​787
  • Changed description of the DNSMASQ_LISTENING environment variable in README.md #​786
  • Couple of typos in docs. #​790
  • fixing typos in ReadMe #​792
  • remove shared memory files before killing the FTL process #​796

v5.6

Compare Source

https://pi-hole.net/2021/01/27/pi-hole-ftl-v5-6-released/#page-content

Docker specific changes:

v5.5

Compare Source

https://github.com/pi-hole/FTL/releases/tag/v5.5

https://github.com/pi-hole/pi-hole/releases/tag/v5.2.4
https://github.com/pi-hole/AdminLTE/releases/tag/v5.3.1

v5.4

Compare Source

https://github.com/pi-hole/pi-hole/releases/tag/v5.2.3
https://github.com/pi-hole/AdminLTE/releases/tag/v5.3
https://github.com/pi-hole/FTL/releases/tag/v5.4

Docker Specific:

Ensure that QUERY_LOGGING value is persisted between container runs #​754

v5.2

Docker Changes:

v5.0

Compare Source

Please read the release announcement here

Re-cut release to fix the footer versions.


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/pihole-pihole-2021.x branch from 684ab83 to 0a3a118 Compare September 30, 2021 22:19
@renovate renovate bot force-pushed the renovate/pihole-pihole-2021.x branch from 0a3a118 to 1ea9fc5 Compare October 31, 2021 17:53
@renovate renovate bot force-pushed the renovate/pihole-pihole-2021.x branch from 1ea9fc5 to d2c0b17 Compare November 27, 2021 02:15
@renovate renovate bot force-pushed the renovate/pihole-pihole-2021.x branch from d2c0b17 to 9296206 Compare December 22, 2021 21:44
@renovate renovate bot changed the title chore(deps): update pihole/pihole docker tag to v2021 chore(deps): update pihole/pihole docker tag to v2021 - autoclosed Jan 3, 2022
@renovate renovate bot closed this Jan 3, 2022
@renovate renovate bot deleted the renovate/pihole-pihole-2021.x branch January 3, 2022 21:22
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