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

Remove obsolete "version" value from example docker-compose.yml #1563

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

lemondjeff
Copy link
Contributor

@lemondjeff lemondjeff commented Apr 1, 2024

Description

Remove obsolete "version" value from example docker-compose.yml in README.md and from .yml files in
examples since "Compose doesn't use version to select an exact schema to validate the Compose file, but prefers the most recent schema when it's implemented."

See: https://github.com/compose-spec/compose-spec/blob/master/04-version-and-name.md

Motivation and Context

Updates the example docker-compose.yml to be consistent with current version of docker-compose.
Resolves #1562

How Has This Been Tested?

Viewed README.md and verified the change.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@PromoFaux
Copy link
Member

Please check the details link on the DCO check for instructions on how to appease the DCO bot :)

Can you also provide a similar PR against the development-v6 branch? It's quite unlikely for there to be another dev -> master release flow, but development-v6 is under active development

@lemondjeff
Copy link
Contributor Author

Thanks, first time submitting a PR here, so I appreciate the help. I'll create another PR against the development-v6 branch shortly.

@lemondjeff
Copy link
Contributor Author

Thanks, first time submitting a PR here, so I appreciate the help. I'll create another PR against the development-v6 branch shortly.

I created PR #1568 based on the development-v6 branch.

rdwebdesign
rdwebdesign previously approved these changes Apr 20, 2024
@PromoFaux
Copy link
Member

Thanks! Couple more places to check... look under the examples directory (same for the development-v6 branch 🙂)

…ADME.md and from .yml files in

examples since "Compose doesn't use version to select an exact schema to validate the Compose file,
but prefers the most recent schema when it's implemented."

See: https://github.com/compose-spec/compose-spec/blob/master/04-version-and-name.md
Signed-off-by: Jeff Miller <[email protected]>
@lemondjeff
Copy link
Contributor Author

Thanks! Couple more places to check... look under the examples directory (same for the development-v6 branch 🙂)

Done, updated the PR to remove version from .yml files in examples directory.

@PromoFaux PromoFaux merged commit 7e5ab40 into pi-hole:dev Apr 20, 2024
6 checks passed
truecharts-admin referenced this pull request in truecharts/public Jun 18, 2024
…9b by renovate (#23441)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [pihole/pihole](https://togithub.com/pi-hole/docker-pi-hole) | minor |
`2024.05.0` -> `2024.06.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>pi-hole/docker-pi-hole (pihole/pihole)</summary>

###
[`v2024.06.0`](https://togithub.com/pi-hole/docker-pi-hole/releases/tag/2024.06.0):
(The &quot;I can&#x27;t believe it wasn&#x27;t working on 32-bit
machines for the past year&quot; edition)

[Compare
Source](https://togithub.com/pi-hole/docker-pi-hole/compare/2024.05.0...2024.06.0)

Fixes compatibility with 32-bit (i386/x86/whatever you want to call it)
architecture by ensuring the correct s6-overlay binaries are downloaded.
No other changes for other architectures.

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

- Remove obsolete "version" value from example docker-compose.yml by
[@&#8203;lemondjeff](https://togithub.com/lemondjeff) in
[https://github.com/pi-hole/docker-pi-hole/pull/1563](https://togithub.com/pi-hole/docker-pi-hole/pull/1563)
- \[v5] Fix architecture detection for linux/386 images by
[@&#8203;PromoFaux](https://togithub.com/PromoFaux) in
[https://github.com/pi-hole/docker-pi-hole/pull/1599](https://togithub.com/pi-hole/docker-pi-hole/pull/1599)

**Full Changelog**:
pi-hole/docker-pi-hole@2024.05.0...2024.06.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDkuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQwOS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

---------

Signed-off-by: alfi0812 <[email protected]>
Co-authored-by: alfi0812 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants