Skip to content

Commit

Permalink
docs: update based on review
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Drage <charlie@charliedrage.com>

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
  • Loading branch information
cdrage committed Jul 13, 2023
1 parent f77821e commit 8fb426d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions website/blog/2023-07-12-release-1.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Podman Desktop 1.2 Release! 🎉
We're excited to announce the release of Podman Desktop version 1.2.0! This release includes many new features (Kubernetes, Compose and extension support!), bug fixes, and improvements to enhance your container management experience. Here's a summary of the key changes in this release:

- **Added start/stop/delete/restart buttons for Compose**: You can now make changes to an entire Compose group of containers
- **Kubernetes context on the status bar**: You can now pick from multiple Kubernetes contexts
- **Kubernetes context on the status bar**: Choose from multiple Kubernetes contexts more easily all from the status bar
- **Rename images**: Rename an image with a click of a button
- **Protocol handler support**: Added support for protocol handlers such as `open podman-desktop:extension/redhat.openshift-local`
- **Troubleshooting page**: A troubleshooting page for helping diagnose Podman Desktop related development issues
Expand All @@ -31,13 +31,13 @@ Podman Desktop 1.2 is now available. [Click here to download it](/downloads)!

In the last month we've been addind support for more Compose features. Before you were only able to control a group of containers if they were in a Pod. Now we have added the ability to control a group of Compose containers. You can now start, stop, delete and restart a group of containers launched by either `docker-compose` or `podman-compose`.

Stay tuned as we add even more features to Compose! If you have any feedback or feature requests, feel free to open an start a discussion on GitHub.
Stay tuned as we add even more features to Compose! If you have any feedback or feature requests, feel free to open an issue or start a discussion on GitHub.

<ReactPlayer playing controls url="https://user-images.githubusercontent.com/6422176/253331226-d80e7637-c223-4bb8-8675-1dcb8d48818f.mov" />

### Kubernetes context on the status bar

When using multiple Kubernetes configurations, you can switch from one context to another quickly, being able to work on a different cluster all-together. We've added a feature to show the Kubernetes context on the status bar. If there are multiple contexts available, you can now click and pick which one to use.
With Kubernetes context on the status bar, you can switch from one context to another in just a couple of clicks. Easily switch to a different cluster all together. If there are multiple contexts available, you can now click and pick which one to use.

<ReactPlayer playing controls url="https://user-images.githubusercontent.com/19958075/243804525-242b02b4-fc3c-415b-be08-24eb1933adc5.mov" />

Expand Down Expand Up @@ -80,11 +80,8 @@ Podman Desktop now supports protocol handling when using the terminal! Want to a
- Switch more pages to formpage ([PR #3162](https://github.com/containers/podman-desktop/pull/3162))
- Add rename image button ([PR #2588](https://github.com/containers/podman-desktop/pull/2588))
- Fixed headers, improved scrollbars ([PR #2863](https://github.com/containers/podman-desktop/pull/2863))
- Add support for protocol handler 'podman-desktop:' ([PR #2735](https://github.com/containers/podman-desktop/pull/2735))
- Release notes 1.1 ([PR #2780](https://github.com/containers/podman-desktop/pull/2780))
- Reports warnings on failed kube deploy, fixes error out ([PR #3050](https://github.com/containers/podman-desktop/pull/3050))
- Kube context on statusbar ([PR #2755](https://github.com/containers/podman-desktop/pull/2755))
- Kube context on statusbar ([PR #2755](https://github.com/containers/podman-desktop/pull/2755))
- Install provider if not installed when clicking on create new button (#2706) ([PR #2817](https://github.com/containers/podman-desktop/pull/2817))
- Add tag and authenticated push capacity to the extension API ([PR #2876](https://github.com/containers/podman-desktop/pull/2876))
- Add navigation bar e2e tests ([PR #2950](https://github.com/containers/podman-desktop/pull/2950))
Expand Down Expand Up @@ -152,10 +149,9 @@ Podman Desktop now supports protocol handling when using the terminal! Want to a

## Community Thank You

🎉 We’d like to say a big thank you to everyone who helped to make Podman Desktop even better. In this
sprint we received pull requests from new contributors:
🎉 We’d like to say a big thank you to everyone who helped to make Podman Desktop even better.

- [tuckerrc](https://github.com/containers/podman-desktop/pull/2588) for adding the ability to rename an image in [PR #2588](https://github.com/containers/podman-desktop/pull/2588).
A big shoutout to [@afbjorklund](https://github.com/afbjorklund), [@tuckerrc](https://github.com/tuckerrc) and [evanshortiss](https://github.com/evanshortiss) who contributed to this release!

---

Expand Down

0 comments on commit 8fb426d

Please sign in to comment.