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

Don't refer to a release until it is done #148

Merged
merged 2 commits into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Docker on a compatible Axis device. In addition it bundles the Docker CLI and th
<!-- omit in toc -->
## Notable Releases
<!-- markdownlint-disable MD013 -->
| Release | AXIS OS min. version | Dockerd version | Type | Comment |
| ----------------------: | -------------------: | --------------: |----------|---------------------------------|
| [3.0.0][latest-release] | 11.10 | 26.0.0 | rootless | Latest release |
| [2.0.0][2.0.0-release] | 11.9 | 26.0.0 | rootful | Legacy release AXIS OS 2024 LTS |
| [1.5.0][1.5.0-release] | 10.12 | 20.10.9 | rootful | Legacy release AXIS OS 2022 LTS |
| Release | AXIS OS min. version | Dockerd version | Type | Comment |
| -----------------------: | -------------------: | --------------: |----------|---------------------------------|
| [3.0.0-rc.3][3.0.0-rc.3] | 11.10 | 26.0.0 | rootless | Release candidate |
| [2.0.0][2.0.0-release] | 11.9 | 26.0.0 | rootful | Legacy release AXIS OS 2024 LTS |
| [1.5.0][1.5.0-release] | 10.12 | 20.10.9 | rootful | Legacy release AXIS OS 2022 LTS |

<!-- markdownlint-enable MD013 -->
> [!IMPORTANT]
Expand Down Expand Up @@ -448,7 +448,7 @@ Take a look at the [CONTRIBUTING.md](CONTRIBUTING.md) file.
<!-- markdownlint-disable MD034 -->
[1.5.0-release]: https://github.com/AxisCommunications/docker-compose-acap/releases/tag/1.5.0
[2.0.0-release]: https://github.com/AxisCommunications/docker-compose-acap/releases/tag/2.0.0
[acap-native-container-example]: https://github.com/AxisCommunications/acap-native-sdk-examples/tree/main/container-example
[3.0.0-rc.3]: https://github.com/AxisCommunications/docker-compose-acap/releases/tag/3.0.0-rc.3
[buildx]: https://docs.docker.com/build/install-buildx/
[devices]: https://axiscommunications.github.io/acap-documentation/docs/axis-devices-and-compatibility#sdk-and-device-compatibility
[dockerDesktop]: https://docs.docker.com/desktop/
Expand Down
Loading