Skip to content

Commit 2a24db0

Browse files
committed
v5.3.1
* Bump github.com/klauspost/pgzip from 1.2.2 to 1.2.3 * Update import path for bbolt * Bump github.com/sirupsen/logrus from 1.4.2 to 1.5.0 * Bump go.etcd.io/bbolt from 1.3.3 to 1.3.4 * Bump github.com/containers/storage from 1.16.5 to 1.16.6 * Move architecture+variant logic together, separate from wantedOS * Only auto-detect platform variant if we are also auto-detecting the architecture * Make restTLSClientConfig in restConfig a public field * Add a comment to explain why tests are excluding the config descriptor * Fix MIME type in expected results of schema1->schema2 conversion * Rename image/fixtures/schema1-to-oci-config.json to schema1-for-oci-config.json * Add ManifestUpdateInformation to tests converting from schema1 * Add tests for conversion between schema1 and OCI * Consolidate repeated uses of GzippedEmptyLayerDigest to a single local variable * Allow manifestConvertFn to edit ManifestUpdateOptions * Modify manifestConvertFn to return a genericManifest instead of Image * Convert ManifestUpdateOptions.LayerInfos on conversions from/to schema1 Signed-off-by: Miloslav Trmač <mitr@redhat.com>
1 parent f5a333e commit 2a24db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const (
1111
VersionPatch = 1
1212

1313
// VersionDev indicates development branch. Releases will be empty string.
14-
VersionDev = "-dev"
14+
VersionDev = ""
1515
)
1616

1717
// Version is the specification version that the package types support.

0 commit comments

Comments
 (0)