aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/scripts (unfollow)
Commit message (Collapse)AuthorLines
2024-09-12Update poetryGravatar renovate[bot]-15/+15
| datasource | package | from | to | | ---------- | ----------------------------------------- | ------ | ------ | | pypi | ansible-core | 2.17.3 | 2.17.4 | | pypi | ansible-lint | 24.7.0 | 24.9.0 | | pypi | mkdocs-git-revision-date-localized-plugin | 1.2.8 | 1.2.9 |
2024-09-12Update ansibleGravatar renovate[bot]-2/+2
| datasource | package | from | to | | ----------------- | ----------------- | ----- | ----- | | galaxy-collection | ansible.posix | 1.5.4 | 1.6.0 | | galaxy-collection | community.general | 9.3.0 | 9.4.0 |
2024-09-09Lower metabase database connection pool sizeGravatar Johannes Christ-0/+0
The default of 15 constantly hogs memory and processes on our server, even when Metabase is not doing anything. This is wasteful.
2024-09-09Update dependency community.crypto to v2.22.0Gravatar renovate[bot]-1/+1
| datasource | package | from | to | | ----------------- | ---------------- | ------ | ------ | | galaxy-collection | community.crypto | 2.21.1 | 2.22.0 |
2024-09-08Update dependency mkdocs-git-revision-date-localized-plugin to v1.2.8Gravatar renovate[bot]-3/+8
| datasource | package | from | to | | ---------- | ----------------------------------------- | ----- | ----- | | pypi | mkdocs-git-revision-date-localized-plugin | 1.2.7 | 1.2.8 |
2024-09-07Schedule vacation replies on nice queueGravatar Johannes Christ-1/+2
2024-09-07Document Fredrick's vacation script in headerGravatar Johannes Christ-0/+4
2024-09-05Update dependency ruff to v0.6.4Gravatar renovate[bot]-21/+21
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | ruff | 0.6.3 | 0.6.4 |
2024-09-05NiceGravatar Johannes Christ-4/+4
Nice
2024-09-05Fix p1 in FredrickGravatar Joe Banks-1/+1
2024-09-04AlertManager init use AlpineGravatar Joe Banks-2/+2
Smaller image and faster startup
2024-09-03Add all accepted mail domains to SRS exclude configurationGravatar Joe Banks-0/+21
We don't want to rewrite the envelopes of mail that is from a valid domain of our mailserver (e.g. pydis.com or int.pydis.wtf), but by default PostSRSD will rewrite anything that is not the `mydomain` configuration variable of Postfix (which is just set to `pydis.wtf` for us). This change updates the environment defaults for PostSRSD to ensure that we don't change any envelopes that don't need to be changed, as well as ensuring that to end mailservers the DKIM and SPF checks are made against the actual domain (e.g. int.pydis.wtf) instead of the rewritten envelope.
2024-09-03Appease the documentation dictatorGravatar Joe Banks-4/+9
2024-09-03Update postfix main.cf to pass through new conditional SRS rewriterGravatar Joe Banks-2/+2
2024-09-03Add new postfix sub-services for conditional SRS rewritingGravatar Joe Banks-0/+23