Skip to content

Releases: marhkb/pods

v1.0.2

08 Jan 21:23
210e1ac
Compare
Choose a tag to compare

Pods 1.0.2 contains the following changes:

  • The search behavior has been adjusted so that pressing Ctrl+F again resets the search and that Escape closes it.
  • The application icon and symbolic icons have been further improved, thanks to @daudix-UFO.
  • Translations have been updated.

v1.0.1

30 Dec 21:58
67aa498
Compare
Choose a tag to compare

The stable 1.0 release of Pods includes the following changes since the last RC:

  • The welcome page now has a very attractive, colorful illustration, thanks to @daudix-UFO.
  • Switching the Podman connection now no longer blocks the GUI.
  • Creating new Podman connections can now be canceled during the connection attempt.
  • Copying and pasting text from/to the container terminal now works with Ctrl+Shift+C and Ctrl+Shift+V, respectively.
  • The container terminal now has a simple context menu.
  • The animation of the internal spinner widget has been beautified.
  • Translations have been updated.
  • Dependencies have been updated.

v1.0.0-rc.3

21 Dec 21:29
2a042b2
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release

The third 1.0 release candidate of Pods contains the following changes:

  • The application icon and symbolic icons have been improved, thanks to @daudix-UFO
  • Actions, such as creating a container, can now be repeated initially if they fail.
  • Fixed a bug that prevented the label displaying the id of an image from being striked through if the image was being deleted.
  • Repository tags are now selectable within the image details page.
  • Translations have been updated. Thanks to all who contributed.
  • Internal code improvements have been made, such as reducing dependencies and enabling LTO for release builds.

v1.0.0-rc.2

16 Dec 13:28
d385473
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

This is a hotfix release that prevents the application from crashing when disconnected from Podman.

v1.0.0-rc.1

15 Dec 23:15
437b3b5
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

All features for version 1.0 are now implemented and Pods is thus in the release candidate phase. Among the changes since the last release are:

  • Actions such as downloading an image or creating a container now take place in dialogs instead of in the main window.
  • Image Rows have been revised to better reflect the presence of multiple repo tags.
  • Repo tags can now be removed and added within the image details page.
  • The subtitle property of the header bars is now used to display the image id, or the name of the container or pod.
  • The style of the container details page has been adjusted. Thus, some action rows have been moved to the properties.
  • Shortcuts have been added to the container details page.
  • Small improvements in the spirit of the GNOME HIG took place.
  • The usual changes such as improving the source code and updating the dependencies.
  • Translations have been updated and all translatable strings are now considered frozen.

v1.0.0-beta.9

05 Dec 22:15
8854036
Compare
Choose a tag to compare
v1.0.0-beta.9 Pre-release
Pre-release

The ninth beta of Pods in an important step towards the stable first version. It contains the following changes:

  • It is now possible to have a terminal in a container.
  • As one works with the terminal and views text in the form of logs or inspection data, the theme selector has been reintroduced. This is provided by libpanel, which should simplify maintenance.
  • The dialog for renaming a container is now based on AdwMessageDialog.
  • The style of the container series was tweaked in many ways.
  • Some minor internal code improvements have landed.
  • Dependencies and translations have been updated.

v1.0.0-beta.8

22 Nov 22:22
5c90e5b
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release

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.

v1.0.0-beta.7

30 Oct 21:40
8d918df
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

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

  • Relative times are now used everywhere in the application. For example, you can quickly see how long a container has been running or how many days ago an image was created.
  • For the circular progress bar in the container row, icons are now used instead of text. Icons have also been added to the resource monitor in the container details page.
  • The text field for searching in the container logs and the inspection page has been completely redesigned visually.
  • The container log page now displays an info bar if the container is not running. The info bar also offers the possibility to start or resume the container.
  • Desktop notifications are now triggered on actions.
  • The selection of an image in the container creation page has been improved. For example, the list of images is sorted and image names are no longer ellipsized.
  • Also the selection of a pod in the container creation page has been improved similarly to the image selection.
  • The image row now shows the tag of an image in the accent color to the right of the image id.
  • The container row now displays the mapped host port of a container next to the container name, if there is one.
  • Port Bindings in the container details page are now shown inside an AdwExpanderRow
  • The multi-selection mode of images, containers and pods is now animated a bit more nicely.
  • The sizes of all GtkSpinners have been standardized throughout the application.
  • The gtk-rs library was updated to version 0.5, which made many internal code improvements possible.
  • As always, there were a number of minor bug fixes, visual improvements, internal code improvements, and translation updates that have not been mentioned here.

v1.0.0-beta.6

16 Oct 21:40
5bbfcdd
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

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

  • The duration for individual actions such as downloading an image is now displayed.
  • In the overview for all images, individual images can now be updated via the context menu.
  • Missing settings for creating pods have been added, thanks to @vv9k.
  • A simple progress bar is now displayed in the action menu button under the bell icon to indicate how many actions are currently running.
  • The icon of the button to return to the main view has been changed to a home symbol, thanks to @vv9k.
  • The container details page and pod details page have been revised: The menus have been removed and instead there is now a control bar.
  • Renaming a container within a container detail page must now be done via a button in the name row.
  • Fixed a bug in the container log page that caused that no more than 512 log lines could be loaded and date were truncated.
  • The progress bars for CPU and memory in the container details page are now animated.
  • The animations of the circular progress bars for CPU and memory in the overview of all containers now use better easing.
  • The icons and descriptions for actions like downloading an image have been made clearer.
  • Committing a new image from a container can now be done in a fine-grained way, in a dedicated page.
  • As always, there were a number of minor bug fixes, visual improvements, internal code improvements and translation updates.

v1.0.0-beta.5

03 Oct 21:07
4a22f5e
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

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

  • Some typos were fixed, thanks to @kianmeng.
  • A tab to specify infra settings were added to the pod creation page, thanks to @vv9k.
  • There is now a widget that provides an overview of actions, such as building an image. Thus, the state of most actions can now be tracked.
  • The local search for images, containers and pods is now case-insensitive.
  • There were small visual adjustments all over the place.
  • Minor bug fixes
  • Internal code improvements
  • Translation updates