Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
docs: add release notes for pure_docker (#34515)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Chen <[email protected]>
  • Loading branch information
Kevin Wojkovich and unknwon authored May 24, 2022
1 parent d70d0b3 commit 1094abe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/admin/updates/pure_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ Each section comprehensively describes the changes needed in Docker images, envi
<!-- GENERATE UPGRADE GUIDE ON RELEASE (release tooling uses this to add entries) -->

## Unreleased
A fix that corrects the default behavior of the `migrator` service is included in this release. An attempt to standardize CLI packages in v3.39.0 unintentionally
broke the default behavior. In order to guard against this, all command line arguments are explicitly set in the deployment manifest.

- A fix that corrects the default behavior of the `migrator` service is included in this release. An attempt to standardize CLI packages in v3.39.0 unintentionally
broke the default behavior. In order to guard against this, all command line arguments are explicitly set in the deployment manifest.
- **CAUTION** Added the ability to customize postgres server configuration by mounting external configuration files. If you have customized the config in any way, you should copy your changes to the added `postgresql.conf` files [sourcegraph/deploy-sourcegraph-docker#806](https://github.com/sourcegraph/deploy-sourcegraph-docker/pull/806)

## 3.39 -> 3.39.1

Expand Down

0 comments on commit 1094abe

Please sign in to comment.