Skip to content

Commit

Permalink
chore: bump version to 1.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: benoitf <[email protected]>
  • Loading branch information
benoitf authored and podman-desktop-bot committed Apr 25, 2024
1 parent c6f393a commit 654b227
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions .flatpak-appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<content_rating type="oars-1.1" />
<update_contact>fbenoit_at_redhat_com</update_contact>
<releases>
<release version="1.10.0" date="2024-04-25"/>
<release version="1.9.0" date="2024-04-03"/>
<release version="1.8.0" date="2024-03-11"/>
<release version="1.7.0" date="2024-01-24"/>
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ body:
label: Version
description: What version of the software are you running?
options:
- "1.9.0"
- "1.10.0"
- "next (development version)"
- "1.9.0"
- "1.8.0"
- "1.7.0"
- "1.6.4"
Expand Down
2 changes: 1 addition & 1 deletion extensions/compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "compose",
"displayName": "Compose",
"description": "Install Compose binary to work with Podman",
"version": "0.0.1",
"version": "1.11.0-next",
"icon": "icon.png",
"publisher": "podman-desktop",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docker",
"displayName": "Docker",
"description": "Integration for Docker engine",
"version": "0.0.1",
"version": "1.11.0-next",
"icon": "icon.png",
"publisher": "podman-desktop",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/kind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kind",
"displayName": "Kind",
"description": "Integration for Kind: run local Kubernetes clusters using container “nodes”",
"version": "0.0.1",
"version": "1.11.0-next",
"icon": "icon.png",
"publisher": "podman-desktop",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/kube-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kube-context",
"displayName": "Kube Context",
"description": "Easily switch between Kubernetes contexts",
"version": "0.0.1",
"version": "1.11.0-next",
"icon": "icon.png",
"publisher": "podman-desktop",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/kubectl-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kubectl-cli",
"displayName": "kubectl CLI",
"description": "Install and update kubectl CLI Tools without leaving Podman Desktop",
"version": "0.0.1",
"version": "1.11.0-next",
"icon": "icon.png",
"publisher": "podman-desktop",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/lima/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lima",
"displayName": "Lima",
"description": "Integration for Lima: Linux Machines (typically macOS)",
"version": "0.0.1",
"version": "1.11.0-next",
"icon": "icon.png",
"publisher": "podman-desktop",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/podman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "podman",
"displayName": "Podman",
"description": "Integration for Podman and Podman Machines",
"version": "0.0.1",
"version": "1.11.0-next",
"icon": "icon.png",
"type": "module",
"publisher": "podman-desktop",
Expand Down
2 changes: 1 addition & 1 deletion extensions/registries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "registries",
"displayName": "Registries",
"description": "Adds default registries for Quay, DockerHub, GitHub, and Google Container Registry",
"version": "0.0.1",
"version": "1.11.0-next",
"icon": "icon.png",
"publisher": "podman-desktop",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "podman-desktop",
"productName": "Podman Desktop",
"repository": "https://github.com/containers/podman-desktop",
"version": "1.10.0-next",
"version": "1.11.0-next",
"license": "apache-2.0",
"type": "module",
"private": true,
Expand Down

0 comments on commit 654b227

Please sign in to comment.