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 propriedade obsoleta version do Docker Compose #1726

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

Rafatcb
Copy link
Collaborator

@Rafatcb Rafatcb commented Jun 17, 2024

Mudanças realizadas

Ter version definido causa um warning nas actions do GitHub:

time="2024-06-17T21:57:29Z" level=warning msg="/home/runner/work/tabnews.com.br/tabnews.com.br/infra/docker-compose.development.yml: `version` is obsolete"

Detalhes sobre version estar obsoleta podem ser encontrados aqui. Como não é uma propriedade utilizada, a remoção não causará nenhuma mudança, apenas removerá o aviso.

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.

Essa alteração foi realizada na versão 1.27.0 do Docker Compose, lançada em 07/09/2020 (3 anos e 9 meses atrás), então atualizei o README. Talvez faça sentido sugerir o uso da versão 1.27.4, que contém patches de algumas correções, ou mesmo uma versão mais recente. Edit: O README foi atualizado para uma versão próxima que foi testada, 1.29.2, conforme comentado aqui.

Tipo de mudança

  • Correção de warning (CI)
  • Atualização de documentação

Checklist:

  • As modificações não geram novos logs de erro ou aviso (warning).
  • Os testes antigos estão passando localmente.

@Rafatcb Rafatcb added the infra Mudanças relacionadas à infraestrutura label Jun 17, 2024
Copy link

vercel bot commented Jun 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tabnews ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2024 11:34pm

infra/docker-compose.development.yml Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@aprendendofelipe aprendendofelipe merged commit 3c0d7d7 into main Jun 17, 2024
7 checks passed
@aprendendofelipe aprendendofelipe deleted the fix/remove-docker-warning branch June 17, 2024 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Mudanças relacionadas à infraestrutura
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants