Prepare for Antelope branch (#1147)

This change contains a big bump of versions for many components
but some are not fully bumped to the latest which are:

Keycloak (in order to go to 23.X first, then B will go to 24.X)
RabbitMQ (In order to go to 3.11 first, then B will go to 3.12)
OVN (24.03 LTS packages don't exist yet)

Once we merge this, we should run some upgrade tests from the last
branch (in this case, stable/zed) to main before we branch
this out to stable/2023.1.
Closes: #1004

Reviewed-by: Mohammed Naser <mnaser@vexxhost.com>
Reviewed-by: Rico Lin <ricolin@ricolky.com>
617 files changed
tree: 9c2515193636e4c326f24a35c366ac4ef9ffd0f4
  1. .github/
  2. atmosphere/
  3. build/
  4. charts/
  5. cmd/
  6. doc/
  7. hack/
  8. images/
  9. internal/
  10. meta/
  11. molecule/
  12. playbooks/
  13. plugins/
  14. roles/
  15. tests/
  16. tools/
  17. zuul.d/
  18. .ansible-lint
  19. .charts.yml
  20. .coveragerc
  21. .envrc
  22. .flake8
  23. .gitignore
  24. .markdownlint-cli2.jsonc
  25. .markdownlint.yaml
  26. .pre-commit-config.yaml
  27. .python-version
  28. .release-please-manifest.json
  29. .stestr.conf
  30. CHANGELOG.md
  31. Dockerfile
  32. Earthfile
  33. flake.lock
  34. flake.nix
  35. galaxy.yml
  36. go.mod
  37. go.sum
  38. Jenkinsfile
  39. mkdocs.yml
  40. poetry.lock
  41. pyproject.toml
  42. README.md
  43. release-please-config.json
  44. test-requirements.txt
  45. tox.ini
README.md

Atmosphere

Community

If you have any questions and discussions about Atmosphere, you can join the community:

Contributing

You'll need to make sure that you have pre-commit setup and installed in your environment by running these commands:

pre-commit install --hook-type commit-msg