Releases: marhkb/pods
Releases · marhkb/pods
v1.0.0-beta.9
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
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
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
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
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
v1.0.0-beta.4
Here comes the fourth beta release of Pods 1.0.0 with the following changes:
- The blurry symbolic application icon has been fixed, thanks to @allaeddineomc.
- A status page is now displayed if there are no images, containers or pods.
- The style has been improved, in particular, there is now better differentiation between light, dark and high contrast modes.
- The feature for coloring the header bar has been removed. It will hopefully come back when there is API support for it.
- A lot of smaller UI improvements have been implemented to give Pods a more polished look.
- The flatpak runtime has been updated to version 43.
- Improvements in infrastructure like an issue template have landed, thanks to @vv9k.
- Image downloads can now be aborted.
- Arguments can now be added to a container command, thanks to @vv9k.
- It's now possible to set labels on images, containers and pods, thanks to @vv9k.
- Translation updates
v1.0.0-beta.3
The third beta release of Pods 1.0.0 contains the following changes:
- A periodic refresh interval to track entities which were created outside of podman (e.g. with buildah)
- Containers now provide a detailed view of health configuration and health status
- Several smaller UI improvements
- Several smaller bugfixes and internal code improvements
- Updated screenshots
- Translation updates
Known issues:
- Button to create new pods is deactivated (fixed in f67977d)
v1.0.0-beta.2
This is just a small hotfix, which contains updated app data.
v1.0.0-beta.1
Merge pull request #303 from marhkb/chore/v1.0.0-beta.1 chore: Bump version to 1.0.0-beta.1