mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
chore: bump version to 1.20.0
Signed-off-by: axel7083 <fbenoit@redhat.com>
This commit is contained in:
parent
c860d76f4b
commit
b7a7a4c9f0
11 changed files with 12 additions and 10 deletions
|
|
@ -42,6 +42,7 @@
|
|||
<content_rating type="oars-1.1" />
|
||||
<update_contact>fbenoit_at_redhat_com</update_contact>
|
||||
<releases>
|
||||
<release version="1.19.1" date="2025-05-21"/>
|
||||
<release version="1.18.0" date="2025-04-14"/>
|
||||
<release version="1.17.0" date="2025-03-02"/>
|
||||
<release version="1.16.0" date="2025-01-24"/>
|
||||
|
|
|
|||
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -49,8 +49,9 @@ body:
|
|||
label: Version
|
||||
description: What version of the software are you running?
|
||||
options:
|
||||
- "1.18.0"
|
||||
- "1.19.1"
|
||||
- "next (development version)"
|
||||
- "1.18.0"
|
||||
- "1.17.0"
|
||||
- "1.16.2"
|
||||
- "1.16.1"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "compose",
|
||||
"displayName": "Compose",
|
||||
"description": "Install Compose binary to work with Podman",
|
||||
"version": "1.19.0-next",
|
||||
"version": "1.20.0-next",
|
||||
"icon": "icon.png",
|
||||
"publisher": "podman-desktop",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "docker",
|
||||
"displayName": "Docker",
|
||||
"description": "Integration for Docker engine",
|
||||
"version": "1.19.0-next",
|
||||
"version": "1.20.0-next",
|
||||
"icon": "icon.png",
|
||||
"publisher": "podman-desktop",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "kind",
|
||||
"displayName": "Kind",
|
||||
"description": "Integration for Kind: run local Kubernetes clusters using container “nodes”",
|
||||
"version": "1.19.0-next",
|
||||
"version": "1.20.0-next",
|
||||
"icon": "icon.png",
|
||||
"publisher": "podman-desktop",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "kube-context",
|
||||
"displayName": "Kube Context",
|
||||
"description": "Easily switch between Kubernetes contexts",
|
||||
"version": "1.19.0-next",
|
||||
"version": "1.20.0-next",
|
||||
"icon": "icon.png",
|
||||
"publisher": "podman-desktop",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "kubectl-cli",
|
||||
"displayName": "kubectl CLI",
|
||||
"description": "Install and update kubectl CLI Tools without leaving Podman Desktop",
|
||||
"version": "1.19.0-next",
|
||||
"version": "1.20.0-next",
|
||||
"icon": "icon.png",
|
||||
"publisher": "podman-desktop",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "lima",
|
||||
"displayName": "Lima",
|
||||
"description": "Integration for Lima: Linux Machines (typically macOS)",
|
||||
"version": "1.19.0-next",
|
||||
"version": "1.20.0-next",
|
||||
"icon": "icon.png",
|
||||
"publisher": "podman-desktop",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "podman",
|
||||
"displayName": "Podman",
|
||||
"description": "Integration for Podman and Podman Machines",
|
||||
"version": "1.19.0-next",
|
||||
"version": "1.20.0-next",
|
||||
"icon": "icon.png",
|
||||
"type": "module",
|
||||
"publisher": "podman-desktop",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "registries",
|
||||
"displayName": "Registries",
|
||||
"description": "Adds default registries for Quay, DockerHub, GitHub, and Google Container Registry",
|
||||
"version": "1.19.0-next",
|
||||
"version": "1.20.0-next",
|
||||
"icon": "icon.png",
|
||||
"publisher": "podman-desktop",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"productName": "Podman Desktop",
|
||||
"repository": "https://github.com/podman-desktop/podman-desktop",
|
||||
"homepage": "https://www.podman-desktop.io",
|
||||
"version": "1.19.0-next",
|
||||
"version": "1.20.0-next",
|
||||
"license": "apache-2.0",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue