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

Pi-hole v6.0 documentation #338

Draft
wants to merge 221 commits into
base: master
Choose a base branch
from
Draft

Pi-hole v6.0 documentation #338

wants to merge 221 commits into from

Commits on Jan 7, 2023

  1. We don't offer setting a static IP anymore

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    3b970d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Pi-hole v6.0 API description for /api/dns

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    6446bcb View commit details
    Browse the repository at this point in the history
  2. Move white- and blacklist endpoints one level up

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    e601281 View commit details
    Browse the repository at this point in the history
  3. Rename /api/dns/status -> /api/dns/blocking and move black- and white…

    …list endpoints one level up
    
    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    81cc07c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cc622f View commit details
    Browse the repository at this point in the history
  5. Add documentation for single GET requests

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    febfd6a View commit details
    Browse the repository at this point in the history
  6. The domainlist endpoints now return the same data that would be retur…

    …ned via GET on success. This brings a more uniform experience.
    
    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    efa4564 View commit details
    Browse the repository at this point in the history
  7. Rename /api/dns/cacheinfo to /api/dns/cache

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    1a5de9b View commit details
    Browse the repository at this point in the history
  8. Add details for fields in API responses.

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    df4d3e2 View commit details
    Browse the repository at this point in the history
  9. Use inline highlighting

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    1471058 View commit details
    Browse the repository at this point in the history
  10. Add API->authentication documentation

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    6420a58 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3b36434 View commit details
    Browse the repository at this point in the history
  12. Update documentation

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    bba1235 View commit details
    Browse the repository at this point in the history
  13. Update DNS cache page

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    d058074 View commit details
    Browse the repository at this point in the history
  14. POST should not include the target to get pushed

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    64bbfe7 View commit details
    Browse the repository at this point in the history
  15. Remove obsolete API documentation. This is to be replaced by the Open…

    …API documentation that ships with FTL
    
    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    a7a5cb1 View commit details
    Browse the repository at this point in the history
  16. Remove obsolete domain_audit table documentation

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    260e322 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3e3d72c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    5027b84 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Remove webpage.sh

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ada4762 View commit details
    Browse the repository at this point in the history
  2. Add markdown-include

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    614de8c View commit details
    Browse the repository at this point in the history
  3. Resolve merge conflicts by updating requirements.txt

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    abb5b42 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into release/v6.0

    Signed-off-by: yubiuser <[email protected]>
    yubiuser committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    94b0cbb View commit details
    Browse the repository at this point in the history
  5. Exclude MathJax-es5 from editorconfig-checker

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    bff93ac View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Remove MathJax

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    35f4e19 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Bump actions/checkout from 3.5.3 to 3.6.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.5.3...v3.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    deab80a View commit details
    Browse the repository at this point in the history
  2. Bump linkinator from 5.0.1 to 5.0.2

    Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 5.0.1 to 5.0.2.
    - [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
    - [Commits](JustinBeckwith/linkinator@v5.0.1...v5.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: linkinator
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    c941363 View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-node from 3.7.0 to 3.8.1

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.7.0 to 3.8.1.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3.7.0...v3.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    1f3af7d View commit details
    Browse the repository at this point in the history
  4. Bump mkdocs-material from 9.1.21 to 9.2.7

    Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.21 to 9.2.7.
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.1.21...9.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    6e1acc0 View commit details
    Browse the repository at this point in the history
  5. Bump mkdocs from 1.5.1 to 1.5.2

    Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.5.1 to 1.5.2.
    - [Release notes](https://github.com/mkdocs/mkdocs/releases)
    - [Commits](mkdocs/mkdocs@1.5.1...1.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    001fbd3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #920 from pi-hole/dependabot/github_actions/releas…

    …e/v6.0/actions/checkout-3.6.0
    
    Bump actions/checkout from 3.5.3 to 3.6.0
    yubiuser committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    c5270b2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #921 from pi-hole/dependabot/npm_and_yarn/release/…

    …v6.0/linkinator-5.0.2
    
    Bump linkinator from 5.0.1 to 5.0.2
    yubiuser committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    e39f545 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #922 from pi-hole/dependabot/github_actions/releas…

    …e/v6.0/actions/setup-node-3.8.1
    
    Bump actions/setup-node from 3.7.0 to 3.8.1
    yubiuser committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    3d1f4af View commit details
    Browse the repository at this point in the history
  9. Bump markdownlint-cli2 from 0.8.1 to 0.9.2

    Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.8.1 to 0.9.2.
    - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
    - [Commits](DavidAnson/markdownlint-cli2@v0.8.1...v0.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: markdownlint-cli2
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    fbfbaa1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #925 from pi-hole/dependabot/npm_and_yarn/release/…

    …v6.0/markdownlint-cli2-0.9.2
    
    Bump markdownlint-cli2 from 0.8.1 to 0.9.2
    yubiuser committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    8057e2f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #924 from pi-hole/dependabot/pip/release/v6.0/mkdo…

    …cs-1.5.2
    
    Bump mkdocs from 1.5.1 to 1.5.2
    yubiuser committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    1a68632 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #923 from pi-hole/dependabot/pip/release/v6.0/mkdo…

    …cs-material-9.2.7
    
    Bump mkdocs-material from 9.1.21 to 9.2.7
    yubiuser committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    98afcb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Add regex_id field of the query table

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    65f945e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Bump actions/checkout from 3.6.0 to 4.0.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.6.0...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    5ba0106 View commit details
    Browse the repository at this point in the history
  2. Bump mkdocs-material from 9.2.7 to 9.2.8

    Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.2.7 to 9.2.8.
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.2.7...9.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    4e75aa7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #929 from pi-hole/dependabot/github_actions/releas…

    …e/v6.0/actions/checkout-4.0.0
    
    Bump actions/checkout from 3.6.0 to 4.0.0
    yubiuser committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    5d6efcb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #930 from pi-hole/dependabot/pip/release/v6.0/mkdo…

    …cs-material-9.2.8
    
    Bump mkdocs-material from 9.2.7 to 9.2.8
    yubiuser committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    aaca424 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.2.8...9.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    8f23055 View commit details
    Browse the repository at this point in the history
  2. Don't run codespell on MathJax-es5 dir

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    661b3b0 View commit details
    Browse the repository at this point in the history
  3. Fix real spelling errors

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    f5db59a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #931 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-f372913e8c
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    b370910 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Update recent FTL compilation docs

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c696277 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into release/v6.0

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d4341c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Bump the npm-dependencies group with 1 update

    Bumps the npm-dependencies group with 1 update: [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2).
    
    - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
    - [Commits](DavidAnson/markdownlint-cli2@v0.9.2...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: markdownlint-cli2
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    bc4ecd9 View commit details
    Browse the repository at this point in the history
  2. Bump the pip-dependencies group with 2 updates

    Bumps the pip-dependencies group with 2 updates: [mkdocs](https://github.com/mkdocs/mkdocs) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs` from 1.5.2 to 1.5.3
    - [Release notes](https://github.com/mkdocs/mkdocs/releases)
    - [Commits](mkdocs/mkdocs@1.5.2...1.5.3)
    
    Updates `mkdocs-material` from 9.3.1 to 9.4.1
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.3.1...9.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    5bcabb7 View commit details
    Browse the repository at this point in the history
  3. Bump the github_action-dependencies group with 1 update

    Bumps the github_action-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.0.0...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github_action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    f69a544 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #935 from pi-hole/dependabot/github_actions/releas…

    …e/v6.0/github_action-dependencies-663ed1f0b6
    
    Bump the github_action-dependencies group with 1 update
    yubiuser committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    caf8397 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #933 from pi-hole/dependabot/npm_and_yarn/release/…

    …v6.0/npm-dependencies-caacef7cb0
    
    Bump the npm-dependencies group with 1 update
    yubiuser committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    9f67ed3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #934 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-f2729daba3
    
    Bump the pip-dependencies group with 2 updates
    yubiuser committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    39b8918 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Merge pull request #910 from pi-hole/remove_MathJax

    Remove MathJax
    yubiuser committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    025b05a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.4.1...9.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    36c29e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #936 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-52e9feba27
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    1b917ab View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.4.2...9.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    2b1167a View commit details
    Browse the repository at this point in the history
  2. Bump the github_action-dependencies group with 1 update

    Bumps the github_action-dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).
    
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4.7.0...v4.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github_action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    ad67dcc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #939 from pi-hole/dependabot/github_actions/releas…

    …e/v6.0/github_action-dependencies-591af753bc
    
    Bump the github_action-dependencies group with 1 update
    yubiuser committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    8c182fb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #938 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-b9b3880de5
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    66d32c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.4.4...9.4.6)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    e710b40 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #940 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-ffa27d0a34
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    3c57b3b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Update nettel to 3.9.1

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    40c41ed View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Update libmbedtls version

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    4e72e0b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin).
    
    - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
    - [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.2.0...v1.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-git-revision-date-localized-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    7e3fb0a View commit details
    Browse the repository at this point in the history
  2. Bump the github_action-dependencies group with 1 update

    Bumps the github_action-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github_action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    0e92175 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #943 from pi-hole/dependabot/github_actions/releas…

    …e/v6.0/github_action-dependencies-16ff15100a
    
    Bump the github_action-dependencies group with 1 update
    DL6ER committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    a509d3c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #942 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-f906becb32
    
    Bump the pip-dependencies group with 1 update
    DL6ER committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    5004fb4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #928 from pi-hole/new/ftl_regex_id

    Add regex_id field of the query table
    DL6ER committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    a70d37f View commit details
    Browse the repository at this point in the history
  6. Add caution against updating

    Signed-off-by: NittanySeaLion <[email protected]>
    NittanySeaLion committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    2ba99d0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #941 from NittanySeaLion/release/v6.0

    Add caution against updating
    yubiuser committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    de1d79a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Bump the github_action-dependencies group with 1 update

    Bumps the github_action-dependencies group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).
    
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3.8.1...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github_action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    f0143c1 View commit details
    Browse the repository at this point in the history
  2. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.4.6...9.4.7)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    8111fc6 View commit details
    Browse the repository at this point in the history
  3. Bump the npm-dependencies group with 1 update

    Bumps the npm-dependencies group with 1 update: [linkinator](https://github.com/JustinBeckwith/linkinator).
    
    - [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
    - [Commits](JustinBeckwith/linkinator@v5.0.2...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: linkinator
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    709d299 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #944 from pi-hole/dependabot/github_actions/releas…

    …e/v6.0/github_action-dependencies-ae648606ec
    
    Bump the github_action-dependencies group with 1 update
    yubiuser committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    74c95bf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #945 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-ece00e88a2
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    71ca5ee View commit details
    Browse the repository at this point in the history
  6. Merge pull request #946 from pi-hole/dependabot/npm_and_yarn/release/…

    …v6.0/npm-dependencies-c560b754dc
    
    Bump the npm-dependencies group with 1 update
    yubiuser committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    282290e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Update Node to 20

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    2b8a7fe View commit details
    Browse the repository at this point in the history
  2. Fix spellcheck

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    edeb780 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Adlist Table

    Signed-off-by: NittanySeaLion <[email protected]>
    NittanySeaLion committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    1efc89e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #949 from NittanySeaLion/release/v6.0

    Adjust references to "Adlist"
    yubiuser committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    885cc9b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Add authentication documentation

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5a4dc22 View commit details
    Browse the repository at this point in the history
  2. Add Javascript (plain and jQuery) examples

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2953f24 View commit details
    Browse the repository at this point in the history
  3. Add C example

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b89107e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Merge pull request #947 from pi-hole/update/dev

    Update Node to 20
    PromoFaux committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1529c54 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: yubiuser <[email protected]>
    Signed-off-by: DL6ER <[email protected]>
    DL6ER and yubiuser committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    96117fd View commit details
    Browse the repository at this point in the history
  3. Fix copy-paste error in the suggested URI

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    62ba878 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    277e51b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Merge pull request #950 from pi-hole/new/auth

    Add authentication documentation
    DL6ER committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    a6b505f View commit details
    Browse the repository at this point in the history
  2. Bump the npm-dependencies group with 1 update

    Bumps the npm-dependencies group with 1 update: [linkinator](https://github.com/JustinBeckwith/linkinator).
    
    - [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
    - [Commits](JustinBeckwith/linkinator@v6.0.0...v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: linkinator
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    9c63cf7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #952 from pi-hole/dependabot/npm_and_yarn/release/…

    …v6.0/npm-dependencies-426bbdf780
    
    Bump the npm-dependencies group with 1 update
    yubiuser committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    9a91957 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.4.7...9.4.8)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    a61064f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #953 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-d744f1e7f5
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    b09526d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.4.8...9.4.9)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    631f436 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #955 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-72336c0fa8
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    7af2b59 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    90a3bd7 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Bump the npm-dependencies group with 2 updates

    Bumps the npm-dependencies group with 2 updates: [linkinator](https://github.com/JustinBeckwith/linkinator) and [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2).
    
    
    Updates `linkinator` from 6.0.1 to 6.0.2
    - [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
    - [Commits](JustinBeckwith/linkinator@v6.0.1...v6.0.2)
    
    Updates `markdownlint-cli2` from 0.10.0 to 0.11.0
    - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
    - [Commits](DavidAnson/markdownlint-cli2@v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: linkinator
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: markdownlint-cli2
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    59b4060 View commit details
    Browse the repository at this point in the history
  2. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.4.9...9.4.12)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    0d02295 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Merge pull request #957 from pi-hole/dependabot/npm_and_yarn/release/…

    …v6.0/npm-dependencies-9b03e93085
    
    Bump the npm-dependencies group with 2 updates
    yubiuser committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    8ddf586 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #958 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-75a285a2a9
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    71e52aa View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.4.12...9.4.14)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    0086716 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #961 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-9a1630243e
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    4e9a6d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #956 from pi-hole/new/idn2

    Update dependencies due to switching from libidn -> libidn2
    dschaper committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    7459417 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Bump the github_action-dependencies group with 2 updates

    Bumps the github_action-dependencies group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/stale](https://github.com/actions/stale).
    
    
    Updates `actions/setup-python` from 4.7.1 to 5.0.0
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4.7.1...v5.0.0)
    
    Updates `actions/stale` from 8.0.0 to 9.0.0
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v8.0.0...v9.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github_action-dependencies
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github_action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    c454a07 View commit details
    Browse the repository at this point in the history
  2. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.4.14...9.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    9cebf17 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #966 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-942d3f9424
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    f214d36 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #965 from pi-hole/dependabot/github_actions/releas…

    …e/v6.0/github_action-dependencies-f698683c9a
    
    Bump the github_action-dependencies group with 2 updates
    yubiuser committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    f4e0751 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.1...9.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    921eb82 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #968 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-859b63d20b
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    4045972 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Bump the github_action-dependencies group with 1 update

    Bumps the github_action-dependencies group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).
    
    
    Updates `actions/setup-node` from 4.0.0 to 4.0.1
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v4.0.0...v4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github_action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    ab85147 View commit details
    Browse the repository at this point in the history
  2. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin).
    
    
    Updates `mkdocs-git-revision-date-localized-plugin` from 1.2.1 to 1.2.2
    - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
    - [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.2.1...v1.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-git-revision-date-localized-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    7ff15f8 View commit details
    Browse the repository at this point in the history
  3. Bump the npm-dependencies group with 1 update

    Bumps the npm-dependencies group with 1 update: [linkinator](https://github.com/JustinBeckwith/linkinator).
    
    
    Updates `linkinator` from 6.0.2 to 6.0.3
    - [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
    - [Commits](JustinBeckwith/linkinator@v6.0.2...v6.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: linkinator
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    b521777 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #971 from pi-hole/dependabot/github_actions/releas…

    …e/v6.0/github_action-dependencies-93a8451e6e
    
    Bump the github_action-dependencies group with 1 update
    yubiuser committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    8b18553 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #972 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-c696a7d487
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    ac30434 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #973 from pi-hole/dependabot/npm_and_yarn/release/…

    …v6.0/npm-dependencies-ff07dd33dc
    
    Bump the npm-dependencies group with 1 update
    yubiuser committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    01f40d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.2 to 9.5.3
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.2...9.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    38e46c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #974 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-957e344ff2
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    6aea8fc View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Correct API location

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    ebee3d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Merge pull request #975 from pi-hole/api_location

    Correct API location
    DL6ER committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    912b383 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Bump the npm-dependencies group with 2 updates

    Bumps the npm-dependencies group with 2 updates: [linkinator](https://github.com/JustinBeckwith/linkinator) and [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2).
    
    
    Updates `linkinator` from 6.0.3 to 6.0.4
    - [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
    - [Commits](JustinBeckwith/linkinator@v6.0.3...v6.0.4)
    
    Updates `markdownlint-cli2` from 0.11.0 to 0.12.0
    - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
    - [Commits](DavidAnson/markdownlint-cli2@v0.11.0...v0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: linkinator
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: markdownlint-cli2
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    a7938a1 View commit details
    Browse the repository at this point in the history
  2. Fix markdownlinting errors

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    aa6c12e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #977 from pi-hole/dependabot/npm_and_yarn/release/…

    …v6.0/npm-dependencies-cf96c8d382
    
    Bump the npm-dependencies group with 2 updates
    yubiuser committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    0949422 View commit details
    Browse the repository at this point in the history
  4. Add devcontainer

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    b90c918 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Add documentation about how to trust TLS/SSL certificate automaticall…

    …y generated by Pi-hole in both Firefox and Chrome
    
    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fd50cbb View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Bump the npm-dependencies group with 1 update

    Bumps the npm-dependencies group with 1 update: [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2).
    
    
    Updates `markdownlint-cli2` from 0.12.0 to 0.12.1
    - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
    - [Commits](DavidAnson/markdownlint-cli2@v0.12.0...v0.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: markdownlint-cli2
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    18e370c View commit details
    Browse the repository at this point in the history
  2. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.3 to 9.5.4
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.3...9.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    753231d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #982 from pi-hole/dependabot/npm_and_yarn/release/…

    …v6.0/npm-dependencies-42b16a8df2
    
    Bump the npm-dependencies group with 1 update
    yubiuser committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    e3a256f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #983 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-82827c59d9
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    d685e36 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'release/v6.0' into devcontainer

    Signed-off-by: yubiuser <[email protected]>
    yubiuser committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    7f69eb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    83d5383 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Merge pull request #980 from pi-hole/new/v6_browser_tls

    How to add TLS CA to browser's trust stores
    DL6ER committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    94eda89 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.4 to 9.5.5
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.4...9.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    49d1081 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #985 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-bfc6ecf6c7
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    d912f01 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Update supported Fedora versions

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    f79345e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Bump the pip-dependencies group with 2 updates

    Bumps the pip-dependencies group with 2 updates: [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-git-revision-date-localized-plugin` from 1.2.2 to 1.2.4
    - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
    - [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.2.2...v1.2.4)
    
    Updates `mkdocs-material` from 9.5.5 to 9.5.7
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.5...9.5.7)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-git-revision-date-localized-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    6eee32c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Merge pull request #992 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-9fd71cc4e6
    
    Bump the pip-dependencies group with 2 updates
    yubiuser committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    202ee8a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Merge pull request #989 from pi-hole/fedora

    Update supported Fedora versions
    yubiuser committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7f74a74 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.7 to 9.5.9
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.7...9.5.9)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    8e9e27b View commit details
    Browse the repository at this point in the history
  2. Bump the github_action-dependencies group with 1 update

    Bumps the github_action-dependencies group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).
    
    
    Updates `actions/setup-node` from 4.0.1 to 4.0.2
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v4.0.1...v4.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github_action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    7687995 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #996 from pi-hole/dependabot/github_actions/releas…

    …e/v6.0/github_action-dependencies-71e2baefbc
    
    Bump the github_action-dependencies group with 1 update
    yubiuser committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    3212ba8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #995 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-9ca1feb6ce
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    2fa3c61 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Fix PATH

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    938d624 View commit details
    Browse the repository at this point in the history
  2. Add serve command and forward port 8000

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0469094 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #979 from pi-hole/devcontainer

    Add devcontainer
    yubiuser committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b332cd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.9 to 9.5.11
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.9...9.5.11)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    171cfea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #998 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-4ff990945c
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    6eeecd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.11 to 9.5.12
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.11...9.5.12)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    8459ab3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #999 from pi-hole/dependabot/pip/release/v6.0/pip-…

    …dependencies-7aece46d86
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    bb09485 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.12 to 9.5.13
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.12...9.5.13)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    965151c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1003 from pi-hole/dependabot/pip/release/v6.0/pip…

    …-dependencies-542d6f3b27
    
    Bump the pip-dependencies group with 1 update
    yubiuser committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    f7b28ba View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Bump the pip-dependencies group with 1 update

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.13 to 9.5.15
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.13...9.5.15)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    7a7ed97 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Merge pull request #1008 from pi-hole/dependabot/pip/release/v6.0/pip…

    …-dependencies-f213fd586c
    
    Bump the pip-dependencies group with 1 update
    PromoFaux committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    82d2254 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Bump the github_action-dependencies group with 3 updates

    Bumps the github_action-dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [eps1lon/actions-label-merge-conflict](https://github.com/eps1lon/actions-label-merge-conflict).
    
    
    Updates `actions/checkout` from 4.1.1 to 4.1.2
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.1...v4.1.2)
    
    Updates `actions/setup-python` from 5.0.0 to 5.1.0
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5.0.0...v5.1.0)
    
    Updates `eps1lon/actions-label-merge-conflict` from 2.1.0 to 3.0.0
    - [Release notes](https://github.com/eps1lon/actions-label-merge-conflict/releases)
    - [Changelog](https://github.com/eps1lon/actions-label-merge-conflict/blob/main/CHANGELOG.md)
    - [Commits](eps1lon/actions-label-merge-conflict@v2.1.0...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github_action-dependencies
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github_action-dependencies
    - dependency-name: eps1lon/actions-label-merge-conflict
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github_action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d999f69 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Merge pull request #1013 from pi-hole/dependabot/github_actions/relea…

    …se/v6.0/github_action-dependencies-30dae870c8
    
    Bump the github_action-dependencies group with 3 updates
    PromoFaux committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5422dca View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Bump mkdocs-material from 9.5.15 to 9.5.18 in the pip-dependencies group

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.15 to 9.5.18
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.15...9.5.18)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and PromoFaux committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    18e91e2 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout in the github_action-dependencies group

    Bumps the github_action-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 4.1.2 to 4.1.3
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.2...v4.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github_action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and PromoFaux committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    6261e8f View commit details
    Browse the repository at this point in the history
  3. Bump markdownlint-cli2 in the npm-dependencies group

    Bumps the npm-dependencies group with 1 update: [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2).
    
    
    Updates `markdownlint-cli2` from 0.12.1 to 0.13.0
    - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
    - [Commits](DavidAnson/markdownlint-cli2@v0.12.1...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: markdownlint-cli2
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and PromoFaux committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    21c5c28 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Bump actions/checkout in the github_action-dependencies group

    Bumps the github_action-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 4.1.3 to 4.1.4
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.3...v4.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github_action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4c9078b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1025 from pi-hole/dependabot/github_actions/relea…

    …se/v6.0/github_action-dependencies-b93eff89fb
    
    Bump actions/checkout from 4.1.3 to 4.1.4 in the github_action-dependencies group
    yubiuser committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6f9f5c5 View commit details
    Browse the repository at this point in the history
  3. Bump the pip-dependencies group with 2 updates

    Bumps the pip-dependencies group with 2 updates: [mkdocs](https://github.com/mkdocs/mkdocs) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs` from 1.5.3 to 1.6.0
    - [Release notes](https://github.com/mkdocs/mkdocs/releases)
    - [Commits](mkdocs/mkdocs@1.5.3...1.6.0)
    
    Updates `mkdocs-material` from 9.5.18 to 9.5.19
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.18...9.5.19)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip-dependencies
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    941cb15 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Fix absolute links, warn about missing link anchors and faild hard on…

    … CI builds when warnings occure
    
    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a25fbd9 View commit details
    Browse the repository at this point in the history
  2. Add deprecation notice to OpenVPN pages

    Signed-off-by: DL6ER <[email protected]>
    DL6ER authored and yubiuser committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    ff9b7dd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1028 from pi-hole/dependabot/pip/release/v6.0/pip…

    …-dependencies-641c6ff211
    
    Bump the pip-dependencies group with 2 updates
    yubiuser committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    86f040d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1029 from pi-hole/open_vpn

    Add deprecation notice to OpenVPN pages [v6]
    yubiuser committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1a15581 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Bump the pip-dependencies group with 2 updates

    Bumps the pip-dependencies group with 2 updates: [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-git-revision-date-localized-plugin` from 1.2.4 to 1.2.5
    - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
    - [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.2.4...v1.2.5)
    
    Updates `mkdocs-material` from 9.5.19 to 9.5.21
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.19...9.5.21)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-git-revision-date-localized-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 4, 2024
    Configuration menu
    Copy the full SHA
    7199d84 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1030 from pi-hole/dependabot/pip/release/v6.0/pip…

    …-dependencies-2e6defbb50
    
    Bump the pip-dependencies group with 2 updates
    yubiuser committed May 4, 2024
    Configuration menu
    Copy the full SHA
    beea839 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Bump the github_action-dependencies group with 2 updates

    Bumps the github_action-dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [eps1lon/actions-label-merge-conflict](https://github.com/eps1lon/actions-label-merge-conflict).
    
    
    Updates `actions/checkout` from 4.1.4 to 4.1.5
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.4...v4.1.5)
    
    Updates `eps1lon/actions-label-merge-conflict` from 3.0.0 to 3.0.1
    - [Release notes](https://github.com/eps1lon/actions-label-merge-conflict/releases)
    - [Changelog](https://github.com/eps1lon/actions-label-merge-conflict/blob/main/CHANGELOG.md)
    - [Commits](eps1lon/actions-label-merge-conflict@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github_action-dependencies
    - dependency-name: eps1lon/actions-label-merge-conflict
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github_action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 11, 2024
    Configuration menu
    Copy the full SHA
    3cb9965 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1033 from pi-hole/dependabot/github_actions/relea…

    …se/v6.0/github_action-dependencies-220eae05df
    
    Bump the github_action-dependencies group with 2 updates
    yubiuser committed May 11, 2024
    Configuration menu
    Copy the full SHA
    48ed2e8 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Bump mkdocs-material from 9.5.21 to 9.5.23 in the pip-dependencies group

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.21 to 9.5.23
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.21...9.5.23)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 18, 2024
    Configuration menu
    Copy the full SHA
    3fb549a View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout in the github_action-dependencies group

    Bumps the github_action-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 4.1.5 to 4.1.6
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.5...v4.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github_action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 18, 2024
    Configuration menu
    Copy the full SHA
    3a5a9e8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Merge pull request #1035 from pi-hole/dependabot/pip/release/v6.0/pip…

    …-dependencies-157145164a
    
    Bump mkdocs-material from 9.5.21 to 9.5.23 in the pip-dependencies group
    yubiuser committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6622bc3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1037 from pi-hole/dependabot/github_actions/relea…

    …se/v6.0/github_action-dependencies-edf2abb101
    
    Bump actions/checkout from 4.1.5 to 4.1.6 in the github_action-dependencies group
    yubiuser committed May 22, 2024
    Configuration menu
    Copy the full SHA
    29bd90e View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Bump mkdocs-material from 9.5.23 to 9.5.24 in the pip-dependencies group

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.23 to 9.5.24
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.23...9.5.24)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 25, 2024
    Configuration menu
    Copy the full SHA
    69c47ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1043 from pi-hole/dependabot/pip/release/v6.0/pip…

    …-dependencies-eef9345e43
    
    Bump mkdocs-material from 9.5.23 to 9.5.24 in the pip-dependencies group
    yubiuser committed May 25, 2024
    Configuration menu
    Copy the full SHA
    9c039ab View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Bump the pip-dependencies group with 2 updates

    Bumps the pip-dependencies group with 2 updates: [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-git-revision-date-localized-plugin` from 1.2.5 to 1.2.6
    - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
    - [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.2.5...v1.2.6)
    
    Updates `mkdocs-material` from 9.5.24 to 9.5.25
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.24...9.5.25)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-git-revision-date-localized-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    9c3a761 View commit details
    Browse the repository at this point in the history
  2. Bump eps1lon/actions-label-merge-conflict

    Bumps the github_action-dependencies group with 1 update: [eps1lon/actions-label-merge-conflict](https://github.com/eps1lon/actions-label-merge-conflict).
    
    
    Updates `eps1lon/actions-label-merge-conflict` from 3.0.1 to 3.0.2
    - [Release notes](https://github.com/eps1lon/actions-label-merge-conflict/releases)
    - [Changelog](https://github.com/eps1lon/actions-label-merge-conflict/blob/main/CHANGELOG.md)
    - [Commits](eps1lon/actions-label-merge-conflict@v3.0.1...v3.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: eps1lon/actions-label-merge-conflict
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github_action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    77be12c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1045 from pi-hole/dependabot/pip/release/v6.0/pip…

    …-dependencies-2f8fd08ba3
    
    Bump the pip-dependencies group with 2 updates
    yubiuser committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a9c0d92 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1046 from pi-hole/dependabot/github_actions/relea…

    …se/v6.0/github_action-dependencies-da46cecb9c
    
    Bump eps1lon/actions-label-merge-conflict from 3.0.1 to 3.0.2 in the github_action-dependencies group
    yubiuser committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    58e6be4 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Bump mkdocs-material from 9.5.25 to 9.5.26 in the pip-dependencies group

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.25 to 9.5.26
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.25...9.5.26)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    fa332f6 View commit details
    Browse the repository at this point in the history
  2. Bump linkinator from 6.0.4 to 6.0.5 in the npm-dependencies group

    Bumps the npm-dependencies group with 1 update: [linkinator](https://github.com/JustinBeckwith/linkinator).
    
    
    Updates `linkinator` from 6.0.4 to 6.0.5
    - [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
    - [Commits](JustinBeckwith/linkinator@v6.0.4...v6.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: linkinator
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    5d40110 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1050 from pi-hole/dependabot/pip/release/v6.0/pip…

    …-dependencies-454b70509d
    
    Bump mkdocs-material from 9.5.25 to 9.5.26 in the pip-dependencies group
    yubiuser committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    eaf8835 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1052 from pi-hole/dependabot/npm_and_yarn/release…

    …/v6.0/npm-dependencies-8327e346d0
    
    Bump linkinator from 6.0.4 to 6.0.5 in the npm-dependencies group
    yubiuser committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    40034a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Bump actions/checkout in the github_action-dependencies group

    Bumps the github_action-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 4.1.6 to 4.1.7
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.6...v4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github_action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    4fc221c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1060 from pi-hole/dependabot/github_actions/relea…

    …se/v6.0/github_action-dependencies-0bd1363a87
    
    Bump actions/checkout from 4.1.6 to 4.1.7 in the github_action-dependencies group
    yubiuser committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2403883 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Bump mkdocs-material from 9.5.26 to 9.5.27 in the pip-dependencies group

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.26 to 9.5.27
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.26...9.5.27)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and PromoFaux committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    fe608ec View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Bump linkinator from 6.0.5 to 6.0.6 in the npm-dependencies group

    Bumps the npm-dependencies group with 1 update: [linkinator](https://github.com/JustinBeckwith/linkinator).
    
    
    Updates `linkinator` from 6.0.5 to 6.0.6
    - [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
    - [Commits](JustinBeckwith/linkinator@v6.0.5...v6.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: linkinator
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    171e96f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1064 from pi-hole/dependabot/npm_and_yarn/release…

    …/v6.0/npm-dependencies-f2e03948b1
    
    Bump linkinator from 6.0.5 to 6.0.6 in the npm-dependencies group
    yubiuser committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    f78d2ee View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge branch 'master' into release/v6.0

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    06e30c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c655ce View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Bump linkinator from 6.0.6 to 6.1.1 in the npm-dependencies group

    Bumps the npm-dependencies group with 1 update: [linkinator](https://github.com/JustinBeckwith/linkinator).
    
    
    Updates `linkinator` from 6.0.6 to 6.1.1
    - [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
    - [Commits](JustinBeckwith/linkinator@v6.0.6...v6.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: linkinator
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    8603ae9 View commit details
    Browse the repository at this point in the history
  2. Fix indention styl in LICENSE

    Signed-off-by: Christian König <[email protected]>
    yubiuser committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    768e1ed View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1067 from pi-hole/dependabot/npm_and_yarn/release…

    …/v6.0/npm-dependencies-b0287ccf2a
    
    Bump linkinator from 6.0.6 to 6.1.1 in the npm-dependencies group
    yubiuser committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    660f0e8 View commit details
    Browse the repository at this point in the history
  4. Bump mkdocs-material from 9.5.27 to 9.5.28 in the pip-dependencies group

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.27 to 9.5.28
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.27...9.5.28)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    fc6097b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1070 from pi-hole/dependabot/pip/release/v6.0/pip…

    …-dependencies-852807f2c9
    
    Bump mkdocs-material from 9.5.27 to 9.5.28 in the pip-dependencies group
    yubiuser committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    0580e37 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Bump the github_action-dependencies group with 2 updates

    Bumps the github_action-dependencies group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/setup-node](https://github.com/actions/setup-node).
    
    
    Updates `actions/setup-python` from 5.1.0 to 5.1.1
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5.1.0...v5.1.1)
    
    Updates `actions/setup-node` from 4.0.2 to 4.0.3
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v4.0.2...v4.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github_action-dependencies
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github_action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    d1c68ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1072 from pi-hole/dependabot/github_actions/relea…

    …se/v6.0/github_action-dependencies-2a54abbbe0
    
    Bump the github_action-dependencies group with 2 updates
    yubiuser committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    c72aba1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Bump mkdocs-material from 9.5.28 to 9.5.29 in the pip-dependencies group

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.28 to 9.5.29
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.28...9.5.29)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    64688fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1073 from pi-hole/dependabot/pip/release/v6.0/pip…

    …-dependencies-2f8b0ef7df
    
    Bump mkdocs-material from 9.5.28 to 9.5.29 in the pip-dependencies group
    yubiuser committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    f05f3b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Bump mkdocs-material from 9.5.29 to 9.5.30 in the pip-dependencies group

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.29 to 9.5.30
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.29...9.5.30)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    c565949 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1077 from pi-hole/dependabot/pip/release/v6.0/pip…

    …-dependencies-1c45c0a9b7
    
    Bump mkdocs-material from 9.5.29 to 9.5.30 in the pip-dependencies group
    yubiuser committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    335fe3b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Bump mkdocs-material from 9.5.30 to 9.5.31 in the pip-dependencies group

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.30 to 9.5.31
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.30...9.5.31)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    a1b0234 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1079 from pi-hole/dependabot/pip/release/v6.0/pip…

    …-dependencies-fecff3054d
    
    Bump mkdocs-material from 9.5.30 to 9.5.31 in the pip-dependencies group
    yubiuser committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    871742e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    c7e150f View commit details
    Browse the repository at this point in the history
  2. Add docker instructions to FTL gdb debugging page

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    00cd44f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Add hint that users may need to use something else than apt if they a…

    …re on some other distribution
    
    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5a0c05f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Bump the pip-dependencies group with 2 updates

    Bumps the pip-dependencies group with 2 updates: [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-git-revision-date-localized-plugin` from 1.2.6 to 1.2.7
    - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
    - [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.2.6...v1.2.7)
    
    Updates `mkdocs-material` from 9.5.31 to 9.5.33
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.31...9.5.33)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-git-revision-date-localized-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    4da307b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1081 from pi-hole/dependabot/pip/release/v6.0/pip…

    …-dependencies-4c038cb97e
    
    Bump the pip-dependencies group with 2 updates
    yubiuser committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    d3c2bac View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Bump actions/setup-python in the github_action-dependencies group

    Bumps the github_action-dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).
    
    
    Updates `actions/setup-python` from 5.1.1 to 5.2.0
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5.1.1...v5.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github_action-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    7e51b91 View commit details
    Browse the repository at this point in the history
  2. Bump mkdocs from 1.6.0 to 1.6.1 in the pip-dependencies group

    Bumps the pip-dependencies group with 1 update: [mkdocs](https://github.com/mkdocs/mkdocs).
    
    
    Updates `mkdocs` from 1.6.0 to 1.6.1
    - [Release notes](https://github.com/mkdocs/mkdocs/releases)
    - [Commits](mkdocs/mkdocs@1.6.0...1.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    993cba7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1086 from pi-hole/dependabot/pip/release/v6.0/pip…

    …-dependencies-22a6d2147e
    
    Bump mkdocs from 1.6.0 to 1.6.1 in the pip-dependencies group
    yubiuser committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    c54b77c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1085 from pi-hole/dependabot/github_actions/relea…

    …se/v6.0/github_action-dependencies-dfe2ea1b26
    
    Bump actions/setup-python from 5.1.1 to 5.2.0 in the github_action-dependencies group
    yubiuser committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    c3c805c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Merge pull request #842 from pi-hole/drop_static

    We don't offer setting a static IP anymore
    yubiuser committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a996eeb View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Bump mkdocs-material from 9.5.33 to 9.5.34 in the pip-dependencies group

    Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `mkdocs-material` from 9.5.33 to 9.5.34
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.33...9.5.34)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    f498871 View commit details
    Browse the repository at this point in the history
  2. Bump markdownlint-cli2 in the npm-dependencies group

    Bumps the npm-dependencies group with 1 update: [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2).
    
    
    Updates `markdownlint-cli2` from 0.13.0 to 0.14.0
    - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
    - [Commits](DavidAnson/markdownlint-cli2@v0.13.0...v0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: markdownlint-cli2
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    b1418f2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1088 from pi-hole/dependabot/pip/release/v6.0/pip…

    …-dependencies-3b6e7c9c7d
    
    Bump mkdocs-material from 9.5.33 to 9.5.34 in the pip-dependencies group
    yubiuser committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    b90c93d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1089 from pi-hole/dependabot/npm_and_yarn/release…

    …/v6.0/npm-dependencies-e223067793
    
    Bump markdownlint-cli2 from 0.13.0 to 0.14.0 in the npm-dependencies group
    yubiuser committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    c84ca00 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Bump mkdocs-git-revision-date-localized-plugin

    Bumps the pip-dependencies group with 1 update: [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin).
    
    
    Updates `mkdocs-git-revision-date-localized-plugin` from 1.2.7 to 1.2.9
    - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
    - [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.2.7...v1.2.9)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-git-revision-date-localized-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8dac55f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1093 from pi-hole/dependabot/pip/release/v6.0/pip…

    …-dependencies-24d2283009
    
    Bump mkdocs-git-revision-date-localized-plugin from 1.2.7 to 1.2.9 in the pip-dependencies group
    yubiuser committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8f01b4f View commit details
    Browse the repository at this point in the history
  3. Add new QUERY_EXTERNAL_BLOCKED_EDE15 query status

    Signed-off-by: DL6ER <[email protected]>
    DL6ER committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    3a2dcc9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1094 from pi-hole/new/edns_reasoning

    Add new QUERY_EXTERNAL_BLOCKED_EDE15 query status
    DL6ER committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    1de2217 View commit details
    Browse the repository at this point in the history