mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
chore: bump version to 1.28.0
Signed-off-by: SoniaSandler <fbenoit@redhat.com>
This commit is contained in:
parent
67d62bcc36
commit
0e2634f84e
21 changed files with 22 additions and 20 deletions
|
|
@ -110,6 +110,7 @@
|
|||
<content_rating type="oars-1.1" />
|
||||
<update_contact>fbenoit_at_redhat_com</update_contact>
|
||||
<releases>
|
||||
<release version="1.27.0" date="2026-04-20"/>
|
||||
<release version="1.26.0" date="2026-03-16"/>
|
||||
<release version="1.25.0" date="2026-01-19"/>
|
||||
<release version="1.24.0" date="2025-12-08"/>
|
||||
|
|
|
|||
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -50,8 +50,9 @@ body:
|
|||
label: Version
|
||||
description: What version of the software are you running?
|
||||
options:
|
||||
- "1.26.0"
|
||||
- "1.27.0"
|
||||
- "next (development version)"
|
||||
- "1.26.0"
|
||||
- "1.25.0"
|
||||
- "1.24.0"
|
||||
- "1.23.0"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "compose",
|
||||
"displayName": "Compose",
|
||||
"description": "Install Compose binary to work with Podman",
|
||||
"version": "1.27.0-next",
|
||||
"version": "1.28.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.27.0-next",
|
||||
"version": "1.28.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.27.0-next",
|
||||
"version": "1.28.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.27.0-next",
|
||||
"version": "1.28.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.27.0-next",
|
||||
"version": "1.28.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.27.0-next",
|
||||
"version": "1.28.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.27.0-next",
|
||||
"version": "1.28.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.27.0-next",
|
||||
"version": "1.28.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.27.0-next",
|
||||
"version": "1.28.0-next",
|
||||
"icon": "icon.png",
|
||||
"publisher": "podman-desktop",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"productName": "Podman Desktop",
|
||||
"repository": "https://github.com/podman-desktop/podman-desktop",
|
||||
"homepage": "https://www.podman-desktop.io",
|
||||
"version": "1.27.0-next",
|
||||
"version": "1.28.0-next",
|
||||
"license": "apache-2.0",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@podman-desktop/core-api",
|
||||
"version": "1.27.0-next",
|
||||
"version": "1.28.0-next",
|
||||
"description": "API to be consumed by main/renderer/preload packages",
|
||||
"type": "module",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@podman-desktop/api",
|
||||
"version": "1.27.0-next",
|
||||
"version": "1.28.0-next",
|
||||
"description": "API for Podman Desktop extensions",
|
||||
"repository": "https://github.com/podman-desktop/podman-desktop",
|
||||
"publishConfig": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@podman-desktop/main",
|
||||
"version": "1.27.0-next",
|
||||
"version": "1.28.0-next",
|
||||
"description": "main package (running Node.js part of the application)",
|
||||
"type": "module",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@podman-desktop/preload-docker-extension",
|
||||
"version": "1.27.0-next",
|
||||
"version": "1.28.0-next",
|
||||
"type": "module",
|
||||
"license": "Apache-2.0",
|
||||
"files": [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "preload-webview",
|
||||
"version": "1.27.0-next",
|
||||
"version": "1.28.0-next",
|
||||
"license": "apache-2.0",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@podman-desktop/preload",
|
||||
"version": "1.27.0-next",
|
||||
"version": "1.28.0-next",
|
||||
"type": "module",
|
||||
"license": "Apache-2.0",
|
||||
"files": [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "renderer",
|
||||
"version": "1.27.0-next",
|
||||
"version": "1.28.0-next",
|
||||
"type": "module",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@podman-desktop/ui-svelte",
|
||||
"version": "1.27.0-next",
|
||||
"version": "1.28.0-next",
|
||||
"type": "module",
|
||||
"repository": "https://github.com/podman-desktop/podman-desktop",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@podman-desktop/webview-api",
|
||||
"version": "1.27.0-next",
|
||||
"version": "1.28.0-next",
|
||||
"description": "API for Podman Desktop extensions",
|
||||
"repository": "https://github.com/podman-desktop/podman-desktop",
|
||||
"publishConfig": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue