diff --git a/Dockerfile b/Dockerfile index 44b4c95..324729a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM scratch LABEL org.opencontainers.image.title="OpenShift Local" \ org.opencontainers.image.description="Allows the ability to start and stop OpenShift Local and use Podman Desktop to interact with it" \ org.opencontainers.image.vendor="crc-org" \ - io.podman-desktop.api.version=">= 0.12.0" + io.podman-desktop.api.version=">= 0.16.0" COPY package.json /extension/ COPY LICENSE /extension/ diff --git a/package.json b/package.json index f789f70..d435beb 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,11 @@ "name": "openshift-local", "displayName": "Red Hat OpenShift Local", "description": "Integration for Red Hat OpenShift Local clusters", - "version": "0.0.1", + "version": "1.0.0", "icon": "icon.png", "license": "Apache-2.0", "engines": { - "podman-desktop": "^0.0.1" + "podman-desktop": "^0.16.0" }, "main": "./dist/extension.js", "source": "./src/extension.ts",