mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore: bump version to 1.25.0
Signed-off-by: simonrey1 <fbenoit@redhat.com>
This commit is contained in:
parent
0cfb393f3d
commit
7785bbbeb6
12 changed files with 13 additions and 11 deletions
|
|
@ -110,6 +110,7 @@
|
|||
<content_rating type="oars-1.1" />
|
||||
<update_contact>fbenoit_at_redhat_com</update_contact>
|
||||
<releases>
|
||||
<release version="1.24.0" date="2025-12-08"/>
|
||||
<release version="1.23.0" date="2025-11-12"/>
|
||||
<release version="1.22.0" date="2025-09-29"/>
|
||||
<release version="1.21.0" date="2025-08-19"/>
|
||||
|
|
|
|||
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -51,8 +51,9 @@ body:
|
|||
label: Version
|
||||
description: What version of the software are you running?
|
||||
options:
|
||||
- "1.23.0"
|
||||
- "1.24.0"
|
||||
- "next (development version)"
|
||||
- "1.23.0"
|
||||
- "1.22.0"
|
||||
- "1.21.x"
|
||||
- "1.20.x"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "compose",
|
||||
"displayName": "Compose",
|
||||
"description": "Install Compose binary to work with Podman",
|
||||
"version": "1.24.0-next",
|
||||
"version": "1.25.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.24.0-next",
|
||||
"version": "1.25.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.24.0-next",
|
||||
"version": "1.25.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.24.0-next",
|
||||
"version": "1.25.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.24.0-next",
|
||||
"version": "1.25.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.24.0-next",
|
||||
"version": "1.25.0-next",
|
||||
"icon": "icon.png",
|
||||
"publisher": "podman-desktop",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "podman-docker-context",
|
||||
"displayName": "Podman Docker Context",
|
||||
"description": "Synchronize Docker Contexts with Podman",
|
||||
"version": "1.24.0-next",
|
||||
"version": "1.25.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.24.0-next",
|
||||
"version": "1.25.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.24.0-next",
|
||||
"version": "1.25.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.24.0-next",
|
||||
"version": "1.25.0-next",
|
||||
"license": "apache-2.0",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue