mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Updates github.com/docker/cli from v27.1.1 to v29.0.2 to use the latest Docker client API. This upgrade includes required dependency updates: - Added github.com/moby/moby/client v0.1.0 - Added github.com/moby/moby/api v1.52.0 - Updated github.com/docker/go-connections v0.5.0 → v0.6.0 - Updated github.com/opencontainers/image-spec v1.1.0 → v1.1.1 - Updated OpenTelemetry packages (v1.28.0 → v1.35.0) - Updated golang.org/x/sys v0.24.0 → v0.33.0 All changes tested and build verified successfully.
15 lines
760 B
Markdown
15 lines
760 B
Markdown
# Versioning
|
|
|
|
This document describes the versioning policy for this module.
|
|
This policy is designed so the following goals can be achieved.
|
|
|
|
**Users are provided a codebase of value that is stable and secure.**
|
|
|
|
## Policy
|
|
|
|
* Versioning of this module will be idiomatic of a Go project using [Go modules](https://github.com/golang/go/wiki/Modules).
|
|
* [Semantic import versioning](https://github.com/golang/go/wiki/Modules#semantic-import-versioning) will be used.
|
|
* Versions will comply with [semver 2.0](https://semver.org/spec/v2.0.0.html).
|
|
* Any `v2` or higher version of this module will be included as a `/vN` at the end of the module path used in `go.mod` files and in the package import path.
|
|
|
|
* GitHub releases will be made for all releases.
|