10000 chore: bump version to 1.21.0 · podman-desktop/podman-desktop@68a25d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 68a25d2

Browse files
vzhukovsbenoitf
authored andcommitted
chore: bump version to 1.21.0
Signed-off-by: vzhukovs <fbenoit@redhat.com>
1 parent af65f36 commit 68a25d2

File tree

11 files changed

+12
-10
lines changed

11 files changed

+12
-10
lines changed

.flatpak-appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
<content_rating type="oars-1.1" />
111111
<update_contact>fbenoit_at_redhat_com</update_contact>
112112
<releases>
113+
<release version="1.20.0" date="2025-07-07"/>
113114
<release version="1.19.1" date="2025-05-21"/>
114115
<release version="1.18.0" date="2025-04-14"/>
115116
<release version="1.17.0" date="2025-03-02"/>

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ body:
5151
description: What version of the software are you running?
5252
options:
5353
- "1.19.2"
54-
- "1.19.1"
54+
- "1.20.0"
5555
- "next (development version)"
56+
- "1.19.1"
5657
- "1.18.0"
5758
- "1.17.0"
5859
- "1.16.2"

extensions/compose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "compose",
33
"displayName": "Compose",
44
"description": "Install Compose binary to work with Podman",
5-
"version": "1.20.0-next",
5+
"version": "1.21.0-next",
66
"icon": "icon.png",
77
"publisher": "podman-desktop",
88
"license": "Apache-2.0",

extensions/docker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "docker",
33
"displayName": "Docker",
44
"description": "Integration for Docker engine",
5-
"version": "1.20.0-next",
5+
"version": "1.21.0-next",
66
"icon": "icon.png",
77
"publisher": "podman-desktop",
88
"license": "Apache-2.0",

extensions/kind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kind",
33
"displayName": "Kind",
44
"description": "Integration for Kind: run local Kubernetes clusters using container “nodes”",
5-
"version": "1.20.0-next",
5+
"version": "1.21.0-next",
66
"icon": "icon.png",
77
"publisher": "podman-desktop",
88
"license": "Apache-2.0",

extensions/kube-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kube-context",
33
"displayName": "Kube Context",
44
"description": "Easily switch between Kubernetes contexts",
5-
"version": "1.20.0-next",
5+
"version": "1.21.0-next",
66
"icon": "icon.png",
77
"publisher": "podman-desktop",
88
"license": "Apache-2.0",

extensions/kubectl-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kubectl-cli",
33
"displayName": "kubectl CLI",
44
"description": "Install and update kubectl CLI Tools without leaving Podman Desktop",
5-
"version": "1.20.0-next",
5+
"version": "1.21.0-next",
66
"icon": "icon.png",
77
"publisher": "podman-desktop",
88
"license": "Apache-2.0",

extensions/lima/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lima",
33
"displayName": "Lima",
44
"description": "Integration for Lima: Linux Machines (typically macOS)",
5-
"version": "1.20.0-next",
5+
"version": "1.21.0-next",
66
"icon": "icon.png",
77
"publisher": "podman-desktop",
88
"license": "Apache-2.0",

extensions/podman/packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "podman",
33
"displayName": "Podman",
44
"description": "Integration for Podman and Podman Machines",
5-
"version": "1.20.0-next",
5+
"version": "1.21.0-next",
66
"icon": "icon.png",
77
"type": "module",
88
"publisher": "podman-desktop",

extensions/registries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "registries",
33
"displayName": "Registries",
44
"description": "Adds default registries for Quay, DockerHub, GitHub, and Google Container Registry",
5-
"version": "1.20.0-next",
5+
"version": "1.21.0-next",
66
"icon": "icon.png",
77
"publisher": "podman-desktop",
88
"license": "Apache-2.0",

0 commit comments

Comments
 (0)
0