Skip to content

Commit

Permalink
chore: updated changelog for missing entries
Browse files Browse the repository at this point in the history
  • Loading branch information
fullykubed committed May 23, 2024
1 parent 77237b6 commit bfa5bc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ words: [
"nats",
"thanos",
"poolers",
"alertmanager"
"alertmanager",
"mschnee"
]
languageSettings:
- languageId: markdown,mdx
Expand Down
7 changes: 5 additions & 2 deletions packages/website/src/app/changelog/edge/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ variable which allows for additional commands in the [NGINX configuration snippe
a single instance of Karpenter and enforces that it is run on a controller node. This reduces the overall
resource utilization of this fairly heavyweight controller.

- Kubernetes labels applied via the `extra_tags` terragrunt input are now sanitized for valid characters automatically (invalid characters
are replaced with `.`). ([@mschnee](https://github.com/mschnee))

* Changes many other non-critical core controllers to only have a single replica when 100% uptime is not necessary
in order to reduce resource utilization in the Stack.

Expand All @@ -109,8 +112,8 @@ variable which allows for additional commands in the [NGINX configuration snippe

### Fixes

* PVCs for postgres instances were inadvertently created with duplicated entries for accessModes. This has been fixed,
but the fix will not retroactively adjust existing PVCs as they are immutable.
* PVCs for postgres instances were inadvertently created with duplicated entries for accessModes. This has no functional impact,
but confused monitoring systems. This has been fixed, but the fix will not retroactively adjust existing PVCs as they are immutable.

## edge.24-05-15

Expand Down

0 comments on commit bfa5bc8

Please sign in to comment.