Skip to content

Commit

Permalink
Release 1.0.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
  • Loading branch information
evidolob authored and gbraad committed May 16, 2023
1 parent 27878d8 commit f1c3f40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f1c3f40

Please sign in to comment.