-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fed035
commit 431b00b
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Hugo upgrade | ||
|
||
[Hugo](https://github.com/gohugoio/hugo) engine is frequently updated by the team to add features or bug fixes. | ||
|
||
Here is the process to upgrade Hugo: | ||
|
||
1. Test new Hugo version locally | ||
|
||
1. Launch Hugo with new version: | ||
|
||
```bash | ||
export HUGO_VERSION=<new_version> | ||
docker compose up | ||
``` | ||
|
||
1. Check website rendering on <http://localhost:1313> | ||
|
||
Checklist: | ||
|
||
- Check runbook (including SQL rendering) in runbook (e.g. `PostgreSQLInactiveLogicalReplicationSlot` runbook) | ||
- Check tabs are correctly rendered in tutorials (e.g. `RDS exporter deployment`) | ||
- Check search engine | ||
- Check "last update" information in page footer | ||
|
||
1. Upgrade Hugo version for local development environment in `docker-compose.yaml` | ||
|
||
1. Upgrade Hugo version for CI in `.github/workflows/release.yaml` |