Skip to content

Commit

Permalink
release v3.0.0
Browse files Browse the repository at this point in the history
 * docker client: error if registry is blocked
 * Remove pkg/sysregistries
 * Add user registry auth to kernel keyring
 * use keyring when authfile empty
 * Add API function `TryUpdatingCache`
 * Touch up transport man page
 * Add ability to install man pages
 * ci: change GOCACHE to a writeable path
 * Use the same HTTP client for contacting the bearer token server and the registry
 * *: Fix policy.json.md -> containers-policy.json.5.md references

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Aug 2, 2019
1 parent d2897d7 commit 1bf8c6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import "fmt"

const (
// VersionMajor is for an API incompatible changes
VersionMajor = 2
VersionMajor = 3
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 0
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 2
VersionPatch = 0

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-dev"
VersionDev = ""
)

// Version is the specification version that the package types support.
Expand Down

0 comments on commit 1bf8c6b

Please sign in to comment.