mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore: bump version to 1.14.0
Signed-off-by: SoniaSandler <fbenoit@redhat.com>
This commit is contained in:
parent
5b1931396b
commit
6e721e9aaf
10 changed files with 11 additions and 9 deletions
|
|
@ -42,6 +42,7 @@
|
|||
<content_rating type="oars-1.1" />
|
||||
<update_contact>fbenoit_at_redhat_com</update_contact>
|
||||
<releases>
|
||||
<release version="1.13.0" date="2024-10-08"/>
|
||||
<release version="1.12.0" date="2024-08-07"/>
|
||||
<release version="1.11.0" date="2024-06-19"/>
|
||||
<release version="1.10.0" date="2024-04-25"/>
|
||||
|
|
|
|||
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -50,8 +50,9 @@ body:
|
|||
description: What version of the software are you running?
|
||||
options:
|
||||
- "1.11.1"
|
||||
- "1.12.0"
|
||||
- "1.13.0"
|
||||
- "next (development version)"
|
||||
- "1.12.0"
|
||||
- "1.11.0"
|
||||
- "1.10.2"
|
||||
- "1.10.1"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "compose",
|
||||
"displayName": "Compose",
|
||||
"description": "Install Compose binary to work with Podman",
|
||||
"version": "1.13.0-next",
|
||||
"version": "1.14.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.13.0-next",
|
||||
"version": "1.14.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.13.0-next",
|
||||
"version": "1.14.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.13.0-next",
|
||||
"version": "1.14.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.13.0-next",
|
||||
"version": "1.14.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.13.0-next",
|
||||
"version": "1.14.0-next",
|
||||
"icon": "icon.png",
|
||||
"publisher": "podman-desktop",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "registries",
|
||||
"displayName": "Registries",
|
||||
"description": "Adds default registries for Quay, DockerHub, GitHub, and Google Container Registry",
|
||||
"version": "1.13.0-next",
|
||||
"version": "1.14.0-next",
|
||||
"icon": "icon.png",
|
||||
"publisher": "podman-desktop",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"productName": "Podman Desktop",
|
||||
"repository": "https://github.com/containers/podman-desktop",
|
||||
"homepage": "https://www.podman-desktop.io",
|
||||
"version": "1.13.0-next",
|
||||
"version": "1.14.0-next",
|
||||
"license": "apache-2.0",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue