From 5f08fd2e737cb7ed06d00ea0be3f909327c49f40 Mon Sep 17 00:00:00 2001 From: Marcus Behrendt Date: Tue, 22 Nov 2022 22:41:34 +0100 Subject: [PATCH 1/2] chore(app-data): Update changelog --- .../com.github.marhkb.Pods.metainfo.xml.in.in | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/data/com.github.marhkb.Pods.metainfo.xml.in.in b/data/com.github.marhkb.Pods.metainfo.xml.in.in index baf9cc022..72611a315 100644 --- a/data/com.github.marhkb.Pods.metainfo.xml.in.in +++ b/data/com.github.marhkb.Pods.metainfo.xml.in.in @@ -58,6 +58,26 @@ https://github.com/marhkb/pods/issues + + +

The eight beta release of Pods 1.0.0 includes the following changes:

+
    +
  • Pods now uses the libpanel library to display a status bar. Thus, notifications and the name of the Podman connection are always visible.
  • +
  • When creating a new connection, there is now a hint on how to enable the Podman UNIX socket and a small example on how to use the Podman root instance.
  • +
  • The history of an image can now be inspected.
  • +
  • The design of the port bindings in the container details page has been revised.
  • +
  • Kubernetes YAML files can now be generated for containers and pods.
  • +
  • Files can now be downloaded from a container as well as uploaded to a container.
  • +
  • The design of the circular progress bar for displaying container resources has been adjusted to be more consistent with the rest of the application.
  • +
  • There is now a rotating animation when a container or pod is in a state transition (start, stop, pause).
  • +
  • If a container is in a pod, it will now get a badge with the pod name in the container list.
  • +
  • Logs, the result of the inspection of images, containers, and pods, and the result Kubernetes YAML generation can now be saved directly as a file.
  • +
  • Headerbar titles were adjusted to be shorter and more concise
  • +
  • Many minor internal code improvements habe landed
  • +
  • Dependencies and translations have been updated.
  • +
+
+

The seventh beta release of Pods 1.0.0 includes the following changes:

From 9a01abd213514003e21672054ddca9671f12a526 Mon Sep 17 00:00:00 2001 From: Marcus Behrendt Date: Tue, 22 Nov 2022 22:43:34 +0100 Subject: [PATCH 2/2] chore: Bump version to 1.0.0-beta.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f8026a1b..5403865b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1741,7 +1741,7 @@ dependencies = [ [[package]] name = "pods" -version = "1.0.0-beta.7" +version = "1.0.0-beta.8" dependencies = [ "anyhow", "ashpd", diff --git a/Cargo.toml b/Cargo.toml index 439345595..fe5f74682 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pods" -version = "1.0.0-beta.7" +version = "1.0.0-beta.8" authors = ["Marcus Behrendt "] edition = "2021" diff --git a/meson.build b/meson.build index 6e9812f00..a2d345af7 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'pods', 'rust', - version: '1.0.0-beta.7', + version: '1.0.0-beta.8', meson_version: '>= 0.59', license: 'GPL3+', )