Skip to content

Commit

Permalink
Merge pull request #20793 from docker/published-update
Browse files Browse the repository at this point in the history
publish updates from main
  • Loading branch information
dvdksn committed Sep 5, 2024
2 parents 4b79729 + b624215 commit a3a9fc7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 12 additions & 0 deletions content/desktop/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ Docker Desktop versions older than 6 months from the latest release are not avai

Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next.

## 4.34.1

{{< release-date date="2024-09-05" >}}

{{< desktop-install-v2 win=true beta_win_arm=true version="4.34.1" build_path="/166053/" >}}

### Bug fixes and enhancements

#### For Windows

- Fixed a bug where Docker Desktop failed to start (often on first boot) incorrectly believing another instance of the application is running. ([docker/for-win#14294](https://github.com/docker/for-win/issues/14294) and [docker/for-win#14034](https://github.com/docker/for-win/issues/14034)).

## 4.34.0

{{< release-date date="2024-08-29" >}}
Expand Down
4 changes: 1 addition & 3 deletions content/language/python/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ In this section, you'll learn how to use Docker Desktop to deploy your applicati
## Create a Kubernetes YAML file

In your `python-docker-dev-example` directory, create a file named `docker-postgres-kubernetes.yaml`. Open the file in an IDE or text editor and add
the following contents. Replace `DOCKER_USERNAME/REPO_NAME` with your Docker
username and the name of the repository that you created in [Configure CI/CD for
your Python application](configure-ci-cd.md).
the following contents.

```yaml
apiVersion: apps/v1
Expand Down

0 comments on commit a3a9fc7

Please sign in to comment.