From 3d73e053681debbc0405ae925a0ccc2d7f1000f0 Mon Sep 17 00:00:00 2001 From: thediveo Date: Tue, 26 May 2026 15:32:09 +0200 Subject: [PATCH] fix: bump up feature version Signed-off-by: thediveo --- src/pull-through-cache-registry/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pull-through-cache-registry/devcontainer-feature.json b/src/pull-through-cache-registry/devcontainer-feature.json index bbcd7a4..9e5557d 100644 --- a/src/pull-through-cache-registry/devcontainer-feature.json +++ b/src/pull-through-cache-registry/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "OCI registry pull-through cache to mirror rate-limited upstream registries, such as Docker Hub", "id": "pull-through-cache-registry", - "version": "0.1.1", + "version": "0.2.0", "description": "Deploys a devcontainer-local CNCF Distribution Registry configured as a pull-through cache for the local docker-in-docker", "documentationURL": "https://github.com/thediveo/devcontainer-features/blob/master/src/registry-pull-through-cache/README.md", "options": {