623ab57888
chore(deps): update ghcr.io/imagegenius/amp docker tag to v2.5.1
2024-07-04 00:00:34 +00:00
5c2c90f68d
chore(deps): update ghcr.io/actualbudget/actual-server docker tag to v24.7.0 ( #51 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/actualbudget/actual-server | minor | `24.6.0-alpine` -> `24.7.0-alpine` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#51
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-07-03 21:42:34 +02:00
99ae559250
chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.6 ( #50 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/goauthentik/server](https://goauthentik.io ) ([source](https://github.com/goauthentik/authentik )) | minor | `2024.4` -> `2024.6` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#50
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-07-01 00:52:29 +02:00
84b09a91cc
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.109.0 ( #49 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/element-hq/synapse](https://matrix.org/docs/projects/server/synapse ) ([source](https://github.com/element-hq/synapse )) | minor | `v1.108.0` -> `v1.109.0` |
---
### Release Notes
<details>
<summary>element-hq/synapse (ghcr.io/element-hq/synapse)</summary>
### [`v1.109.0`](https://github.com/element-hq/synapse/releases/tag/v1.109.0 )
[Compare Source](https://github.com/element-hq/synapse/compare/v1.108.0...v1.109.0 )
### Synapse 1.109.0 (2024-06-18)
##### Internal Changes
- Fix the building of binary wheels for macOS by switching to macOS 12 CI runners. ([#​17319](https://github.com/element-hq/synapse/issues/17319 ))
### Synapse 1.109.0rc3 (2024-06-17)
##### Bugfixes
- When rolling back to a previous Synapse version and then forwards again to this release, don't require server operators to manually run SQL. ([#​17305](https://github.com/element-hq/synapse/issues/17305 ), [#​17309](https://github.com/element-hq/synapse/issues/17309 ))
##### Internal Changes
- Use the release branch for sytest in release-branch PRs. ([#​17306](https://github.com/element-hq/synapse/issues/17306 ))
### Synapse 1.109.0rc2 (2024-06-11)
##### Bugfixes
- Fix bug where one-time-keys were not always included in `/sync` response when using workers. Introduced in v1.109.0rc1. ([#​17275](https://github.com/element-hq/synapse/issues/17275 ))
- Fix bug where `/sync` could get stuck due to edge case in device lists handling. Introduced in v1.109.0rc1. ([#​17292](https://github.com/element-hq/synapse/issues/17292 ))
### Synapse 1.109.0rc1 (2024-06-04)
##### Features
- Add the ability to auto-accept invites on the behalf of users. See the [`auto_accept_invites`](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#auto-accept-invites ) config option for details. ([#​17147](https://github.com/element-hq/synapse/issues/17147 ))
- Add experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575 ) Sliding Sync `/sync/e2ee` endpoint for to-device messages and device encryption info. ([#​17167](https://github.com/element-hq/synapse/issues/17167 ))
- Support [MSC3916](https://github.com/matrix-org/matrix-spec-proposals/issues/3916 ) by adding unstable media endpoints to `/_matrix/client`. ([#​17213](https://github.com/element-hq/synapse/issues/17213 ))
- Add logging to tasks managed by the task scheduler, showing CPU and database usage. ([#​17219](https://github.com/element-hq/synapse/issues/17219 ))
##### Bugfixes
- Fix deduplicating of membership events to not create unused state groups. ([#​17164](https://github.com/element-hq/synapse/issues/17164 ))
- Fix bug where duplicate events could be sent down sync when using workers that are overloaded. ([#​17215](https://github.com/element-hq/synapse/issues/17215 ))
- Ignore attempts to send to-device messages to bad users, to avoid log spam when we try to connect to the bad server. ([#​17240](https://github.com/element-hq/synapse/issues/17240 ))
- Fix handling of duplicate concurrent uploading of device one-time-keys. ([#​17241](https://github.com/element-hq/synapse/issues/17241 ))
- Fix reporting of default tags to Sentry, such as worker name. Broke in v1.108.0. ([#​17251](https://github.com/element-hq/synapse/issues/17251 ))
- Fix bug where typing updates would not be sent when using workers after a restart. ([#​17252](https://github.com/element-hq/synapse/issues/17252 ))
##### Improved Documentation
- Update the LemonLDAP documentation to say that claims should be explicitly included in the returned `id_token`, as Synapse won't request them. ([#​17204](https://github.com/element-hq/synapse/issues/17204 ))
##### Internal Changes
- Improve DB usage when fetching related events. ([#​17083](https://github.com/element-hq/synapse/issues/17083 ))
- Log exceptions when failing to auto-join new user according to the `auto_join_rooms` option. ([#​17176](https://github.com/element-hq/synapse/issues/17176 ))
- Reduce work of calculating outbound device lists updates. ([#​17211](https://github.com/element-hq/synapse/issues/17211 ))
- Improve performance of calculating device lists changes in `/sync`. ([#​17216](https://github.com/element-hq/synapse/issues/17216 ))
- Move towards using `MultiWriterIdGenerator` everywhere. ([#​17226](https://github.com/element-hq/synapse/issues/17226 ))
- Replaces all usages of `StreamIdGenerator` with `MultiWriterIdGenerator`. ([#​17229](https://github.com/element-hq/synapse/issues/17229 ))
- Change the `allow_unsafe_locale` config option to also apply when setting up new databases. ([#​17238](https://github.com/element-hq/synapse/issues/17238 ))
- Fix errors in logs about closing incorrect logging contexts when media gets rejected by a module. ([#​17239](https://github.com/element-hq/synapse/issues/17239 ), [#​17246](https://github.com/element-hq/synapse/issues/17246 ))
- Clean out invalid destinations from `device_federation_outbox` table. ([#​17242](https://github.com/element-hq/synapse/issues/17242 ))
- Stop logging errors when receiving invalid User IDs in key querys requests. ([#​17250](https://github.com/element-hq/synapse/issues/17250 ))
##### Updates to locked dependencies
- Bump anyhow from 1.0.83 to 1.0.86. ([#​17220](https://github.com/element-hq/synapse/issues/17220 ))
- Bump bcrypt from 4.1.2 to 4.1.3. ([#​17224](https://github.com/element-hq/synapse/issues/17224 ))
- Bump lxml from 5.2.1 to 5.2.2. ([#​17261](https://github.com/element-hq/synapse/issues/17261 ))
- Bump mypy-zope from 1.0.3 to 1.0.4. ([#​17262](https://github.com/element-hq/synapse/issues/17262 ))
- Bump phonenumbers from 8.13.35 to 8.13.37. ([#​17235](https://github.com/element-hq/synapse/issues/17235 ))
- Bump prometheus-client from 0.19.0 to 0.20.0. ([#​17233](https://github.com/element-hq/synapse/issues/17233 ))
- Bump pyasn1 from 0.5.1 to 0.6.0. ([#​17223](https://github.com/element-hq/synapse/issues/17223 ))
- Bump pyicu from 2.13 to 2.13.1. ([#​17236](https://github.com/element-hq/synapse/issues/17236 ))
- Bump pyopenssl from 24.0.0 to 24.1.0. ([#​17234](https://github.com/element-hq/synapse/issues/17234 ))
- Bump serde from 1.0.201 to 1.0.202. ([#​17221](https://github.com/element-hq/synapse/issues/17221 ))
- Bump serde from 1.0.202 to 1.0.203. ([#​17232](https://github.com/element-hq/synapse/issues/17232 ))
- Bump twine from 5.0.0 to 5.1.0. ([#​17225](https://github.com/element-hq/synapse/issues/17225 ))
- Bump types-psycopg2 from 2.9.21.20240311 to 2.9.21.20240417. ([#​17222](https://github.com/element-hq/synapse/issues/17222 ))
- Bump types-pyopenssl from 24.0.0.20240311 to 24.1.0.20240425. ([#​17260](https://github.com/element-hq/synapse/issues/17260 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDguMiIsInVwZGF0ZWRJblZlciI6IjM3LjQwOC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#49
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-06-24 19:01:31 +02:00
0da0861924
chore(deps): update woodpeckerci to v2.6.0 ( #48 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [woodpeckerci/woodpecker-agent](https://github.com/woodpecker-ci/woodpecker ) | minor | `v2.5.0-alpine` -> `v2.6.0-alpine` |
| [woodpeckerci/woodpecker-server](https://github.com/woodpecker-ci/woodpecker ) | minor | `v2.5.0-alpine` -> `v2.6.0-alpine` |
---
### Release Notes
<details>
<summary>woodpecker-ci/woodpecker (woodpeckerci/woodpecker-agent)</summary>
### [`v2.6.0`](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.6.0 ): 2.6.0
[Compare Source](https://github.com/woodpecker-ci/woodpecker/compare/v2.5.0...v2.6.0 )
##### [2.6.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.6.0 ) - 2024-06-13
##### ❤️ Thanks to all contributors! ❤️
[@​6543](https://github.com/6543 ), [@​anbraten](https://github.com/anbraten ), [@​jcgl17](https://github.com/jcgl17 ), [@​pat-s](https://github.com/pat-s ), [@​qwerty287](https://github.com/qwerty287 ), [@​s00500](https://github.com/s00500 ), [@​wez](https://github.com/wez ), [@​zc-devs](https://github.com/zc-devs )
##### 🔒 Security
- Bump trivy plugin version and remove unused variable \[[#​3759](https://github.com/woodpecker-ci/woodpecker/pull/3759 )]
##### ✨ Features
- Allow to store logs in files \[[#​3568](https://github.com/woodpecker-ci/woodpecker/pull/3568 )]
- Native forgejo support \[[#​3684](https://github.com/woodpecker-ci/woodpecker/pull/3684 )]
##### 🐛 Bug Fixes
- Add release event to webhooks \[[#​3784](https://github.com/woodpecker-ci/woodpecker/pull/3784 )]
- Respect cli argument when checking docker backend availability \[[#​3770](https://github.com/woodpecker-ci/woodpecker/pull/3770 )]
- Fix repo creation \[[#​3756](https://github.com/woodpecker-ci/woodpecker/pull/3756 )]
- Fix config loading of cli \[[#​3764](https://github.com/woodpecker-ci/woodpecker/pull/3764 )]
- Fix missing WOODPECKER_BITBUCKET_DC_URL \[[#​3761](https://github.com/woodpecker-ci/woodpecker/pull/3761 )]
- Correct repo repair success message in cli \[[#​3757](https://github.com/woodpecker-ci/woodpecker/pull/3757 )]
##### 📈 Enhancement
- Improve step logging \[[#​3722](https://github.com/woodpecker-ci/woodpecker/pull/3722 )]
- chore(deps): update dependency eslint to v9 \[[#​3594](https://github.com/woodpecker-ci/woodpecker/pull/3594 )]
- Show workflow names if there are multiple configs \[[#​3767](https://github.com/woodpecker-ci/woodpecker/pull/3767 )]
- Use http constants \[[#​3766](https://github.com/woodpecker-ci/woodpecker/pull/3766 )]
- Spellcheck "server/\*" \[[#​3753](https://github.com/woodpecker-ci/woodpecker/pull/3753 )]
- Agent-wide node selector \[[#​3608](https://github.com/woodpecker-ci/woodpecker/pull/3608 )]
##### 📚 Documentation
- Remove misleading crontab guru suggestion from docs \[[#​3781](https://github.com/woodpecker-ci/woodpecker/pull/3781 )]
- Add documentation for KUBERNETES_SERVICE_HOST in Agent \[[#​3747](https://github.com/woodpecker-ci/woodpecker/pull/3747 )]
- Remove web.archive.org workaround in docs \[[#​3771](https://github.com/woodpecker-ci/woodpecker/pull/3771 )]
- Serve plugin icons locally \[[#​3768](https://github.com/woodpecker-ci/woodpecker/pull/3768 )]
- Docs: update local backend page \[[#​3765](https://github.com/woodpecker-ci/woodpecker/pull/3765 )]
- Remove old docs versions \[[#​3743](https://github.com/woodpecker-ci/woodpecker/pull/3743 )]
- Merge release plugins \[[#​3752](https://github.com/woodpecker-ci/woodpecker/pull/3752 )]
- Split FAQ \[[#​3746](https://github.com/woodpecker-ci/woodpecker/pull/3746 )]
##### Misc
- Update nix flake \[[#​3780](https://github.com/woodpecker-ci/woodpecker/pull/3780 )]
- chore(deps): lock file maintenance \[[#​3783](https://github.com/woodpecker-ci/woodpecker/pull/3783 )]
- chore(deps): update pre-commit hook golangci/golangci-lint to v1.59.1 \[[#​3782](https://github.com/woodpecker-ci/woodpecker/pull/3782 )]
- fix(deps): update codeberg.org/mvdkleijn/forgejo-sdk/forgejo digest to [`168c988`](https://github.com/woodpecker-ci/woodpecker/commit/168c988 ) \[[#​3776](https://github.com/woodpecker-ci/woodpecker/pull/3776 )]
- chore(deps): lock file maintenance \[[#​3750](https://github.com/woodpecker-ci/woodpecker/pull/3750 )]
- chore(deps): update gitea/gitea docker tag to v1.22 \[[#​3749](https://github.com/woodpecker-ci/woodpecker/pull/3749 )]
- Fix setting name \[[#​3744](https://github.com/woodpecker-ci/woodpecker/pull/3744 )]
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM5OS44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#48
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-06-24 19:01:06 +02:00
529e754d91
services(mail): Update env variable name
2024-06-13 15:24:16 +02:00
dbcabd8c20
backup: add cleanup step
2024-06-13 15:22:46 +02:00
c7af8f6975
chore(deps): update mailserver/docker-mailserver docker tag to v14 ( #47 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [mailserver/docker-mailserver](https://github.com/docker-mailserver ) ([source](https://github.com/docker-mailserver/docker-mailserver )) | major | `13` -> `14` |
---
### Release Notes
<details>
<summary>docker-mailserver/docker-mailserver (mailserver/docker-mailserver)</summary>
### [`v14`](https://github.com/docker-mailserver/docker-mailserver/blob/HEAD/CHANGELOG.md#v1400 )
The most noteworthy change of this release is the update of the container's base image from Debian 11 ("Bullseye") to Debian 12 ("Bookworm"). This update alone involves breaking changes and requires a careful update!
##### Breaking
- **Updated base image to Debian 12** ([#​3403](https://github.com/docker-mailserver/docker-mailserver/pull/3403 ))
- Changed the default of `DOVECOT_COMMUNITY_REPO` to `0` (disabled) - the Dovecot community repo will (for now) not be the default when building the DMS.
- While Debian 12 (Bookworm) was released in June 2023 and the latest Dovecot `2.3.21` in Sep 2023, as of Jan 2024 there is no [Dovecot community repo available for Debian 12](https://repo.dovecot.org ).
- This results in the Dovecot version being downgraded from `2.3.21` (DMS v13.3) to `2.3.19`, which [may affect functionality when you've explicitly configured for these features](30cde20f63/NEWS (L1-L158)
):
- OAuth2 (*mostly regarding JWT usage, or POST requests (`introspection_mode = post`) with `client_id` + `client_secret`*).
- Lua HTTP client (*DNS related*).
- Updated packages. For an overview, [we have a review comment on the PR that introduces Debian 12](https://github.com/docker-mailserver/docker-mailserver/pull/3403#issuecomment-1694563615 )
- Notable major version bump: `openssl 3`, `clamav 1`, `spamassassin 4`, `redis-server 7`.
- Notable minor version bump: `postfix 3.5.23 => 3.7.9`
- Notable minor version bump + downgrade: `dovecot 2.3.13 => 2.3.19` (*Previous release provided `2.3.21` via community repo, `2.3.19` is now the default*)
- Updates to `packages.sh`:
- Removed custom installations of Fail2Ban, getmail6 and Rspamd
- Updated packages lists and added comments for maintainability
- OpenDMARC upgrade: `v1.4.0` => `v1.4.2` ([#​3841](https://github.com/docker-mailserver/docker-mailserver/pull/3841 ))
- Previous versions of OpenDMARC would place incoming mail from domains announcing `p=quarantaine` (*that fail the DMARC check*) into the [Postfix "hold" queue](https://www.postfix.org/QSHAPE_README.html#hold_queue ) until administrative intervention.
- [OpenDMARC v1.4.2 has disabled that feature by default](https://github.com/trusteddomainproject/OpenDMARC/issues/105 ), but it can be enabled again by adding the setting `HoldQuarantinedMessages true` to [`/etc/opendmarc.conf`](https://github.com/docker-mailserver/docker-mailserver/blob/v13.3.1/target/opendmarc/opendmarc.conf ) (*provided from DMS*).
- [Our `user-patches.sh` feature](https://docker-mailserver.github.io/docker-mailserver/latest/config/advanced/override-defaults/user-patches/ ) provides a convenient approach to updating that config file.
- Please let us know if you disagree with the upstream default being carried with DMS, or the value of providing alternative configuration support within DMS.
- **Postfix:**
- Postfix upgrade from 3.5 to 3.7 ([#​3403](https://github.com/docker-mailserver/docker-mailserver/pull/3403 ))
- `compatibility_level` was raised from `2` to `3.6`
- Postfix has deprecated the usage of `whitelist` / `blacklist` in config parameters and logging in favor of `allowlist` / `denylist` and similar variations. ([#​3403](https://github.com/docker-mailserver/docker-mailserver/pull/3403/files#r1306356328 ))
- This [may affect monitoring / analysis of logs output from Postfix](https://www.postfix.org/COMPATIBILITY_README.html#respectful_logging ) that expects to match patterns on the prior terminology used.
- DMS `main.cf` has renamed `postscreen_dnsbl_whitelist_threshold` to `postscreen_dnsbl_allowlist_threshold` as part of this change.
- `smtpd_relay_restrictions` (relay policy) is now evaluated after `smtpd_recipient_restrictions` (spam policy). Previously it was evaluated before `smtpd_recipient_restrictions`. Mail to be relayed via DMS must now pass through the spam policy first.
- The TLS fingerprint policy has changed the default from MD5 to SHA256 (*DMS does not modify this Postfix parameter, but may affect any user customizations that do*).
- **Dovecot**
- The "Junk" mailbox (folder) is now referenced by it's [special-use flag `\Junk`](https://docker-mailserver.github.io/docker-mailserver/v13.3/examples/use-cases/imap-folders/ ) instead of an explicit mailbox. ([#​3925](https://github.com/docker-mailserver/docker-mailserver/pull/3925 ))
- This provides compatibility for the Junk mailbox when it's folder name differs (*eg: Renamed to "Spam"*).
- Potential breakage if your deployment modifies our `spam_to_junk.sieve` sieve script (*which is created during container startup when ENV `MOVE_SPAM_TO_JUNK=1`*) that handles storing spam mail into a users "Junk" mailbox folder.
- **Removed support for Solr integration:** ([#​4025](https://github.com/docker-mailserver/docker-mailserver/pull/4025 ))
- This was a community contributed feature for FTS (Full Text Search), the docs advise using an image that has not been maintained for over 2 years and lacks ARM64 support. Based on user engagement over the years this feature has very niche value to continue to support, thus is being removed.
- If you use Solr, support can be restored if you're willing to contribute docs for the feature that resolves the concerns raised
- **Log**:
- The format of DMS specific logs (*from our scripts, not running services*) has been changed. The new format is `<RFC 3339 TIMESTAMP> <LOG LEVEL> <LOG EVENT SRC>: <MESSAGE>` ([#​4035](https://github.com/docker-mailserver/docker-mailserver/pull/4035 ))
- **rsyslog:**
- Debian 12 adjusted the `rsyslog` configuration for the default file template from `RSYSLOG_TraditionalFileFormat` to `RSYSLOG_FileFormat` (*upstream default since 2012*). This change may affect you if you have any monitoring / analysis of log output (*eg: `mail.log` / `docker logs`*).
- The two formats are roughly equivalent to [RFC 3164](https://www.rfc-editor.org/rfc/rfc3164 )) and [RFC 5424](https://datatracker.ietf.org/doc/html/rfc5424#section-1 ) respectively.
- A notable difference is the change to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html#appendix-A ) timestamps (*a strict subset of ISO 8601*). The [previous non-standardized timestamp format was defined in RFC 3164](https://www.rfc-editor.org/rfc/rfc3164.html#section-4.1.2 ) as `Mmm dd hh:mm:ss`.
- To revert this change you can add `sedfile -i '1i module(load="builtin:omfile" template="RSYSLOG_TraditionalFileFormat")' /etc/rsyslog.conf` via [our `user-patches.sh` feature](https://docker-mailserver.github.io/docker-mailserver/v14.0/config/advanced/override-defaults/user-patches/ ).
- Rsyslog now creates fewer log files:
- The files `/var/log/mail/mail.{info,warn,err}` are no longer created. These files represented `/var/log/mail.log` filtered into separate priority levels. As `/var/log/mail.log` contains all mail related messages, these files (*and their rotated counterparts*) can be deleted safely.
- `/var/log/messages`, `/var/log/debug` and several other log files not relevant to DMS were configured by default by Debian previously. These are not part of the `/var/log/mail/` volume mount, so should not impact anyone.
- **Features:**
- The relay host feature was refactored ([#​3845](https://github.com/docker-mailserver/docker-mailserver/pull/3845 ))
- The only breaking change this should introduce is with the Change Detection service (`check-for-changes.sh`).
- When credentials are configured for relays, change events that trigger the relayhost logic now reapply the relevant Postfix settings:
- `smtp_sasl_auth_enable = yes` (*SASL auth to outbound MTA connections is enabled*)
- `smtp_sasl_security_options = noanonymous` (*credentials are mandatory for outbound mail delivery*)
- `smtp_tls_security_level = encrypt` (*the outbound MTA connection must always be secure due to credentials sent*)
- **Environment Variables**:
- `SA_SPAM_SUBJECT` has been renamed into `SPAM_SUBJECT` to become anti-spam service agnostic. ([#​3820](https://github.com/docker-mailserver/docker-mailserver/pull/3820 ))
- As this functionality is now handled in Dovecot via a Sieve script instead of the respective anti-spam service during Postfix processing, this feature will only apply to mail stored in Dovecot. If you have relied on this feature in a different context, it will no longer be available.
- Rspamd previously handled this functionality via the `rewrite_subject` action which as now been disabled by default in favor of the new approach with `SPAM_SUBJECT`.
- `SA_SPAM_SUBJECT` is now deprecated and will log a warning if used. The value is copied as a fallback to `SPAM_SUBJECT`.
- The default has changed to not prepend any prefix to the subject unless configured to do so. If you relied on the implicit prefix, you will now need to provide one explicitly.
- `undef` was previously supported as an opt-out with `SA_SPAM_SUBJECT`. This is no longer valid, the equivalent opt-out value is now an empty value (*or rather the omission of this ENV being configured*).
- The feature to include [`_SCORE_` tag](https://spamassassin.apache.org/full/4.0.x/doc/Mail_SpamAssassin_Conf.html#rewrite_header-subject-from-to-STRING ) in your value to be replaced by the associated spam score is no longer available.
- **Supervisord**:
- `supervisor-app.conf` renamed to `dms-services.conf`
- **Rspamd**:
- the Redis history key has been changed in order to not incorporate the hostname of the container (which is desirable in Kubernetes environments) ([#​3927](https://github.com/docker-mailserver/docker-mailserver/pull/3927 ))
- **Account Management**
- addresses (accounts) are now normalized to lowercase automatically and a warning is logged in case uppercase letters are supplied
##### Added
- **Docs:**
- A guide for configuring a public server to relay inbound and outbound mail from DMS on a private server ([#​3973](https://github.com/docker-mailserver/docker-mailserver/pull/3973 ))
- **Environment Variables:**
- `LOGROTATE_COUNT` defines the number of files kept by logrotate ([#​3907](https://github.com/docker-mailserver/docker-mailserver/pull/3907 ))
- The fail2ban log file is now also taken into account by `LOGROTATE_COUNT` and `LOGROTATE_INTERVAL` ([#​3915](https://github.com/docker-mailserver/docker-mailserver/pull/3915 ), [#​3919](https://github.com/docker-mailserver/docker-mailserver/pull/3919 ))
- **Internal:**
- Regular container restarts are now better supported. Setup scripts that ran previously will now be skipped ([#​3929](https://github.com/docker-mailserver/docker-mailserver/pull/3929 ))
##### Updates
- **Environment Variables:**
- `ONE_DIR` has been removed (legacy ENV) ([#​3840](https://github.com/docker-mailserver/docker-mailserver/pull/3840 ))
- It's only functionality remaining was to opt-out of run-time state consolidation with `ONE_DIR=0` (*when a volume was already mounted to `/var/mail-state`*).
- **Internal:**
- Changed the Postgrey whitelist retrieved during build to [source directly from Github](https://github.com/schweikert/postgrey/blob/master/postgrey_whitelist_clients ) as the list is updated more frequently than the [author publishes at their website](https://postgrey.schweikert.ch ) ([#​3879](https://github.com/docker-mailserver/docker-mailserver/pull/3879 ))
- Enable spamassassin only, when amavis is enabled too. ([#​3943](https://github.com/docker-mailserver/docker-mailserver/pull/3943 ))
- **Tests:**
- Refactored helper methods for sending e-mails with specific `Message-ID` headers and the helpers for retrieving + filtering logs, which together help isolate logs relevant to specific mail when multiple mails have been processed within a single test. ([#​3786](https://github.com/docker-mailserver/docker-mailserver/pull/3786 ))
- **Rspamd**:
- The `rewrite_subject` action, is now disabled by default. It has been replaced with the new `SPAM_SUBJECT` environment variable, which implements the functionality via a Sieve script instead which is anti-spam service agnostic ([#​3820](https://github.com/docker-mailserver/docker-mailserver/pull/3820 ))
- `RSPAMD_NEURAL` was added and is disabled by default. If switched on it will enable the experimental Rspamd "Neural network" module to add a layer of analysis to spam detection ([#​3833](https://github.com/docker-mailserver/docker-mailserver/pull/3833 ))
- The symbol weights of SPF, DKIM and DMARC have been adjusted again. Fixes a bug and includes more appropriate combinations of symbols ([#​3913](https://github.com/docker-mailserver/docker-mailserver/pull/3913 ), [#​3923](https://github.com/docker-mailserver/docker-mailserver/pull/3923 ))
- **Dovecot:**
- `logwatch` now filters out non-error logs related to the status of the `index-worker` process for FTS indexing. ([#​4012](https://github.com/docker-mailserver/docker-mailserver/pull/4012 ))
- updated FTS Xapian from version 1.5.5 to 1.7.12
##### Fixes
- DMS config:
- Files that are parsed line by line are now more robust to parse by detecting and fixing line-endings ([#​3819](https://github.com/docker-mailserver/docker-mailserver/pull/3819 ))
- The override config `postfix-main.cf` now retains custom parameters intended for use with `postfix-master.cf` ([#​3880](https://github.com/docker-mailserver/docker-mailserver/pull/3880 ))
- Variables related to Rspamd are declared as `readonly`, which would cause warnings in the log when being re-declared; we now guard against this issue ([#​3837](https://github.com/docker-mailserver/docker-mailserver/pull/3837 ))
- Relay host feature refactored ([#​3845](https://github.com/docker-mailserver/docker-mailserver/pull/3845 ))
- `DEFAULT_RELAY_HOST` ENV can now also use the `RELAY_USER` + `RELAY_PASSWORD` ENV for supplying credentials.
- `RELAY_HOST` ENV no longer enforces configuring outbound SMTP to require credentials. Like `DEFAULT_RELAY_HOST` it can now configure a relay where credentials are optional.
- Restarting DMS should not be required when configuring relay hosts without these ENV, but solely via `setup relay ...`, as change detection events now apply relevant Postfix setting changes for supporting credentials too.
- Rspamd configuration: Add a missing comma in `local_networks` so that all internal IP addresses are actually considered as internal ([#​3862](https://github.com/docker-mailserver/docker-mailserver/pull/3862 ))
- Ensure correct SELinux security context labels for files and directories moved to the mail-state volume during setup ([#​3890](https://github.com/docker-mailserver/docker-mailserver/pull/3890 ))
- Use correct environment variable for fetchmail ([#​3901](https://github.com/docker-mailserver/docker-mailserver/pull/3901 ))
- When using `ENABLE_GETMAIL=1` the undocumented internal location `/var/lib/getmail/` usage has been removed. Only the config volume `/tmp/docker-mailserver/getmail/` location is supported when Getmail has not been configured to deliver mail to Dovecot as advised in the DMS docs ([#​4018](https://github.com/docker-mailserver/docker-mailserver/pull/4018 ))
- Dovecot dummy accounts (*virtual alias workaround for dovecot feature `ENABLE_QUOTAS=1`*) now correctly matches the home location of the user for that alias ([#​3997](https://github.com/docker-mailserver/docker-mailserver/pull/3997 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#47
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-06-13 14:51:07 +02:00
aea8065cbb
chore(deps): update ghcr.io/actualbudget/actual-server docker tag to v24.6.0 ( #46 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/actualbudget/actual-server | minor | `24.5.0-alpine` -> `24.6.0-alpine` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#46
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-06-13 14:48:58 +02:00
f6b936be5c
chore(deps): update woodpeckerci to v2.5.0 ( #45 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [woodpeckerci/woodpecker-agent](https://github.com/woodpecker-ci/woodpecker ) | minor | `v2.4.1-alpine` -> `v2.5.0-alpine` |
| [woodpeckerci/woodpecker-server](https://github.com/woodpecker-ci/woodpecker ) | minor | `v2.4.1-alpine` -> `v2.5.0-alpine` |
---
### Release Notes
<details>
<summary>woodpecker-ci/woodpecker (woodpeckerci/woodpecker-agent)</summary>
### [`v2.5.0`](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.5.0 ): 2.5.0
[Compare Source](https://github.com/woodpecker-ci/woodpecker/compare/v2.4.1...v2.5.0 )
##### [2.5.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.5.0 ) - 2024-06-01
##### ❤️ Thanks to all contributors! ❤️
[@​6543](https://github.com/6543 ), [@​Andre601](https://github.com/Andre601 ), [@​Elara6331](https://github.com/Elara6331 ), [@​OCram85](https://github.com/OCram85 ), [@​anbraten](https://github.com/anbraten ), [@​aumetra](https://github.com/aumetra ), [@​da-Kai](https://github.com/da-Kai ), [@​dominic-p](https://github.com/dominic-p ), [@​dvjn](https://github.com/dvjn ), [@​eliasscosta](https://github.com/eliasscosta ), [@​fernandrone](https://github.com/fernandrone ), [@​linghuying](https://github.com/linghuying ), [@​manuelluis](https://github.com/manuelluis ), [@​nemunaire](https://github.com/nemunaire ), [@​pat-s](https://github.com/pat-s ), [@​qwerty287](https://github.com/qwerty287 ), [@​sinlov](https://github.com/sinlov ), [@​stevapple](https://github.com/stevapple ), [@​xoxys](https://github.com/xoxys ), [@​zc-devs](https://github.com/zc-devs )
##### 🔒 Security
- bump golang.org/x/net to v0.24.0 \[[#​3628](https://github.com/woodpecker-ci/woodpecker/pull/3628 )]
##### ✨ Features
- Add DeletePipeline API \[[#​3506](https://github.com/woodpecker-ci/woodpecker/pull/3506 )]
- CLI: remove step logs \[[#​3458](https://github.com/woodpecker-ci/woodpecker/pull/3458 )]
- Step logs removing API and Button \[[#​3451](https://github.com/woodpecker-ci/woodpecker/pull/3451 )]
##### 📚 Documentation
- Create 2.5 docs \[[#​3732](https://github.com/woodpecker-ci/woodpecker/pull/3732 )]
- Fix spelling in README \[[#​3741](https://github.com/woodpecker-ci/woodpecker/pull/3741 )]
- chore: fix some comments \[[#​3740](https://github.com/woodpecker-ci/woodpecker/pull/3740 )]
- Add "Is It Up Yet?" Plugin \[[#​3731](https://github.com/woodpecker-ci/woodpecker/pull/3731 )]
- Remove discord as official community channel \[[#​3717](https://github.com/woodpecker-ci/woodpecker/pull/3717 )]
- Add Gitea Package plugin \[[#​3707](https://github.com/woodpecker-ci/woodpecker/pull/3707 )]
- Add documentation for setting Kubernetes labels and annotations \[[#​3687](https://github.com/woodpecker-ci/woodpecker/pull/3687 )]
- Remove broken link to gobook.io \[[#​3694](https://github.com/woodpecker-ci/woodpecker/pull/3694 )]
- docs: add `Gitea publisher-golang` plugin \[[#​3691](https://github.com/woodpecker-ci/woodpecker/pull/3691 )]
- Add Ansible+Woodpecker blog post \[[#​3685](https://github.com/woodpecker-ci/woodpecker/pull/3685 )]
- Clarify info on failing workflows/Steps \[[#​3679](https://github.com/woodpecker-ci/woodpecker/pull/3679 )]
- Add discord plugin \[[#​3662](https://github.com/woodpecker-ci/woodpecker/pull/3662 )]
- chore(deps): update dependency trim to v1 \[[#​3658](https://github.com/woodpecker-ci/woodpecker/pull/3658 )]
- chore(deps): update dependency got to v14 \[[#​3657](https://github.com/woodpecker-ci/woodpecker/pull/3657 )]
- Fail on broken anchors \[[#​3644](https://github.com/woodpecker-ci/woodpecker/pull/3644 )]
- Fix step syntax in docs \[[#​3635](https://github.com/woodpecker-ci/woodpecker/pull/3635 )]
- chore(deps): update docs npm deps non-major \[[#​3632](https://github.com/woodpecker-ci/woodpecker/pull/3632 )]
- Add Twine plugin \[[#​3619](https://github.com/woodpecker-ci/woodpecker/pull/3619 )]
- Fix docs \[[#​3615](https://github.com/woodpecker-ci/woodpecker/pull/3615 )]
- Document how to enable parallel step exec for all steps \[[#​3605](https://github.com/woodpecker-ci/woodpecker/pull/3605 )]
- Update dependency [@​types/marked](https://github.com/types/marked ) to v6 \[[#​3544](https://github.com/woodpecker-ci/woodpecker/pull/3544 )]
- Update docs npm deps non-major \[[#​3485](https://github.com/woodpecker-ci/woodpecker/pull/3485 )]
- Docs updates and fixes \[[#​3535](https://github.com/woodpecker-ci/woodpecker/pull/3535 )]
##### 🐛 Bug Fixes
- Fix privileged steps in kubernetes \[[#​3711](https://github.com/woodpecker-ci/woodpecker/pull/3711 )]
- Check for error in repo middleware \[[#​3688](https://github.com/woodpecker-ci/woodpecker/pull/3688 )]
- Fix parent pipeline number env on restarts \[[#​3683](https://github.com/woodpecker-ci/woodpecker/pull/3683 )]
- Fix bitbucket dir fetching \[[#​3668](https://github.com/woodpecker-ci/woodpecker/pull/3668 )]
- Sanitize tag ref for gitea/forgejo \[[#​3664](https://github.com/woodpecker-ci/woodpecker/pull/3664 )]
- Fix secret loading \[[#​3620](https://github.com/woodpecker-ci/woodpecker/pull/3620 )]
- fix cli config loading and correct comment \[[#​3618](https://github.com/woodpecker-ci/woodpecker/pull/3618 )]
- Handle ImagePullBackOff pod status \[[#​3580](https://github.com/woodpecker-ci/woodpecker/pull/3580 )]
- Apply skip ci filter only on push events \[[#​3612](https://github.com/woodpecker-ci/woodpecker/pull/3612 )]
- agent: Continue to retry indefinitely \[[#​3599](https://github.com/woodpecker-ci/woodpecker/pull/3599 )]
- Fix cli version comparison and improve setup \[[#​3518](https://github.com/woodpecker-ci/woodpecker/pull/3518 )]
- Fix flag name \[[#​3534](https://github.com/woodpecker-ci/woodpecker/pull/3534 )]
##### 📈 Enhancement
- Use IDs for tokens \[[#​3695](https://github.com/woodpecker-ci/woodpecker/pull/3695 )]
- Lint go code with cspell \[[#​3706](https://github.com/woodpecker-ci/woodpecker/pull/3706 )]
- Replace duplicated strings \[[#​3710](https://github.com/woodpecker-ci/woodpecker/pull/3710 )]
- Cleanup server env settings \[[#​3670](https://github.com/woodpecker-ci/woodpecker/pull/3670 )]
- Setting for empty commits on path condition \[[#​3708](https://github.com/woodpecker-ci/woodpecker/pull/3708 )]
- Lint file names and directories via cSpell too \[[#​3703](https://github.com/woodpecker-ci/woodpecker/pull/3703 )]
- Make retry count of config fetching form forge configure \[[#​3699](https://github.com/woodpecker-ci/woodpecker/pull/3699 )]
- Ability to set pod annotations and labels from step \[[#​3609](https://github.com/woodpecker-ci/woodpecker/pull/3609 )]
- Support github deploy task \[[#​3512](https://github.com/woodpecker-ci/woodpecker/pull/3512 )]
- Rework entrypoints \[[#​3269](https://github.com/woodpecker-ci/woodpecker/pull/3269 )]
- Add cli output handlers \[[#​3660](https://github.com/woodpecker-ci/woodpecker/pull/3660 )]
- Cleanup api docs and ts api-client options \[[#​3663](https://github.com/woodpecker-ci/woodpecker/pull/3663 )]
- Split client into multiple files and add more tests \[[#​3647](https://github.com/woodpecker-ci/woodpecker/pull/3647 )]
- Add filter options to GetPipelines API \[[#​3645](https://github.com/woodpecker-ci/woodpecker/pull/3645 )]
- Deprecate environment filter and improve errors \[[#​3634](https://github.com/woodpecker-ci/woodpecker/pull/3634 )]
- Add task details to queue info in woodpecker-go \[[#​3636](https://github.com/woodpecker-ci/woodpecker/pull/3636 )]
- Use forge from db \[[#​1417](https://github.com/woodpecker-ci/woodpecker/pull/1417 )]
- Remove review button from approval view \[[#​3617](https://github.com/woodpecker-ci/woodpecker/pull/3617 )]
- Rework addons (use rpc) \[[#​3268](https://github.com/woodpecker-ci/woodpecker/pull/3268 )]
- Allow to disable deployments \[[#​3570](https://github.com/woodpecker-ci/woodpecker/pull/3570 )]
- Add flag to only access public repositories on GitHub \[[#​3566](https://github.com/woodpecker-ci/woodpecker/pull/3566 )]
- Add `runtimeClassName` in Kubernetes backend options \[[#​3474](https://github.com/woodpecker-ci/woodpecker/pull/3474 )]
- Remove unused cache properties \[[#​3567](https://github.com/woodpecker-ci/woodpecker/pull/3567 )]
- Allow separate gitea oauth URL \[[#​3513](https://github.com/woodpecker-ci/woodpecker/pull/3513 )]
- Add option to set the local repository path to the cli command exec. \[[#​3524](https://github.com/woodpecker-ci/woodpecker/pull/3524 )]
##### Misc
- chore(deps): update pre-commit non-major \[[#​3736](https://github.com/woodpecker-ci/woodpecker/pull/3736 )]
- chore(deps): update docker.io/alpine docker tag to v3.20 \[[#​3735](https://github.com/woodpecker-ci/woodpecker/pull/3735 )]
- fix(deps): update module github.com/google/go-github/v61 to v62 \[[#​3730](https://github.com/woodpecker-ci/woodpecker/pull/3730 )]
- chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v4 \[[#​3729](https://github.com/woodpecker-ci/woodpecker/pull/3729 )]
- chore(deps): update docker.io/mstruebing/editorconfig-checker docker tag to v3 \[[#​3728](https://github.com/woodpecker-ci/woodpecker/pull/3728 )]
- chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v1.1.2 \[[#​3724](https://github.com/woodpecker-ci/woodpecker/pull/3724 )]
- fix(deps): update golang-packages \[[#​3713](https://github.com/woodpecker-ci/woodpecker/pull/3713 )]
- chore(deps): update postgres docker tag to v16.3 \[[#​3719](https://github.com/woodpecker-ci/woodpecker/pull/3719 )]
- chore(deps): update docker.io/appleboy/drone-discord docker tag to v1.3.2 \[[#​3718](https://github.com/woodpecker-ci/woodpecker/pull/3718 )]
- Added steps to reproduce and expected behavior in bug_report.yaml \[[#​3714](https://github.com/woodpecker-ci/woodpecker/pull/3714 )]
- flake: add flake-utils import and use eachDefaultSystem \[[#​3704](https://github.com/woodpecker-ci/woodpecker/pull/3704 )]
- Add nix flake for dev shell \[[#​3702](https://github.com/woodpecker-ci/woodpecker/pull/3702 )]
- Skip golangci in pre-commit.ci \[[#​3692](https://github.com/woodpecker-ci/woodpecker/pull/3692 )]
- chore(deps): update woodpeckerci/plugin-github-release docker tag to v1.2.0 \[[#​3690](https://github.com/woodpecker-ci/woodpecker/pull/3690 )]
- Switch back to upstream xgo image \[[#​3682](https://github.com/woodpecker-ci/woodpecker/pull/3682 )]
- Allow running tests on arm64 runners \[[#​2605](https://github.com/woodpecker-ci/woodpecker/pull/2605 )]
- chore(deps): update node.js to v22 \[[#​3659](https://github.com/woodpecker-ci/woodpecker/pull/3659 )]
- chore(deps): lock file maintenance \[[#​3656](https://github.com/woodpecker-ci/woodpecker/pull/3656 )]
- Add make target for spellcheck \[[#​3648](https://github.com/woodpecker-ci/woodpecker/pull/3648 )]
- chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v1.1.1 \[[#​3641](https://github.com/woodpecker-ci/woodpecker/pull/3641 )]
- chore(deps): update web npm deps non-major \[[#​3640](https://github.com/woodpecker-ci/woodpecker/pull/3640 )]
- chore(deps): update web npm deps non-major \[[#​3631](https://github.com/woodpecker-ci/woodpecker/pull/3631 )]
- Use our github-release plugin \[[#​3624](https://github.com/woodpecker-ci/woodpecker/pull/3624 )]
- chore(deps): lock file maintenance \[[#​3622](https://github.com/woodpecker-ci/woodpecker/pull/3622 )]
- Fix spellcheck and enable more dirs \[[#​3603](https://github.com/woodpecker-ci/woodpecker/pull/3603 )]
- Update docker.io/golang Docker tag to v1.22.2 \[[#​3596](https://github.com/woodpecker-ci/woodpecker/pull/3596 )]
- Update pre-commit hook pre-commit/pre-commit-hooks to v4.6.0 \[[#​3597](https://github.com/woodpecker-ci/woodpecker/pull/3597 )]
- Update module github.com/google/go-github/v60 to v61 \[[#​3595](https://github.com/woodpecker-ci/woodpecker/pull/3595 )]
- Update pre-commit hook golangci/golangci-lint to v1.57.2 \[[#​3575](https://github.com/woodpecker-ci/woodpecker/pull/3575 )]
- Update docker.io/woodpeckerci/plugin-docker-buildx Docker tag to v3.2.1 \[[#​3574](https://github.com/woodpecker-ci/woodpecker/pull/3574 )]
- Update web npm deps non-major \[[#​3576](https://github.com/woodpecker-ci/woodpecker/pull/3576 )]
- Update dependency [@​intlify/unplugin-vue-i18n](https://github.com/intlify/unplugin-vue-i18n ) to v4 \[[#​3572](https://github.com/woodpecker-ci/woodpecker/pull/3572 )]
- Update golang (packages) \[[#​3564](https://github.com/woodpecker-ci/woodpecker/pull/3564 )]
- Update dependency typescript to v5.4.3 \[[#​3563](https://github.com/woodpecker-ci/woodpecker/pull/3563 )]
- Lock file maintenance \[[#​3562](https://github.com/woodpecker-ci/woodpecker/pull/3562 )]
- Update pre-commit non-major \[[#​3556](https://github.com/woodpecker-ci/woodpecker/pull/3556 )]
- Update web npm deps non-major \[[#​3549](https://github.com/woodpecker-ci/woodpecker/pull/3549 )]
- Update dependency [@​types/node-emoji](https://github.com/types/node-emoji ) to v2 \[[#​3545](https://github.com/woodpecker-ci/woodpecker/pull/3545 )]
- Update golang (packages) \[[#​3543](https://github.com/woodpecker-ci/woodpecker/pull/3543 )]
- Lock file maintenance \[[#​3541](https://github.com/woodpecker-ci/woodpecker/pull/3541 )]
- Update docker.io/woodpeckerci/plugin-docker-buildx Docker tag to v3.2.0 \[[#​3540](https://github.com/woodpecker-ci/woodpecker/pull/3540 )]
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#45
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-06-13 14:48:19 +02:00
80a98fde7e
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.108.0 ( #44 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/element-hq/synapse](https://matrix.org/docs/projects/server/synapse ) ([source](https://github.com/element-hq/synapse )) | minor | `v1.107.0` -> `v1.108.0` |
---
### Release Notes
<details>
<summary>element-hq/synapse (ghcr.io/element-hq/synapse)</summary>
### [`v1.108.0`](https://github.com/element-hq/synapse/releases/tag/v1.108.0 )
[Compare Source](https://github.com/element-hq/synapse/compare/v1.107.0...v1.108.0 )
### Synapse 1.108.0 (2024-05-28)
No significant changes since 1.108.0rc1.
### Synapse 1.108.0rc1 (2024-05-21)
##### Features
- Add a feature that allows clients to query the configured federation whitelist. Disabled by default. ([#​16848](https://github.com/element-hq/synapse/issues/16848 ), [#​17199](https://github.com/element-hq/synapse/issues/17199 ))
- Add the ability to allow numeric user IDs with a specific prefix when in the CAS flow. Contributed by Aurélien Grimpard. ([#​17098](https://github.com/element-hq/synapse/issues/17098 ))
##### Bugfixes
- Fix bug where push rules would be empty in `/sync` for some accounts. Introduced in v1.93.0. ([#​17142](https://github.com/element-hq/synapse/issues/17142 ))
- Add support for optional whitespace around the Federation API's `Authorization` header's parameter commas. ([#​17145](https://github.com/element-hq/synapse/issues/17145 ))
- Fix bug where disabling room publication prevented public rooms being created on workers. ([#​17177](https://github.com/element-hq/synapse/issues/17177 ), [#​17184](https://github.com/element-hq/synapse/issues/17184 ))
##### Improved Documentation
- Document [`/v1/make_knock`](https://spec.matrix.org/v1.10/server-server-api/#get_matrixfederationv1make_knockroomiduserid ) and [`/v1/send_knock/`](https://spec.matrix.org/v1.10/server-server-api/#put_matrixfederationv1send_knockroomideventid ) federation endpoints as worker-compatible. ([#​17058](https://github.com/element-hq/synapse/issues/17058 ))
- Update User Admin API with note about prefixing OIDC external_id providers. ([#​17139](https://github.com/element-hq/synapse/issues/17139 ))
- Clarify the state of the created room when using the `autocreate_auto_join_room_preset` config option. ([#​17150](https://github.com/element-hq/synapse/issues/17150 ))
- Update the Admin FAQ with the current libjemalloc version for latest Debian stable. Additionally update the name of the "push_rules" stream in the Workers documentation. ([#​17171](https://github.com/element-hq/synapse/issues/17171 ))
##### Internal Changes
- Add note to reflect that [MSC3886](https://github.com/matrix-org/matrix-spec-proposals/pull/3886 ) is closed but will remain supported for some time. ([#​17151](https://github.com/element-hq/synapse/issues/17151 ))
- Update dependency PyO3 to 0.21. ([#​17162](https://github.com/element-hq/synapse/issues/17162 ))
- Fixes linter errors found in PR [#​17147](https://github.com/element-hq/synapse/issues/17147 ). ([#​17166](https://github.com/element-hq/synapse/issues/17166 ))
- Bump black from 24.2.0 to 24.4.2. ([#​17170](https://github.com/element-hq/synapse/issues/17170 ))
- Cache literal sync filter validation for performance. ([#​17186](https://github.com/element-hq/synapse/issues/17186 ))
- Improve performance by fixing a reactor pause. ([#​17192](https://github.com/element-hq/synapse/issues/17192 ))
- Route `/make_knock` and `/send_knock` federation APIs to the federation reader worker in Complement test runs. ([#​17195](https://github.com/element-hq/synapse/issues/17195 ))
- Prepare sync handler to be able to return different sync responses (`SyncVersion`). ([#​17200](https://github.com/element-hq/synapse/issues/17200 ))
- Organize the sync cache key parameter outside of the sync config (separate concerns). ([#​17201](https://github.com/element-hq/synapse/issues/17201 ))
- Refactor `SyncResultBuilder` assembly to its own function. ([#​17202](https://github.com/element-hq/synapse/issues/17202 ))
- Rename to be obvious: `joined_rooms` -> `joined_room_ids`. ([#​17203](https://github.com/element-hq/synapse/issues/17203 ), [#​17208](https://github.com/element-hq/synapse/issues/17208 ))
- Add a short pause when rate-limiting a request. ([#​17210](https://github.com/element-hq/synapse/issues/17210 ))
##### Updates to locked dependencies
- Bump cryptography from 42.0.5 to 42.0.7. ([#​17180](https://github.com/element-hq/synapse/issues/17180 ))
- Bump gitpython from 3.1.41 to 3.1.43. ([#​17181](https://github.com/element-hq/synapse/issues/17181 ))
- Bump immutabledict from 4.1.0 to 4.2.0. ([#​17179](https://github.com/element-hq/synapse/issues/17179 ))
- Bump sentry-sdk from 1.40.3 to 2.1.1. ([#​17178](https://github.com/element-hq/synapse/issues/17178 ))
- Bump serde from 1.0.200 to 1.0.201. ([#​17183](https://github.com/element-hq/synapse/issues/17183 ))
- Bump serde_json from 1.0.116 to 1.0.117. ([#​17182](https://github.com/element-hq/synapse/issues/17182 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#44
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-06-13 14:47:49 +02:00
611949ab8a
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.107.0 ( #43 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/element-hq/synapse](https://matrix.org/docs/projects/server/synapse ) ([source](https://github.com/element-hq/synapse )) | minor | `v1.106.0` -> `v1.107.0` |
---
### Release Notes
<details>
<summary>element-hq/synapse (ghcr.io/element-hq/synapse)</summary>
### [`v1.107.0`](https://github.com/element-hq/synapse/releases/tag/v1.107.0 )
[Compare Source](https://github.com/element-hq/synapse/compare/v1.106.0...v1.107.0 )
# Synapse 1.107.0 (2024-05-14)
No significant changes since 1.107.0rc1.
### Synapse 1.107.0rc1 (2024-05-07)
##### Features
- Add preliminary support for [MSC3823: Account Suspension](https://github.com/matrix-org/matrix-spec-proposals/pull/3823 ). ([#​17051](https://github.com/element-hq/synapse/issues/17051 ))
- Declare support for [Matrix v1.10](https://matrix.org/blog/2024/03/22/matrix-v1.10-release/ ). Contributed by [@​clokep](https://github.com/clokep ). ([#​17082](https://github.com/element-hq/synapse/issues/17082 ))
- Add support for [MSC4115: membership metadata on events](https://github.com/matrix-org/matrix-spec-proposals/pull/4115 ). ([#​17104](https://github.com/element-hq/synapse/issues/17104 ), [#​17137](https://github.com/element-hq/synapse/issues/17137 ))
##### Bugfixes
- Fixed search feature of Element Android on homesevers using SQLite by returning search terms as search highlights. ([#​17000](https://github.com/element-hq/synapse/issues/17000 ))
- Fixes a bug introduced in v1.52.0 where the `destination` query parameter for the [Destination Rooms Admin API](https://element-hq.github.io/synapse/v1.105/usage/administration/admin_api/federation.html#destination-rooms ) failed to actually filter returned rooms. ([#​17077](https://github.com/element-hq/synapse/issues/17077 ))
- For MSC3266 room summaries, support queries at the recommended endpoint of `/_matrix/client/unstable/im.nheko.summary/summary/{roomIdOrAlias}`. The existing endpoint of `/_matrix/client/unstable/im.nheko.summary/rooms/{roomIdOrAlias}/summary` is deprecated. ([#​17078](https://github.com/element-hq/synapse/issues/17078 ))
- Apply user email & picture during OIDC registration if present & selected. ([#​17120](https://github.com/element-hq/synapse/issues/17120 ))
- Improve error message for cross signing reset with [MSC3861](https://github.com/matrix-org/matrix-spec-proposals/pull/3861 ) enabled. ([#​17121](https://github.com/element-hq/synapse/issues/17121 ))
- Fix a bug which meant that to-device messages received over federation could be dropped when the server was under load or networking problems caused problems between Synapse processes or the database. ([#​17127](https://github.com/element-hq/synapse/issues/17127 ))
- Fix bug where `StreamChangeCache` would not respect configured cache factors. ([#​17152](https://github.com/element-hq/synapse/issues/17152 ))
##### Updates to the Docker image
- Correct licensing metadata on Docker image. ([#​17141](https://github.com/element-hq/synapse/issues/17141 ))
##### Improved Documentation
- Update the `event_cache_size` and `global_factor` configuration options' documentation. ([#​17071](https://github.com/element-hq/synapse/issues/17071 ))
- Remove broken sphinx docs. ([#​17073](https://github.com/element-hq/synapse/issues/17073 ), [#​17148](https://github.com/element-hq/synapse/issues/17148 ))
- Add RuntimeDirectory to example matrix-synapse.service systemd unit. ([#​17084](https://github.com/element-hq/synapse/issues/17084 ))
- Fix various small typos throughout the docs. ([#​17114](https://github.com/element-hq/synapse/issues/17114 ))
- Update enable_notifs configuration documentation. ([#​17116](https://github.com/element-hq/synapse/issues/17116 ))
- Update the Upgrade Notes with the latest minimum supported Rust version of 1.66.0. Contributed by [@​jahway603](https://github.com/jahway603 ). ([#​17140](https://github.com/element-hq/synapse/issues/17140 ))
##### Internal Changes
- Enable [MSC3266](https://github.com/matrix-org/matrix-spec-proposals/pull/3266 ) by default in the Synapse Complement image. ([#​17105](https://github.com/element-hq/synapse/issues/17105 ))
- Add optimisation to `StreamChangeCache.get_entities_changed(..)`. ([#​17130](https://github.com/element-hq/synapse/issues/17130 ))
##### Updates to locked dependencies
- Bump furo from 2024.1.29 to 2024.4.27. ([#​17133](https://github.com/element-hq/synapse/issues/17133 ))
- Bump idna from 3.6 to 3.7. ([#​17136](https://github.com/element-hq/synapse/issues/17136 ))
- Bump jsonschema from 4.21.1 to 4.22.0. ([#​17157](https://github.com/element-hq/synapse/issues/17157 ))
- Bump lxml from 5.1.0 to 5.2.1. ([#​17158](https://github.com/element-hq/synapse/issues/17158 ))
- Bump phonenumbers from 8.13.29 to 8.13.35. ([#​17106](https://github.com/element-hq/synapse/issues/17106 ))
<!---->
- Bump pillow from 10.2.0 to 10.3.0. ([#​17146](https://github.com/element-hq/synapse/issues/17146 ))
<!---->
- Bump pydantic from 2.6.4 to 2.7.0. ([#​17107](https://github.com/element-hq/synapse/issues/17107 ))
- Bump pydantic from 2.7.0 to 2.7.1. ([#​17160](https://github.com/element-hq/synapse/issues/17160 ))
- Bump pyicu from 2.12 to 2.13. ([#​17109](https://github.com/element-hq/synapse/issues/17109 ))
- Bump serde from 1.0.197 to 1.0.198. ([#​17111](https://github.com/element-hq/synapse/issues/17111 ))
- Bump serde from 1.0.198 to 1.0.199. ([#​17132](https://github.com/element-hq/synapse/issues/17132 ))
- Bump serde from 1.0.199 to 1.0.200. ([#​17161](https://github.com/element-hq/synapse/issues/17161 ))
- Bump serde_json from 1.0.115 to 1.0.116. ([#​17112](https://github.com/element-hq/synapse/issues/17112 ))
<!---->
- Update `tornado` Python dependency from 6.2 to 6.4. ([#​17131](https://github.com/element-hq/synapse/issues/17131 ))
<!---->
- Bump twisted from 23.10.0 to 24.3.0. ([#​17135](https://github.com/element-hq/synapse/issues/17135 ))
- Bump types-bleach from 6.1.0.1 to 6.1.0.20240331. ([#​17110](https://github.com/element-hq/synapse/issues/17110 ))
- Bump types-pillow from 10.2.0.20240415 to 10.2.0.20240423. ([#​17159](https://github.com/element-hq/synapse/issues/17159 ))
- Bump types-setuptools from 69.0.0.20240125 to 69.5.0.20240423. ([#​17134](https://github.com/element-hq/synapse/issues/17134 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#43
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-05-19 14:45:14 +02:00
d4952854f2
chore(deps): update ghcr.io/actualbudget/actual-server docker tag to v24.5.0 ( #42 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/actualbudget/actual-server | minor | `24.4.0-alpine` -> `24.5.0-alpine` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjYuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#42
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-05-04 21:08:52 +02:00
aa3d9cc31b
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.106.0 ( #41 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/element-hq/synapse](https://matrix.org/docs/projects/server/synapse ) ([source](https://github.com/element-hq/synapse )) | minor | `v1.105.1` -> `v1.106.0` |
---
### Release Notes
<details>
<summary>element-hq/synapse (ghcr.io/element-hq/synapse)</summary>
### [`v1.106.0`](https://github.com/element-hq/synapse/releases/tag/v1.106.0 )
[Compare Source](https://github.com/element-hq/synapse/compare/v1.105.1...v1.106.0 )
### Synapse 1.106.0 (2024-04-30)
No significant changes since 1.106.0rc1.
### Synapse 1.106.0rc1 (2024-04-25)
##### Features
- Send an email if the address is already bound to an user account. ([#​16819](https://github.com/element-hq/synapse/issues/16819 ))
- Implement the rendezvous mechanism described by [MSC4108](https://github.com/matrix-org/matrix-spec-proposals/issues/4108 ). ([#​17056](https://github.com/element-hq/synapse/issues/17056 ))
- Support delegating the rendezvous mechanism described [MSC4108](https://github.com/matrix-org/matrix-spec-proposals/issues/4108 ) to an external implementation. ([#​17086](https://github.com/element-hq/synapse/issues/17086 ))
##### Bugfixes
- Add validation to ensure that the `limit` parameter on `/publicRooms` is non-negative. ([#​16920](https://github.com/element-hq/synapse/issues/16920 ))
- Return `400 M_NOT_JSON` upon receiving invalid JSON in query parameters across various client and admin endpoints, rather than an internal server error. ([#​16923](https://github.com/element-hq/synapse/issues/16923 ))
- Make the CSAPI endpoint `/keys/device_signing/upload` idempotent. ([#​16943](https://github.com/element-hq/synapse/issues/16943 ))
- Redact membership events if the user requested erasure upon deactivating. ([#​17076](https://github.com/element-hq/synapse/issues/17076 ))
##### Improved Documentation
- Add a prompt in the contributing guide to manually configure icu4c. ([#​17069](https://github.com/element-hq/synapse/issues/17069 ))
- Clarify what part of message retention is still experimental. ([#​17099](https://github.com/element-hq/synapse/issues/17099 ))
##### Internal Changes
- Use new receipts column to optimise receipt and push action SQL queries. Contributed by Nick @​ Beeper ([@​fizzadar](https://github.com/fizzadar )). ([#​17032](https://github.com/element-hq/synapse/issues/17032 ), [#​17096](https://github.com/element-hq/synapse/issues/17096 ))
- Fix mypy with latest Twisted release. ([#​17036](https://github.com/element-hq/synapse/issues/17036 ))
- Bump minimum supported Rust version to 1.66.0. ([#​17079](https://github.com/element-hq/synapse/issues/17079 ))
- Add helpers to transform Twisted requests to Rust http Requests/Responses. ([#​17081](https://github.com/element-hq/synapse/issues/17081 ))
- Fix type annotation for `visited_chains` after `mypy` upgrade. ([#​17125](https://github.com/element-hq/synapse/issues/17125 ))
##### Updates to locked dependencies
- Bump anyhow from 1.0.81 to 1.0.82. ([#​17095](https://github.com/element-hq/synapse/issues/17095 ))
- Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0. ([#​17087](https://github.com/element-hq/synapse/issues/17087 ))
- Bump peaceiris/actions-mdbook from 1.2.0 to 2.0.0. ([#​17089](https://github.com/element-hq/synapse/issues/17089 ))
- Bump pyasn1-modules from 0.3.0 to 0.4.0. ([#​17093](https://github.com/element-hq/synapse/issues/17093 ))
- Bump pygithub from 2.2.0 to 2.3.0. ([#​17092](https://github.com/element-hq/synapse/issues/17092 ))
- Bump ruff from 0.3.5 to 0.3.7. ([#​17094](https://github.com/element-hq/synapse/issues/17094 ))
- Bump sigstore/cosign-installer from 3.4.0 to 3.5.0. ([#​17088](https://github.com/element-hq/synapse/issues/17088 ))
- Bump twine from 4.0.2 to 5.0.0. ([#​17091](https://github.com/element-hq/synapse/issues/17091 ))
- Bump types-pillow from 10.2.0.20240406 to 10.2.0.20240415. ([#​17090](https://github.com/element-hq/synapse/issues/17090 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjYuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#41
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-05-04 21:07:56 +02:00
2affdbcc01
chore(deps): update nextcloud docker tag to v29 ( #40 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| nextcloud | major | `28` -> `29` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#40
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-04-25 17:43:10 +02:00
50c4e7339c
chore(deps): update codeberg.org/forgejo/forgejo docker tag to v7 ( #38 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [codeberg.org/forgejo/forgejo](https://forgejo.org ) ([source](https://codeberg.org/forgejo/forgejo )) | major | `1.21` -> `7.0` |
---
### Release Notes
<details>
<summary>forgejo/forgejo (codeberg.org/forgejo/forgejo)</summary>
### [`v7.0`](https://codeberg.org/forgejo/forgejo/blob/HEAD/RELEASE-NOTES.md#701 )
This is a bug fix release. See the documentation for more information on the [upgrade procedure](https://forgejo.org/docs/v7.0/admin/upgrade/ ).
In addition to the following notable bug fixes, you can browse the [full list of commits](https://codeberg.org/forgejo/forgejo/compare/v7.0.0...v7.0.1 ) included in this release.
- **Bug fixes:**
- The regression in the [`fogejo admin user create`](https://forgejo.org/docs/v7.0/admin/command-line/#admin-user-create ) CLI command [is fixed](https://codeberg.org/forgejo/forgejo/issues/3399 ) and it is backward compatible.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#38
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-04-25 17:37:11 +02:00
65cab84f41
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.105.1 ( #37 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/element-hq/synapse](https://matrix.org/docs/projects/server/synapse ) ([source](https://github.com/element-hq/synapse )) | minor | `v1.104.0` -> `v1.105.1` |
---
### Release Notes
<details>
<summary>element-hq/synapse (ghcr.io/element-hq/synapse)</summary>
### [`v1.105.1`](https://github.com/element-hq/synapse/releases/tag/v1.105.1 )
[Compare Source](https://github.com/element-hq/synapse/compare/v1.105.0...v1.105.1 )
### Synapse 1.105.1 (2024-04-23)
#### Security advisory
The following issues are fixed in 1.105.1.
- [GHSA-3h7q-rfh9-xm4v](https://github.com/element-hq/synapse/security/advisories/GHSA-3h7q-rfh9-xm4v ) / [CVE-2024-31208](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-31208 ) — High Severity
Weakness in auth chain indexing allows DoS from remote room members through disk fill and high CPU usage.
See the advisories for more details. If you have any questions, email security@element.io .
### [`v1.105.0`](https://github.com/element-hq/synapse/releases/tag/v1.105.0 )
[Compare Source](https://github.com/element-hq/synapse/compare/v1.104.0...v1.105.0 )
### Synapse 1.105.0 (2024-04-16)
No significant changes since 1.105.0rc1.
### Synapse 1.105.0rc1 (2024-04-11)
##### Features
- Stabilize support for [MSC4010](https://github.com/matrix-org/matrix-spec-proposals/pull/4010 ) which clarifies the interaction of push rules and account data. Contributed by [@​clokep](https://github.com/clokep ). ([#​17022](https://github.com/element-hq/synapse/issues/17022 ))
- Stabilize support for [MSC3981](https://github.com/matrix-org/matrix-spec-proposals/pull/3981 ): `/relations` recursion. Contributed by [@​clokep](https://github.com/clokep ). ([#​17023](https://github.com/element-hq/synapse/issues/17023 ))
- Add support for moving `/pushrules` off of main process. ([#​17037](https://github.com/element-hq/synapse/issues/17037 ), [#​17038](https://github.com/element-hq/synapse/issues/17038 ))
##### Bugfixes
- Fix various long-standing bugs which could cause incorrect state to be returned from `/sync` in certain situations. ([#​16930](https://github.com/element-hq/synapse/issues/16930 ), [#​16932](https://github.com/element-hq/synapse/issues/16932 ), [#​16942](https://github.com/element-hq/synapse/issues/16942 ), [#​17064](https://github.com/element-hq/synapse/issues/17064 ), [#​17065](https://github.com/element-hq/synapse/issues/17065 ), [#​17066](https://github.com/element-hq/synapse/issues/17066 ))
- Fix server notice rooms not always being created as unencrypted rooms, even when `encryption_enabled_by_default_for_room_type` is in use (server notices are always unencrypted). ([#​17033](https://github.com/element-hq/synapse/issues/17033 ))
- Fix the `.m.rule.encrypted_room_one_to_one` and `.m.rule.room_one_to_one` default underride push rules being in the wrong order. Contributed by [@​Sumpy1](https://github.com/Sumpy1 ). ([#​17043](https://github.com/element-hq/synapse/issues/17043 ))
##### Internal Changes
- Refactor auth chain fetching to reduce duplication. ([#​17044](https://github.com/element-hq/synapse/issues/17044 ))
- Improve database performance by adding a missing index to `access_tokens.refresh_token_id`. ([#​17045](https://github.com/element-hq/synapse/issues/17045 ), [#​17054](https://github.com/element-hq/synapse/issues/17054 ))
- Improve database performance by reducing number of receipts fetched when sending push notifications. ([#​17049](https://github.com/element-hq/synapse/issues/17049 ))
##### Updates to locked dependencies
- Bump packaging from 23.2 to 24.0. ([#​17027](https://github.com/element-hq/synapse/issues/17027 ))
- Bump regex from 1.10.3 to 1.10.4. ([#​17028](https://github.com/element-hq/synapse/issues/17028 ))
- Bump ruff from 0.3.2 to 0.3.5. ([#​17060](https://github.com/element-hq/synapse/issues/17060 ))
- Bump serde_json from 1.0.114 to 1.0.115. ([#​17041](https://github.com/element-hq/synapse/issues/17041 ))
- Bump types-pillow from 10.2.0.20240125 to 10.2.0.20240406. ([#​17061](https://github.com/element-hq/synapse/issues/17061 ))
- Bump types-requests from 2.31.0.20240125 to 2.31.0.20240406. ([#​17063](https://github.com/element-hq/synapse/issues/17063 ))
- Bump typing-extensions from 4.9.0 to 4.11.0. ([#​17062](https://github.com/element-hq/synapse/issues/17062 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#37
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-04-25 17:34:33 +02:00
033e7bc581
chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.4 ( #39 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/goauthentik/server](https://goauthentik.io ) ([source](https://github.com/goauthentik/authentik )) | minor | `2024.2` -> `2024.4` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#39
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-04-25 17:33:50 +02:00
d336d79025
chore(deps): update ghcr.io/actualbudget/actual-server docker tag to v24.4.0 ( #35 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/actualbudget/actual-server | minor | `24.3.0-alpine` -> `24.4.0-alpine` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#35
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-04-04 18:02:16 +02:00
be3d4174e1
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.104.0 ( #36 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/element-hq/synapse](https://matrix.org/docs/projects/server/synapse ) ([source](https://github.com/element-hq/synapse )) | minor | `v1.103.0` -> `v1.104.0` |
---
### Release Notes
<details>
<summary>element-hq/synapse (ghcr.io/element-hq/synapse)</summary>
### [`v1.104.0`](https://github.com/element-hq/synapse/releases/tag/v1.104.0 )
[Compare Source](https://github.com/element-hq/synapse/compare/v1.103.0...v1.104.0 )
### Synapse 1.104.0 (2024-04-02)
##### Bugfixes
- Fix regression when using OIDC provider. Introduced in v1.104.0rc1. ([#​17031](https://github.com/element-hq/synapse/issues/17031 ))
### Synapse 1.104.0rc1 (2024-03-26)
##### Features
- Add an OIDC config to specify extra parameters for the authorization grant URL. IT can be useful to pass an ACR value for example. ([#​16971](https://github.com/element-hq/synapse/issues/16971 ))
- Add support for OIDC provider returning JWT. ([#​16972](https://github.com/element-hq/synapse/issues/16972 ), [#​17031](https://github.com/element-hq/synapse/issues/17031 ))
##### Bugfixes
- Fix a bug which meant that, under certain circumstances, we might never retry sending events or to-device messages over federation after a failure. ([#​16925](https://github.com/element-hq/synapse/issues/16925 ))
- Fix various long-standing bugs which could cause incorrect state to be returned from `/sync` in certain situations. ([#​16949](https://github.com/element-hq/synapse/issues/16949 ))
- Fix case in which `m.fully_read` marker would not get updated. Contributed by [@​SpiritCroc](https://github.com/SpiritCroc ). ([#​16990](https://github.com/element-hq/synapse/issues/16990 ))
- Fix bug which did not retract a user's pending knocks at rooms when their account was deactivated. Contributed by [@​hanadi92](https://github.com/hanadi92 ). ([#​17010](https://github.com/element-hq/synapse/issues/17010 ))
##### Updates to the Docker image
- Updated `start.py` to generate config using the correct user ID when running as root (fixes [#​16824](https://github.com/element-hq/synapse/issues/16824 ), [#​15202](https://github.com/element-hq/synapse/issues/15202 )). ([#​16978](https://github.com/element-hq/synapse/issues/16978 ))
##### Improved Documentation
- Add a query to force a refresh of a remote user's device list to the "Useful SQL for Admins" documentation page. ([#​16892](https://github.com/element-hq/synapse/issues/16892 ))
- Minor grammatical corrections to the upgrade documentation. ([#​16965](https://github.com/element-hq/synapse/issues/16965 ))
- Fix the sort order for the documentation version picker, so that newer releases appear above older ones. ([#​16966](https://github.com/element-hq/synapse/issues/16966 ))
- Remove recommendation for a specific poetry version from contributing guide. ([#​17002](https://github.com/element-hq/synapse/issues/17002 ))
##### Internal Changes
- Improve lock performance when a lot of locks are all waiting for a single lock to be released. ([#​16840](https://github.com/element-hq/synapse/issues/16840 ))
- Update power level default for public rooms. ([#​16907](https://github.com/element-hq/synapse/issues/16907 ))
- Improve event validation. ([#​16908](https://github.com/element-hq/synapse/issues/16908 ))
- Multi-worker-docker-container: disable log buffering. ([#​16919](https://github.com/element-hq/synapse/issues/16919 ))
- Refactor state delta calculation in `/sync` handler. ([#​16929](https://github.com/element-hq/synapse/issues/16929 ))
- Clarify docs for some room state functions. ([#​16950](https://github.com/element-hq/synapse/issues/16950 ))
- Specify IP subnets in canonical form. ([#​16953](https://github.com/element-hq/synapse/issues/16953 ))
- As done for SAML mapping provider, let's pass the module API to the OIDC one so the mapper can do more logic in its code. ([#​16974](https://github.com/element-hq/synapse/issues/16974 ))
- Allow containers building on top of Synapse's Complement container is use the included PostgreSQL cluster. ([#​16985](https://github.com/element-hq/synapse/issues/16985 ))
- Raise poetry-core version cap to 1.9.0. ([#​16986](https://github.com/element-hq/synapse/issues/16986 ))
- Patch the db conn pool sooner in tests. ([#​17017](https://github.com/element-hq/synapse/issues/17017 ))
##### Updates to locked dependencies
- Bump anyhow from 1.0.80 to 1.0.81. ([#​17009](https://github.com/element-hq/synapse/issues/17009 ))
- Bump black from 23.10.1 to 24.2.0. ([#​16936](https://github.com/element-hq/synapse/issues/16936 ))
- Bump cryptography from 41.0.7 to 42.0.5. ([#​16958](https://github.com/element-hq/synapse/issues/16958 ))
- Bump dawidd6/action-download-artifact from 3.1.1 to 3.1.2. ([#​16960](https://github.com/element-hq/synapse/issues/16960 ))
- Bump dawidd6/action-download-artifact from 3.1.2 to 3.1.4. ([#​17008](https://github.com/element-hq/synapse/issues/17008 ))
- Bump jinja2 from 3.1.2 to 3.1.3. ([#​17005](https://github.com/element-hq/synapse/issues/17005 ))
- Bump log from 0.4.20 to 0.4.21. ([#​16977](https://github.com/element-hq/synapse/issues/16977 ))
- Bump mypy from 1.5.1 to 1.8.0. ([#​16901](https://github.com/element-hq/synapse/issues/16901 ))
- Bump netaddr from 0.9.0 to 1.2.1. ([#​17006](https://github.com/element-hq/synapse/issues/17006 ))
- Bump pydantic from 2.6.0 to 2.6.4. ([#​17004](https://github.com/element-hq/synapse/issues/17004 ))
- Bump pyo3 from 0.20.2 to 0.20.3. ([#​16962](https://github.com/element-hq/synapse/issues/16962 ))
- Bump ruff from 0.1.14 to 0.3.2. ([#​16994](https://github.com/element-hq/synapse/issues/16994 ))
- Bump serde from 1.0.196 to 1.0.197. ([#​16963](https://github.com/element-hq/synapse/issues/16963 ))
- Bump serde_json from 1.0.113 to 1.0.114. ([#​16961](https://github.com/element-hq/synapse/issues/16961 ))
- Bump types-jsonschema from 4.21.0.20240118 to 4.21.0.20240311. ([#​17007](https://github.com/element-hq/synapse/issues/17007 ))
- Bump types-psycopg2 from 2.9.21.16 to 2.9.21.20240311. ([#​16995](https://github.com/element-hq/synapse/issues/16995 ))
- Bump types-pyopenssl from 23.3.0.0 to 24.0.0.20240311. ([#​17003](https://github.com/element-hq/synapse/issues/17003 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: carsten/container-server#36
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-04-04 18:00:49 +02:00
dc8d75ae53
chore(deps): update woodpeckerci to v2.4.1 ( #34 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [woodpeckerci/woodpecker-agent](https://github.com/woodpecker-ci/woodpecker ) | minor | `v2.3.0-alpine` -> `v2.4.1-alpine` |
| [woodpeckerci/woodpecker-server](https://github.com/woodpecker-ci/woodpecker ) | minor | `v2.3.0-alpine` -> `v2.4.1-alpine` |
---
### Release Notes
<details>
<summary>woodpecker-ci/woodpecker (woodpeckerci/woodpecker-agent)</summary>
### [`v2.4.1`](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.4.1 ): 2.4.1
[Compare Source](https://github.com/woodpecker-ci/woodpecker/compare/v2.4.0...v2.4.1 )
##### [2.4.1](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.4.1 ) - 2024-03-20
##### ❤️ Thanks to all contributors! ❤️
[@​manuelluis](https://github.com/manuelluis ), [@​qwerty287](https://github.com/qwerty287 ), [@​xoxys](https://github.com/xoxys )
##### 🔒 Security
- Only allow to deploy from push, tag and release \[[#​3522](https://github.com/woodpecker-ci/woodpecker/pull/3522 )]
##### 🐛 Bug Fixes
- Exclude setup from cli command exec. \[[#​3523](https://github.com/woodpecker-ci/woodpecker/pull/3523 )]
- Fix uppercased env \[[#​3516](https://github.com/woodpecker-ci/woodpecker/pull/3516 )]
- Fix env schema \[[#​3514](https://github.com/woodpecker-ci/woodpecker/pull/3514 )]
##### Misc
- Temp pin golangci version in makefile \[[#​3520](https://github.com/woodpecker-ci/woodpecker/pull/3520 )]
### [`v2.4.0`](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.4.0 ): 2.4.0
[Compare Source](https://github.com/woodpecker-ci/woodpecker/compare/v2.3.0...v2.4.0 )
##### [2.4.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.4.0 ) - 2024-03-19
##### ❤️ Thanks to all contributors! ❤️
[@​6543](https://github.com/6543 ), [@​Ray-D-Song](https://github.com/Ray-D-Song ), [@​anbraten](https://github.com/anbraten ), [@​eliasscosta](https://github.com/eliasscosta ), [@​fernandrone](https://github.com/fernandrone ), [@​kjuulh](https://github.com/kjuulh ), [@​kytta](https://github.com/kytta ), [@​langecode](https://github.com/langecode ), [@​lukashass](https://github.com/lukashass ), [@​qwerty287](https://github.com/qwerty287 ), [@​rockdrilla](https://github.com/rockdrilla ), [@​sinlov](https://github.com/sinlov ), [@​smainz](https://github.com/smainz ), [@​xoxys](https://github.com/xoxys ), [@​zc-devs](https://github.com/zc-devs ), [@​zowhoey](https://github.com/zowhoey )
##### 🔒 Security
- Improve security context handling \[[#​3482](https://github.com/woodpecker-ci/woodpecker/pull/3482 )]
- fix(deps): update module github.com/moby/moby to v24.0.9+incompatible \[[#​3323](https://github.com/woodpecker-ci/woodpecker/pull/3323 )]
##### ✨ Features
- Cli setup command \[[#​3384](https://github.com/woodpecker-ci/woodpecker/pull/3384 )]
- Add bitbucket datacenter (server) support \[[#​2503](https://github.com/woodpecker-ci/woodpecker/pull/2503 )]
- Cli updater \[[#​3382](https://github.com/woodpecker-ci/woodpecker/pull/3382 )]
##### 📚 Documentation
- Delete docs for v0.15.x \[[#​3508](https://github.com/woodpecker-ci/woodpecker/pull/3508 )]
- Add deployment plugin \[[#​3495](https://github.com/woodpecker-ci/woodpecker/pull/3495 )]
- Bump follow-redirects and fix broken anchors \[[#​3488](https://github.com/woodpecker-ci/woodpecker/pull/3488 )]
- fix: plugin doc page not found \[[#​3480](https://github.com/woodpecker-ci/woodpecker/pull/3480 )]
- Documentation improvements \[[#​3376](https://github.com/woodpecker-ci/woodpecker/pull/3376 )]
- fix(deps): update docs npm deps non-major \[[#​3455](https://github.com/woodpecker-ci/woodpecker/pull/3455 )]
- Add "Sonatype Nexus" plugin \[[#​3446](https://github.com/woodpecker-ci/woodpecker/pull/3446 )]
- Add blog post \[[#​3439](https://github.com/woodpecker-ci/woodpecker/pull/3439 )]
- Add "Gradle Wrapper Validation" plugin \[[#​3435](https://github.com/woodpecker-ci/woodpecker/pull/3435 )]
- Add blog post \[[#​3410](https://github.com/woodpecker-ci/woodpecker/pull/3410 )]
- Extend core ideas documentation \[[#​3405](https://github.com/woodpecker-ci/woodpecker/pull/3405 )]
- docs: fix contributions link \[[#​3363](https://github.com/woodpecker-ci/woodpecker/pull/3363 )]
- Update/fix some docs \[[#​3359](https://github.com/woodpecker-ci/woodpecker/pull/3359 )]
- chore(deps): update dependency marked to v12 \[[#​3325](https://github.com/woodpecker-ci/woodpecker/pull/3325 )]
##### 🐛 Bug Fixes
- Fix skip setup for some general cli commands \[[#​3498](https://github.com/woodpecker-ci/woodpecker/pull/3498 )]
- Move generic agent flags to cmd/agent/core \[[#​3484](https://github.com/woodpecker-ci/woodpecker/pull/3484 )]
- Fix usage of WOODPECKER_DATABASE_DATASOURCE_FILE \[[#​3404](https://github.com/woodpecker-ci/woodpecker/pull/3404 )]
- Set pull-request id and labels on pr-closed event \[[#​3442](https://github.com/woodpecker-ci/woodpecker/pull/3442 )]
- Update org name on login \[[#​3409](https://github.com/woodpecker-ci/woodpecker/pull/3409 )]
- Do not alter secret key upper-/lowercase \[[#​3375](https://github.com/woodpecker-ci/woodpecker/pull/3375 )]
- fix: can't run multiple services on k8s \[[#​3395](https://github.com/woodpecker-ci/woodpecker/pull/3395 )]
- Fix agent polling \[[#​3378](https://github.com/woodpecker-ci/woodpecker/pull/3378 )]
- Remove empty strings from slice before parsing agent config \[[#​3387](https://github.com/woodpecker-ci/woodpecker/pull/3387 )]
- Set correct link for commit \[[#​3368](https://github.com/woodpecker-ci/woodpecker/pull/3368 )]
- Fix schema links \[[#​3369](https://github.com/woodpecker-ci/woodpecker/pull/3369 )]
- Fix correctly handle gitlab pr closed events \[[#​3362](https://github.com/woodpecker-ci/woodpecker/pull/3362 )]
- fix: update schema event_enum to remove error warning when.event \[[#​3357](https://github.com/woodpecker-ci/woodpecker/pull/3357 )]
- Fix version check on next \[[#​3340](https://github.com/woodpecker-ci/woodpecker/pull/3340 )]
- Ignore gitlab merge request events without code changes \[[#​3338](https://github.com/woodpecker-ci/woodpecker/pull/3338 )]
- Ignore gitlab push events without commits \[[#​3339](https://github.com/woodpecker-ci/woodpecker/pull/3339 )]
- Consider gitlab inherited permissions \[[#​3308](https://github.com/woodpecker-ci/woodpecker/pull/3308 )]
- fix: agent panic when node is terminated during step execution \[[#​3331](https://github.com/woodpecker-ci/woodpecker/pull/3331 )]
##### 📈 Enhancement
- Enable golangci linter gomnd \[[#​3171](https://github.com/woodpecker-ci/woodpecker/pull/3171 )]
- Apply "grpcnotrace" go build tag \[[#​3448](https://github.com/woodpecker-ci/woodpecker/pull/3448 )]
- Simplify store interfaces \[[#​3437](https://github.com/woodpecker-ci/woodpecker/pull/3437 )]
- Deprecate alternative names on secrets \[[#​3406](https://github.com/woodpecker-ci/woodpecker/pull/3406 )]
- Store workflows/steps for blocked pipeline \[[#​2757](https://github.com/woodpecker-ci/woodpecker/pull/2757 )]
- Parse email from Gitea webhook \[[#​3420](https://github.com/woodpecker-ci/woodpecker/pull/3420 )]
- Replace http types on forge interface \[[#​3374](https://github.com/woodpecker-ci/woodpecker/pull/3374 )]
- Prevent agent deletion when it's still running tasks \[[#​3377](https://github.com/woodpecker-ci/woodpecker/pull/3377 )]
- Refactor internal services \[[#​915](https://github.com/woodpecker-ci/woodpecker/pull/915 )]
- Lint for event filter and deprecate `exclude` \[[#​3222](https://github.com/woodpecker-ci/woodpecker/pull/3222 )]
- Allow editing all environment variables in pipeline popups \[[#​3314](https://github.com/woodpecker-ci/woodpecker/pull/3314 )]
- Parse backend options in backend \[[#​3227](https://github.com/woodpecker-ci/woodpecker/pull/3227 )]
- Make agent usable for external backends \[[#​3270](https://github.com/woodpecker-ci/woodpecker/pull/3270 )]
- Add no branches text \[[#​3312](https://github.com/woodpecker-ci/woodpecker/pull/3312 )]
- Add loading spinner to repo list \[[#​3310](https://github.com/woodpecker-ci/woodpecker/pull/3310 )]
##### Misc
- Post on mastodon when releasing a new version \[[#​3509](https://github.com/woodpecker-ci/woodpecker/pull/3509 )]
- chore(deps): update dependency alpine\_3\_18/ca-certificates to v20240226 \[[#​3501](https://github.com/woodpecker-ci/woodpecker/pull/3501 )]
- fix(deps): update module github.com/google/go-github/v59 to v60 \[[#​3493](https://github.com/woodpecker-ci/woodpecker/pull/3493 )]
- fix(deps): update dependency [@​intlify/unplugin-vue-i18n](https://github.com/intlify/unplugin-vue-i18n ) to v3 \[[#​3492](https://github.com/woodpecker-ci/woodpecker/pull/3492 )]
- chore(deps): update dependency vue-tsc to v2 \[[#​3491](https://github.com/woodpecker-ci/woodpecker/pull/3491 )]
- chore(deps): update dependency eslint-config-airbnb-typescript to v18 \[[#​3490](https://github.com/woodpecker-ci/woodpecker/pull/3490 )]
- chore(deps): update web npm deps non-major \[[#​3489](https://github.com/woodpecker-ci/woodpecker/pull/3489 )]
- fix(deps): update golang (packages) \[[#​3486](https://github.com/woodpecker-ci/woodpecker/pull/3486 )]
- fix(deps): update module google.golang.org/protobuf to v1.33.0 \[security] \[[#​3487](https://github.com/woodpecker-ci/woodpecker/pull/3487 )]
- chore(deps): update docker.io/techknowlogick/xgo docker tag to go-1.22.1 \[[#​3476](https://github.com/woodpecker-ci/woodpecker/pull/3476 )]
- chore(deps): update docker.io/golang docker tag to v1.22.1 \[[#​3475](https://github.com/woodpecker-ci/woodpecker/pull/3475 )]
- Update prettier version \[[#​3471](https://github.com/woodpecker-ci/woodpecker/pull/3471 )]
- chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v1.1.0 \[[#​3464](https://github.com/woodpecker-ci/woodpecker/pull/3464 )]
- chore(deps): lock file maintenance \[[#​3465](https://github.com/woodpecker-ci/woodpecker/pull/3465 )]
- chore(deps): update postgres docker tag to v16.2 \[[#​3461](https://github.com/woodpecker-ci/woodpecker/pull/3461 )]
- chore(deps): update lycheeverse/lychee docker tag to v0.14.3 \[[#​3429](https://github.com/woodpecker-ci/woodpecker/pull/3429 )]
- fix(deps): update golang (packages) \[[#​3430](https://github.com/woodpecker-ci/woodpecker/pull/3430 )]
- More `when` filters \[[#​3407](https://github.com/woodpecker-ci/woodpecker/pull/3407 )]
- Apply `documentation`/`ui` label to corresponding renovate updates \[[#​3400](https://github.com/woodpecker-ci/woodpecker/pull/3400 )]
- chore(deps): update dependency eslint-plugin-simple-import-sort to v12 \[[#​3396](https://github.com/woodpecker-ci/woodpecker/pull/3396 )]
- chore(deps): update typescript-eslint monorepo to v7 (major) \[[#​3397](https://github.com/woodpecker-ci/woodpecker/pull/3397 )]
- fix(deps): update module github.com/google/go-github/v58 to v59 \[[#​3398](https://github.com/woodpecker-ci/woodpecker/pull/3398 )]
- chore(deps): update docker.io/techknowlogick/xgo docker tag to go-1.22.0 \[[#​3392](https://github.com/woodpecker-ci/woodpecker/pull/3392 )]
- chore(deps): update docker.io/golang docker tag \[[#​3391](https://github.com/woodpecker-ci/woodpecker/pull/3391 )]
- fix(deps): update golang (packages) \[[#​3393](https://github.com/woodpecker-ci/woodpecker/pull/3393 )]
- chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v3.1.0 \[[#​3394](https://github.com/woodpecker-ci/woodpecker/pull/3394 )]
- Add link checking \[[#​3371](https://github.com/woodpecker-ci/woodpecker/pull/3371 )]
- Apply `dependencies` label to all PRs \[[#​3358](https://github.com/woodpecker-ci/woodpecker/pull/3358 )]
- chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v3.0.1 \[[#​3324](https://github.com/woodpecker-ci/woodpecker/pull/3324 )]
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#34
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-03-21 22:29:13 +01:00
6fff50192b
Add renovate groups
2024-03-21 22:22:18 +01:00
9da582e0d8
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.103.0 ( #29 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/element-hq/synapse](https://matrix.org/docs/projects/server/synapse ) ([source](https://github.com/element-hq/synapse )) | minor | `v1.102.0` -> `v1.103.0` |
---
### Release Notes
<details>
<summary>element-hq/synapse (ghcr.io/element-hq/synapse)</summary>
### [`v1.103.0`](https://github.com/element-hq/synapse/releases/tag/v1.103.0 )
[Compare Source](https://github.com/element-hq/synapse/compare/v1.102.0...v1.103.0 )
### Synapse 1.103.0 (2024-03-19)
No significant changes since 1.103.0rc1.
### Synapse 1.103.0rc1 (2024-03-12)
##### Features
- Add a new [List Accounts v3](https://element-hq.github.io/synapse/v1.103/admin_api/user_admin_api.html#list-accounts-v3 ) Admin API with improved deactivated user filtering capabilities. ([#​16874](https://github.com/element-hq/synapse/issues/16874 ))
- Include `Retry-After` header by default per [MSC4041](https://github.com/matrix-org/matrix-spec-proposals/pull/4041 ). Contributed by [@​clokep](https://github.com/clokep ). ([#​16947](https://github.com/element-hq/synapse/issues/16947 ))
##### Bugfixes
- Fix joining remote rooms when a module uses the `on_new_event` callback. This callback may now pass partial state events instead of the full state for remote rooms. Introduced in v1.76.0. ([#​16973](https://github.com/element-hq/synapse/issues/16973 ))
- Fix performance issue when joining very large rooms that can cause the server to lock up. Introduced in v1.100.0. Contributed by [@​ggogel](https://github.com/ggogel ). ([#​16968](https://github.com/element-hq/synapse/issues/16968 ))
##### Improved Documentation
- Add HAProxy example for single port operation to reverse proxy documentation. Contributed by Georg Pfuetzenreuter ([@​tacerus](https://github.com/tacerus )). ([#​16768](https://github.com/element-hq/synapse/issues/16768 ))
- Improve the documentation around running Complement tests with new configuration parameters. ([#​16946](https://github.com/element-hq/synapse/issues/16946 ))
- Add docs on upgrading from a very old version. ([#​16951](https://github.com/element-hq/synapse/issues/16951 ))
##### Updates to locked dependencies
- Bump JasonEtco/create-an-issue from 2.9.1 to 2.9.2. ([#​16934](https://github.com/element-hq/synapse/issues/16934 ))
- Bump anyhow from 1.0.79 to 1.0.80. ([#​16935](https://github.com/element-hq/synapse/issues/16935 ))
- Bump dawidd6/action-download-artifact from 3.0.0 to 3.1.1. ([#​16933](https://github.com/element-hq/synapse/issues/16933 ))
- Bump furo from 2023.9.10 to 2024.1.29. ([#​16939](https://github.com/element-hq/synapse/issues/16939 ))
- Bump pyopenssl from 23.3.0 to 24.0.0. ([#​16937](https://github.com/element-hq/synapse/issues/16937 ))
- Bump types-netaddr from 0.10.0.20240106 to 1.2.0.20240219. ([#​16938](https://github.com/element-hq/synapse/issues/16938 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#29
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-03-21 22:01:30 +01:00
4e9a0f9bb5
services(nextcloud): Add eturnal TURN server for Nextcloud Talk
2024-03-17 19:18:43 +01:00
ece0910957
chore(deps): update ghcr.io/imagegenius/amp docker tag to v2.5.0 ( #28 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/imagegenius/amp](https://github.com/imagegenius/docker-amp/packages ) ([source](https://github.com/imagegenius/docker-amp )) | minor | `2.4.8-ubuntu` -> `2.5.0-ubuntu` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#28
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-03-14 20:09:52 +01:00
c6e63f1b6a
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.102.0 ( #27 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/element-hq/synapse](https://matrix.org/docs/projects/server/synapse ) ([source](https://github.com/element-hq/synapse )) | minor | `v1.101.0` -> `v1.102.0` |
---
### Release Notes
<details>
<summary>element-hq/synapse (ghcr.io/element-hq/synapse)</summary>
### [`v1.102.0`](https://github.com/element-hq/synapse/releases/tag/v1.102.0 )
[Compare Source](https://github.com/element-hq/synapse/compare/v1.101.0...v1.102.0 )
### Synapse 1.102.0 (2024-03-05)
##### Bugfixes
- Revert https://github.com/element-hq/synapse/pull/16756 , which caused incorrect notification counts on mobile clients since v1.100.0. ([#​16979](https://github.com/element-hq/synapse/issues/16979 ))
### Synapse 1.102.0rc1 (2024-02-20)
##### Features
- A metric was added for emails sent by Synapse, broken down by type: `synapse_emails_sent_total`. Contributed by Remi Rampin. ([#​16881](https://github.com/element-hq/synapse/issues/16881 ))
##### Bugfixes
- Do not send multiple concurrent requests for keys for the same server. ([#​16894](https://github.com/element-hq/synapse/issues/16894 ))
- Fix performance issue when joining very large rooms that can cause the server to lock up. Introduced in v1.100.0. ([#​16903](https://github.com/element-hq/synapse/issues/16903 ))
- Always prefer unthreaded receipt when >1 exist ([MSC4102](https://github.com/matrix-org/matrix-spec-proposals/pull/4102 )). ([#​16927](https://github.com/element-hq/synapse/issues/16927 ))
##### Improved Documentation
- Fix a small typo in the Rooms section of the Admin API documentation. Contributed by [@​RainerZufall187](https://github.com/RainerZufall187 ). ([#​16857](https://github.com/element-hq/synapse/issues/16857 ))
##### Internal Changes
- Don't invalidate the entire event cache when we purge history. ([#​16905](https://github.com/element-hq/synapse/issues/16905 ))
- Add experimental config option to not send device list updates for specific users. ([#​16909](https://github.com/element-hq/synapse/issues/16909 ))
- Fix incorrect docker hub link in release script. ([#​16910](https://github.com/element-hq/synapse/issues/16910 ))
##### Updates to locked dependencies
- Bump attrs from 23.1.0 to 23.2.0. ([#​16899](https://github.com/element-hq/synapse/issues/16899 ))
- Bump bcrypt from 4.0.1 to 4.1.2. ([#​16900](https://github.com/element-hq/synapse/issues/16900 ))
- Bump pygithub from 2.1.1 to 2.2.0. ([#​16902](https://github.com/element-hq/synapse/issues/16902 ))
- Bump sentry-sdk from 1.40.0 to 1.40.3. ([#​16898](https://github.com/element-hq/synapse/issues/16898 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjQuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#27
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-03-10 19:42:50 +01:00
a27f77e6a9
chore(deps): update ghcr.io/dani-garcia/vaultwarden docker tag to v1.30.5 ( #25 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/dani-garcia/vaultwarden](https://github.com/dani-garcia/vaultwarden ) | patch | `1.30.3-alpine` -> `1.30.5-alpine` |
---
### Release Notes
<details>
<summary>dani-garcia/vaultwarden (ghcr.io/dani-garcia/vaultwarden)</summary>
### [`v1.30.5`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.5 )
[Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.30.4...1.30.5 )
#### What's Changed
- fix: web API call for jquery 3.7.1 by [@​calvin-li-developer](https://github.com/calvin-li-developer ) in https://github.com/dani-garcia/vaultwarden/pull/4400
#### New Contributors
- [@​calvin-li-developer](https://github.com/calvin-li-developer ) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/4400
**Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.30.4...1.30.5
### [`v1.30.4`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.4 )
[Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.30.3...1.30.4 )
⚠️ Note: The WebSockets service for live sync has been integrated in the main HTTP server, which means simpler proxy setups that don't require a separate rule to redirect WS traffic to port 3012. Please check the updated examples in the [wiki](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples ). It's recommended to migrate to this new setup as using the old server on port 3012 is deprecated, won't receive new features and will be removed in the next release.
#### What's Changed
- Update crates to fix new builds by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4308
- Add Kubernetes environment detection by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4290
- Update GHA Workflows by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4309
- Update Rust, crates and web-vault by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4328
- Change the codegen-units for low resources by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4336
- Fix env templateto ensure compatibility with systemd's EnvironmentFile parsing by [@​seiuneko](https://github.com/seiuneko ) in https://github.com/dani-garcia/vaultwarden/pull/4315
- Update crates, GHA and a Python script by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4357
#### New Contributors
- [@​seiuneko](https://github.com/seiuneko ) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/4315
**Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.30.3...1.30.4
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjQuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#25
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-03-05 19:05:48 +01:00
9054d1bf1b
chore(deps): update ghcr.io/actualbudget/actual-server docker tag to v24.3.0 ( #26 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/actualbudget/actual-server | minor | `24.2.0-alpine` -> `24.3.0-alpine` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjQuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#26
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-03-05 19:05:25 +01:00
1b25715df6
chore(deps): update ghcr.io/goauthentik/server docker tag to v2024 ( #24 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/goauthentik/server](https://goauthentik.io ) ([source](https://github.com/goauthentik/authentik )) | major | `2023.10` -> `2024.2` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTEuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE5MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#24
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-02-21 21:20:12 +01:00
e9b064ef2c
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.101.0 ( #23 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/element-hq/synapse](https://matrix.org/docs/projects/server/synapse ) ([source](https://github.com/element-hq/synapse )) | minor | `v1.100.0` -> `v1.101.0` |
---
### Release Notes
<details>
<summary>element-hq/synapse (ghcr.io/element-hq/synapse)</summary>
### [`v1.101.0`](https://github.com/element-hq/synapse/releases/tag/v1.101.0 )
[Compare Source](https://github.com/element-hq/synapse/compare/v1.100.0...v1.101.0 )
### Synapse 1.101.0 (2024-02-13)
##### Bugfixes
- Fix performance regression when fetching auth chains from the DB. Introduced in v1.100.0. ([#​16893](https://github.com/element-hq/synapse/issues/16893 ))
### Synapse 1.101.0rc1 (2024-02-06)
##### Improved Documentation
- Fix broken links in the documentation. ([#​16853](https://github.com/element-hq/synapse/issues/16853 ))
- Update MacOS installation instructions to mention that libicu is optional. ([#​16854](https://github.com/element-hq/synapse/issues/16854 ))
- The version picker now correctly lists versions after `v1.98.0`. ([#​16880](https://github.com/element-hq/synapse/issues/16880 ))
##### Internal Changes
- Add support for stabilised [MSC3981](https://github.com/matrix-org/matrix-spec-proposals/pull/3981 ) that adds a `recurse` parameter on the `/relations` API. ([#​16842](https://github.com/element-hq/synapse/issues/16842 ))
##### Updates to locked dependencies
- Bump dorny/paths-filter from 2 to 3. ([#​16869](https://github.com/element-hq/synapse/issues/16869 ))
- Bump gitpython from 3.1.40 to 3.1.41. ([#​16850](https://github.com/element-hq/synapse/issues/16850 ))
- Bump hiredis from 2.2.3 to 2.3.2. ([#​16862](https://github.com/element-hq/synapse/issues/16862 ))
- Bump jsonschema from 4.20.0 to 4.21.1. ([#​16887](https://github.com/element-hq/synapse/issues/16887 ))
- Bump lxml-stubs from 0.4.0 to 0.5.1. ([#​16885](https://github.com/element-hq/synapse/issues/16885 ))
- Bump mypy-zope from 1.0.1 to 1.0.3. ([#​16865](https://github.com/element-hq/synapse/issues/16865 ))
- Bump phonenumbers from 8.13.26 to 8.13.29. ([#​16868](https://github.com/element-hq/synapse/issues/16868 ))
- Bump pydantic from 2.5.3 to 2.6.0. ([#​16888](https://github.com/element-hq/synapse/issues/16888 ))
- Bump sentry-sdk from 1.39.1 to 1.40.0. ([#​16889](https://github.com/element-hq/synapse/issues/16889 ))
- Bump serde from 1.0.195 to 1.0.196. ([#​16867](https://github.com/element-hq/synapse/issues/16867 ))
- Bump serde_json from 1.0.111 to 1.0.113. ([#​16866](https://github.com/element-hq/synapse/issues/16866 ))
- Bump sigstore/cosign-installer from 3.3.0 to 3.4.0. ([#​16890](https://github.com/element-hq/synapse/issues/16890 ))
- Bump types-pillow from 10.1.0.2 to 10.2.0.20240125. ([#​16864](https://github.com/element-hq/synapse/issues/16864 ))
- Bump types-requests from 2.31.0.10 to 2.31.0.20240125. ([#​16886](https://github.com/element-hq/synapse/issues/16886 ))
- Bump types-setuptools from 69.0.0.0 to 69.0.0.20240125. ([#​16863](https://github.com/element-hq/synapse/issues/16863 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#23
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-02-14 22:33:57 +01:00
14b9ec4ee0
chore(deps): update woodpeckerci/woodpecker-agent docker tag to v2.3.0 ( #19 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [woodpeckerci/woodpecker-agent](https://github.com/woodpecker-ci/woodpecker ) | minor | `v2.2.2-alpine` -> `v2.3.0-alpine` |
---
### Release Notes
<details>
<summary>woodpecker-ci/woodpecker (woodpeckerci/woodpecker-agent)</summary>
### [`v2.3.0`](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.3.0 ): 2.3.0
[Compare Source](https://github.com/woodpecker-ci/woodpecker/compare/v2.2.2...v2.3.0 )
#### [2.3.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.3.0 ) - 2024-01-31
##### ❤️ Thanks to all contributors! ❤️
[@​anbraten](https://github.com/anbraten ), [@​HerHde](https://github.com/HerHde ), [@​qwerty287](https://github.com/qwerty287 ), [@​pat-s](https://github.com/pat-s ), [@​renovate](https://github.com/renovate )\[bot], [@​lukashass](https://github.com/lukashass ), [@​zc-devs](https://github.com/zc-devs ), [@​Alonsohhl](https://github.com/Alonsohhl ), [@​healdropper](https://github.com/healdropper ), [@​eliasscosta](https://github.com/eliasscosta ), [@​runephilosof-karnovgroup](https://github.com/runephilosof-karnovgroup )
##### ✨ Features
- Add release event \[[#​3226](https://github.com/woodpecker-ci/woodpecker/pull/3226 )]
##### 📚 Documentation
- Add release types \[[#​3303](https://github.com/woodpecker-ci/woodpecker/pull/3303 )]
- Add opencollective footer \[[#​3281](https://github.com/woodpecker-ci/woodpecker/pull/3281 )]
- Use array syntax in docs \[[#​3242](https://github.com/woodpecker-ci/woodpecker/pull/3242 )]
##### 🐛 Bug Fixes
- Fix Gitpod: Gitea auth token creation \[[#​3299](https://github.com/woodpecker-ci/woodpecker/pull/3299 )]
- Fix agent updating \[[#​3287](https://github.com/woodpecker-ci/woodpecker/pull/3287 )]
- Sanitize pod's step label \[[#​3275](https://github.com/woodpecker-ci/woodpecker/pull/3275 )]
- Pipeline errors must be an array \[[#​3276](https://github.com/woodpecker-ci/woodpecker/pull/3276 )]
- fix bitbucket SSO using UUID from bitbucket api response as ForgeRemoteID \[[#​3265](https://github.com/woodpecker-ci/woodpecker/pull/3265 )]
- fix: bug pod service without label service \[[#​3256](https://github.com/woodpecker-ci/woodpecker/pull/3256 )]
- Fix disabling PRs \[[#​3258](https://github.com/woodpecker-ci/woodpecker/pull/3258 )]
- fix: bug annotations \[[#​3255](https://github.com/woodpecker-ci/woodpecker/pull/3255 )]
##### 📈 Enhancement
- Update theme on system color mode change \[[#​3296](https://github.com/woodpecker-ci/woodpecker/pull/3296 )]
- Improve secrets availability checks \[[#​3271](https://github.com/woodpecker-ci/woodpecker/pull/3271 )]
- Load more pipeline log lines (500 => 5000) \[[#​3212](https://github.com/woodpecker-ci/woodpecker/pull/3212 )]
- Clean up models \[[#​3228](https://github.com/woodpecker-ci/woodpecker/pull/3228 )]
##### Misc
- chore(deps): update docker.io/techknowlogick/xgo docker tag to go-1.21.6 \[[#​3294](https://github.com/woodpecker-ci/woodpecker/pull/3294 )]
- fix(deps): update docs npm deps non-major \[[#​3295](https://github.com/woodpecker-ci/woodpecker/pull/3295 )]
- Remove deprecated `group` from config \[[#​3289](https://github.com/woodpecker-ci/woodpecker/pull/3289 )]
- Add spellcheck config \[[#​3018](https://github.com/woodpecker-ci/woodpecker/pull/3018 )]
- fix(deps): update golang (packages) \[[#​3284](https://github.com/woodpecker-ci/woodpecker/pull/3284 )]
- chore(deps): lock file maintenance \[[#​3274](https://github.com/woodpecker-ci/woodpecker/pull/3274 )]
- chore(deps): update web npm deps non-major \[[#​3273](https://github.com/woodpecker-ci/woodpecker/pull/3273 )]
- Pin prettier version \[[#​3260](https://github.com/woodpecker-ci/woodpecker/pull/3260 )]
- Fix prettier \[[#​3259](https://github.com/woodpecker-ci/woodpecker/pull/3259 )]
- Update UI building in Makefile \[[#​3250](https://github.com/woodpecker-ci/woodpecker/pull/3250 )]
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#19
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-02-03 17:27:52 +01:00
bf5f570983
chore(deps): update woodpeckerci/woodpecker-server docker tag to v2.3.0 ( #20 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [woodpeckerci/woodpecker-server](https://github.com/woodpecker-ci/woodpecker ) | minor | `v2.2.2-alpine` -> `v2.3.0-alpine` |
---
### Release Notes
<details>
<summary>woodpecker-ci/woodpecker (woodpeckerci/woodpecker-server)</summary>
### [`v2.3.0`](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.3.0 ): 2.3.0
[Compare Source](https://github.com/woodpecker-ci/woodpecker/compare/v2.2.2...v2.3.0 )
#### [2.3.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.3.0 ) - 2024-01-31
##### ❤️ Thanks to all contributors! ❤️
[@​anbraten](https://github.com/anbraten ), [@​HerHde](https://github.com/HerHde ), [@​qwerty287](https://github.com/qwerty287 ), [@​pat-s](https://github.com/pat-s ), [@​renovate](https://github.com/renovate )\[bot], [@​lukashass](https://github.com/lukashass ), [@​zc-devs](https://github.com/zc-devs ), [@​Alonsohhl](https://github.com/Alonsohhl ), [@​healdropper](https://github.com/healdropper ), [@​eliasscosta](https://github.com/eliasscosta ), [@​runephilosof-karnovgroup](https://github.com/runephilosof-karnovgroup )
##### ✨ Features
- Add release event \[[#​3226](https://github.com/woodpecker-ci/woodpecker/pull/3226 )]
##### 📚 Documentation
- Add release types \[[#​3303](https://github.com/woodpecker-ci/woodpecker/pull/3303 )]
- Add opencollective footer \[[#​3281](https://github.com/woodpecker-ci/woodpecker/pull/3281 )]
- Use array syntax in docs \[[#​3242](https://github.com/woodpecker-ci/woodpecker/pull/3242 )]
##### 🐛 Bug Fixes
- Fix Gitpod: Gitea auth token creation \[[#​3299](https://github.com/woodpecker-ci/woodpecker/pull/3299 )]
- Fix agent updating \[[#​3287](https://github.com/woodpecker-ci/woodpecker/pull/3287 )]
- Sanitize pod's step label \[[#​3275](https://github.com/woodpecker-ci/woodpecker/pull/3275 )]
- Pipeline errors must be an array \[[#​3276](https://github.com/woodpecker-ci/woodpecker/pull/3276 )]
- fix bitbucket SSO using UUID from bitbucket api response as ForgeRemoteID \[[#​3265](https://github.com/woodpecker-ci/woodpecker/pull/3265 )]
- fix: bug pod service without label service \[[#​3256](https://github.com/woodpecker-ci/woodpecker/pull/3256 )]
- Fix disabling PRs \[[#​3258](https://github.com/woodpecker-ci/woodpecker/pull/3258 )]
- fix: bug annotations \[[#​3255](https://github.com/woodpecker-ci/woodpecker/pull/3255 )]
##### 📈 Enhancement
- Update theme on system color mode change \[[#​3296](https://github.com/woodpecker-ci/woodpecker/pull/3296 )]
- Improve secrets availability checks \[[#​3271](https://github.com/woodpecker-ci/woodpecker/pull/3271 )]
- Load more pipeline log lines (500 => 5000) \[[#​3212](https://github.com/woodpecker-ci/woodpecker/pull/3212 )]
- Clean up models \[[#​3228](https://github.com/woodpecker-ci/woodpecker/pull/3228 )]
##### Misc
- chore(deps): update docker.io/techknowlogick/xgo docker tag to go-1.21.6 \[[#​3294](https://github.com/woodpecker-ci/woodpecker/pull/3294 )]
- fix(deps): update docs npm deps non-major \[[#​3295](https://github.com/woodpecker-ci/woodpecker/pull/3295 )]
- Remove deprecated `group` from config \[[#​3289](https://github.com/woodpecker-ci/woodpecker/pull/3289 )]
- Add spellcheck config \[[#​3018](https://github.com/woodpecker-ci/woodpecker/pull/3018 )]
- fix(deps): update golang (packages) \[[#​3284](https://github.com/woodpecker-ci/woodpecker/pull/3284 )]
- chore(deps): lock file maintenance \[[#​3274](https://github.com/woodpecker-ci/woodpecker/pull/3274 )]
- chore(deps): update web npm deps non-major \[[#​3273](https://github.com/woodpecker-ci/woodpecker/pull/3273 )]
- Pin prettier version \[[#​3260](https://github.com/woodpecker-ci/woodpecker/pull/3260 )]
- Fix prettier \[[#​3259](https://github.com/woodpecker-ci/woodpecker/pull/3259 )]
- Update UI building in Makefile \[[#​3250](https://github.com/woodpecker-ci/woodpecker/pull/3250 )]
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#20
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-02-03 17:27:42 +01:00
b650df2303
chore(deps): update ghcr.io/dani-garcia/vaultwarden docker tag to v1.30.3 ( #21 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/dani-garcia/vaultwarden](https://github.com/dani-garcia/vaultwarden ) | patch | `1.30.2-alpine` -> `1.30.3-alpine` |
---
### Release Notes
<details>
<summary>dani-garcia/vaultwarden (ghcr.io/dani-garcia/vaultwarden)</summary>
### [`v1.30.3`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.3 )
[Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.30.2...1.30.3 )
This is a minor release to fix some issues with push notification device registration and docker healthcheck.
⚠️ **Note:** The WebSockets service for live sync has been integrated in the main HTTP server, which means simpler proxy setups that don't require a separate rule to redirect WS traffic to port 3012. Please check the updated examples in the [wiki](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples ). It's recommended to migrate to this new setup as using the old server on port 3012 is deprecated, won't receive new features and will be removed in the next release.
#### What's Changed
- fix push device registration by [@​stefan0xC](https://github.com/stefan0xC ) in https://github.com/dani-garcia/vaultwarden/pull/4297
- Fix healthcheck when using .env file by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4299
**Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.30.2...1.30.3
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#21
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-02-03 17:27:11 +01:00
cce0851bc6
chore(deps): update ghcr.io/actualbudget/actual-server docker tag to v24.2.0 ( #22 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/actualbudget/actual-server | minor | `24.1.0-alpine` -> `24.2.0-alpine` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#22
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-02-03 17:26:50 +01:00
5f62c9dcdc
services(fail2ban): Use iptables-nft frontend
2024-02-03 16:47:13 +01:00
d4db9b74e9
chore(deps): update ghcr.io/dani-garcia/vaultwarden docker tag to v1.30.2 ( #17 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/dani-garcia/vaultwarden](https://github.com/dani-garcia/vaultwarden ) | patch | `1.30.1-alpine` -> `1.30.2-alpine` |
---
### Release Notes
<details>
<summary>dani-garcia/vaultwarden (ghcr.io/dani-garcia/vaultwarden)</summary>
### [`v1.30.2`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.2 )
[Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.30.1...1.30.2 )
⚠️ **Note:** The WebSockets service for live sync has been integrated in the main HTTP server, which means simpler proxy setups that don't require a separate rule to redirect WS traffic to port 3012. Please check the updated examples in the [wiki](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples ). It's recommended to migrate to this new setup as using the old server on port 3012 is deprecated, won't receive new features and will be removed in the next release.
#### What's Changed
- Prevent generating an error during ws close by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4127
- Update Rust, Crates, Profile and Actions by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4126
- Several small fixes for open issues by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4143
- Fix the version string by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4153
- Decrease JWT Refresh/Auth token by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4163
- Update crates by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4173
- Add additional build target which optimizes for size by [@​gladiac](https://github.com/gladiac ) in https://github.com/dani-garcia/vaultwarden/pull/4096
- Update web-vault to v2023.12.0 by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4201
- Update Rust and Crates by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4211
- Fix Single Org Policy check by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4207
- Allow customizing the featureStates by [@​PKizzle](https://github.com/PKizzle ) in https://github.com/dani-garcia/vaultwarden/pull/4168
- Fix [#​3413](https://github.com/dani-garcia/vaultwarden/issues/3413 ): push to users accessing the collections using groups by [@​matlink](https://github.com/matlink ) in https://github.com/dani-garcia/vaultwarden/pull/3757
- US or EU Data Region Selection by [@​toto-xoxo](https://github.com/toto-xoxo ) in https://github.com/dani-garcia/vaultwarden/pull/3752
- enforce 2FA policy on removal of second factor and login by [@​stefan0xC](https://github.com/stefan0xC ) in https://github.com/dani-garcia/vaultwarden/pull/3803
- improve emergency access when not enabled by [@​stefan0xC](https://github.com/stefan0xC ) in https://github.com/dani-garcia/vaultwarden/pull/4227
- Update crates and fix icon issue by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4237
- Bump h2 from 0.3.23 to 0.3.24 by [@​dependabot](https://github.com/dependabot ) in https://github.com/dani-garcia/vaultwarden/pull/4260
- Fix bulk collection deletion by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4257
- fix: use black text for update badge (better contrast) by [@​tessus](https://github.com/tessus ) in https://github.com/dani-garcia/vaultwarden/pull/4245
- prevent side effects if groups are disabled by [@​stefan0xC](https://github.com/stefan0xC ) in https://github.com/dani-garcia/vaultwarden/pull/4265
- Update crates, web-vault to 2024.1.2 and GHA by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4275
- Return 404 when user public_key is empty by [@​Timshel](https://github.com/Timshel ) in https://github.com/dani-garcia/vaultwarden/pull/4271
- Improve file limit handling by [@​dani-garcia](https://github.com/dani-garcia ) in https://github.com/dani-garcia/vaultwarden/pull/4242
- Fix attachment upload size check by [@​BlackDex](https://github.com/BlackDex ) in https://github.com/dani-garcia/vaultwarden/pull/4282
- err on invalid feature flag by [@​stefan0xC](https://github.com/stefan0xC ) in https://github.com/dani-garcia/vaultwarden/pull/4263
- register missing push devices at login by [@​stefan0xC](https://github.com/stefan0xC ) in https://github.com/dani-garcia/vaultwarden/pull/3792
- Update env template file by [@​gzfrozen](https://github.com/gzfrozen ) in https://github.com/dani-garcia/vaultwarden/pull/4276
#### New Contributors
- [@​gladiac](https://github.com/gladiac ) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/4096
- [@​PKizzle](https://github.com/PKizzle ) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/4168
- [@​matlink](https://github.com/matlink ) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3757
- [@​toto-xoxo](https://github.com/toto-xoxo ) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3752
- [@​Timshel](https://github.com/Timshel ) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/4271
- [@​gzfrozen](https://github.com/gzfrozen ) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/4276
**Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.30.1...1.30.2
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#17
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-01-31 20:09:00 +01:00
59902bb3db
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.100.0 ( #18 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/element-hq/synapse](https://matrix.org/docs/projects/server/synapse ) ([source](https://github.com/element-hq/synapse )) | minor | `v1.99.0` -> `v1.100.0` |
---
### Release Notes
<details>
<summary>element-hq/synapse (ghcr.io/element-hq/synapse)</summary>
### [`v1.100.0`](https://github.com/element-hq/synapse/compare/v1.99.0...v1.100.0 )
[Compare Source](https://github.com/element-hq/synapse/compare/v1.99.0...v1.100.0 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#18
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-01-31 20:04:28 +01:00
3e21632d4e
setup(cron): remove git pull
2024-01-31 20:01:38 +01:00
150793e037
setup(cron): Add auto git update
2024-01-27 14:43:50 +01:00
19dfa5142c
chore(deps): update ghcr.io/imagegenius/amp docker tag to v2.4.8 ( #16 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/imagegenius/amp](https://github.com/imagegenius/docker-amp/packages ) ([source](https://github.com/imagegenius/docker-amp )) | patch | `2.4.7-ubuntu` -> `2.4.8-ubuntu` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#16
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-01-27 13:16:06 +01:00
f36d23ec70
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.99.0 ( #13 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/element-hq/synapse](https://matrix.org/docs/projects/server/synapse ) ([source](https://github.com/element-hq/synapse )) | minor | `v1.98.0` -> `v1.99.0` |
---
### Release Notes
<details>
<summary>element-hq/synapse (ghcr.io/element-hq/synapse)</summary>
### [`v1.99.0`](https://github.com/element-hq/synapse/releases/tag/v1.99.0 )
[Compare Source](https://github.com/element-hq/synapse/compare/v1.98.0...v1.99.0 )
### Synapse 1.99.0 (2024-01-16)
Synapse 1.99.0 is the first Synapse release under an AGPLv3.0 licence (with CLA to enable Element to sell AGPL exceptions). You can read more about this here:
- https://matrix.org/blog/2023/11/06/future-of-synapse-dendrite/
- https://element.io/blog/element-to-adopt-agplv3/
- https://element.io/blog/synapse-now-lives-at-github-com-element-hq-synapse/
No significant changes since 1.99.0rc1.
### Synapse 1.99.0rc1 (2024-01-09)
- Add [config options](https://element-hq.github.io/synapse/v1.99/usage/configuration/config_documentation.html#server_notices ) to set the avatar and the topic of the server notices room, as well as the avatar of the server notices user. ([https://github.com/element-hq/synapse/issues/16679 ](https://github.com/matrix-org/synapse/pull/16679 ))
- Add config option [`email.notif_delay_before_mail`](https://element-hq.github.io/synapse/v1.99/usage/configuration/config_documentation.html#email ) to tweak the delay before an email is sent following a notification. ([https://github.com/element-hq/synapse/issues/16696 ](https://github.com/matrix-org/synapse/pull/16696 ))
- Add new configuration option [`sentry.environment`](https://element-hq.github.io/synapse/v1.99/usage/configuration/config_documentation.html#sentry ) for improved system monitoring. Contributed by [@​zeeshanrafiqrana](https://github.com/zeeshanrafiqrana ). ([https://github.com/element-hq/synapse/issues/16738 ](https://github.com/matrix-org/synapse/pull/16738 ))
- Filter out rooms from the room directory being served to other homeservers when those rooms block that homeserver by their Access Control Lists. ([#​16759](https://github.com/element-hq/synapse/pull/16759 ))
- Fix a long-standing bug where the signing keys generated by Synapse were world-readable. Contributed by Fabian Klemp. ([https://github.com/element-hq/synapse/issues/16740 ](https://github.com/matrix-org/synapse/pull/16740 ))
- Fix email verification redirection. Contributed by Fadhlan Ridhwanallah. ([#​16761](https://github.com/element-hq/synapse/pull/16761 ))
- Fixed a bug that prevented users from being queried by display name if it contains non-ASCII characters. ([#​16767](https://github.com/element-hq/synapse/pull/16767 ))
- Allow reactivate user without password with Admin API in some edge cases. ([#​16770](https://github.com/element-hq/synapse/pull/16770 ))
- Adds the `recursion_depth` parameter to the response of the /relations endpoint if [MSC3981](https://github.com/matrix-org/matrix-spec-proposals/pull/3981 ) recursion is being performed. ([#​16775](https://github.com/element-hq/synapse/pull/16775 ))
- Added version picker for Synapse documentation. Contributed by [@​Dmytro27Ind](https://github.com/Dmytro27Ind ). ([https://github.com/element-hq/synapse/issues/16533 ](https://github.com/matrix-org/synapse/pull/16533 ))
- Clarify that `password_config.enabled: "only_for_reauth"` does not allow new logins to be created using password auth. ([https://github.com/element-hq/synapse/issues/16737 ](https://github.com/matrix-org/synapse/pull/16737 ))
- Remove value from header in configuration documentation for `refresh_token_lifetime`. ([#​16763](https://github.com/element-hq/synapse/pull/16763 ))
- Add another custom statistics collection server to the documentation. Contributed by [@​loelkes](https://github.com/loelkes ). ([#​16769](https://github.com/element-hq/synapse/pull/16769 ))
- Remove run-once workflow after adding the version picker to the documentation. ([#​9453](https://github.com/element-hq/synapse/pull/9453 ))
- Update the implementation of \[[MSC2965](https://github.com/matrix-org/matrix-spec-proposals/pull/2965 )]\(https://github.com/matrix-org/matrix-spec-proposals/pull/2965 ) (OIDC Provider discovery). ([https://github.com/element-hq/synapse/issues/16726 ](https://github.com/matrix-org/synapse/pull/16726 ))
- Move the rust stubs inline for better IDE integration. ([#​16757](https://github.com/element-hq/synapse/pull/16757 ))
- Fix sample config doc CI. ([#​16758](https://github.com/element-hq/synapse/pull/16758 ))
- Simplify event internal metadata class. ([#​16762](https://github.com/element-hq/synapse/pull/16762 ), [#​16780](https://github.com/element-hq/synapse/pull/16780 ))
- Sign the published docker image using [cosign](https://docs.sigstore.dev/ ). ([#​16774](https://github.com/element-hq/synapse/pull/16774 ))
- Port `EventInternalMetadata` class to Rust. ([#​16782](https://github.com/element-hq/synapse/pull/16782 ))
<!---->
- Bump actions/setup-go from 4 to 5. ([https://github.com/element-hq/synapse/issues/16749 ](https://github.com/matrix-org/synapse/pull/16749 ))
- Bump actions/setup-python from 4 to 5. ([https://github.com/element-hq/synapse/issues/16748 ](https://github.com/matrix-org/synapse/pull/16748 ))
- Bump immutabledict from 3.0.0 to 4.0.0. ([https://github.com/element-hq/synapse/issues/16743 ](https://github.com/matrix-org/synapse/pull/16743 ))
- Bump isort from 5.12.0 to 5.13.0. ([https://github.com/element-hq/synapse/issues/16745 ](https://github.com/matrix-org/synapse/pull/16745 ))
- Bump isort from 5.13.0 to 5.13.1. ([https://github.com/element-hq/synapse/issues/16752 ](https://github.com/matrix-org/synapse/pull/16752 ))
- Bump pydantic from 2.5.1 to 2.5.2. ([https://github.com/element-hq/synapse/issues/16747 ](https://github.com/matrix-org/synapse/pull/16747 ))
- Bump ruff from 0.1.6 to 0.1.7. ([https://github.com/element-hq/synapse/issues/16746 ](https://github.com/matrix-org/synapse/pull/16746 ))
- Bump types-setuptools from 68.2.0.2 to 69.0.0.0. ([https://github.com/element-hq/synapse/issues/16744 ](https://github.com/matrix-org/synapse/pull/16744 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MC4xNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Reviewed-on: carsten/container-server#13
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-01-23 17:42:14 +01:00
f5782183d1
chore(deps): update woodpeckerci/woodpecker-agent docker tag to v2.2.2 ( #14 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [woodpeckerci/woodpecker-agent](https://github.com/woodpecker-ci/woodpecker ) | minor | `v2.1.1-alpine` -> `v2.2.2-alpine` |
---
### Release Notes
<details>
<summary>woodpecker-ci/woodpecker (woodpeckerci/woodpecker-agent)</summary>
### [`v2.2.2`](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.2.2 ): 2.2.2
[Compare Source](https://github.com/woodpecker-ci/woodpecker/compare/v2.2.1...v2.2.2 )
#### [2.2.2](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.2.2 ) - 2024-01-21
##### Misc
- build: fix nfpm path for server binary \[[#​3246](https://github.com/woodpecker-ci/woodpecker/pull/3246 )]
### [`v2.2.1`](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.2.1 ): 2.2.1
[Compare Source](https://github.com/woodpecker-ci/woodpecker/compare/v2.1.1...v2.2.1 )
#### [2.2.1](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.2.1 ) - 2024-01-21
##### 🐛 Bug Fixes
- Add gitea/forgejo driver check, to handle ErrUnknownVersion error \[[#​3243](https://github.com/woodpecker-ci/woodpecker/pull/3243 )]
##### Misc
- Build tarball for distribution packages \[[#​3244](https://github.com/woodpecker-ci/woodpecker/pull/3244 )]
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTQiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
Reviewed-on: carsten/container-server#14
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-01-23 17:41:40 +01:00
a2815bf057
chore(deps): update woodpeckerci/woodpecker-server docker tag to v2.2.2 ( #15 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [woodpeckerci/woodpecker-server](https://github.com/woodpecker-ci/woodpecker ) | minor | `v2.1.1-alpine` -> `v2.2.2-alpine` |
---
### Release Notes
<details>
<summary>woodpecker-ci/woodpecker (woodpeckerci/woodpecker-server)</summary>
### [`v2.2.2`](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.2.2 ): 2.2.2
[Compare Source](https://github.com/woodpecker-ci/woodpecker/compare/v2.2.1...v2.2.2 )
#### [2.2.2](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.2.2 ) - 2024-01-21
##### Misc
- build: fix nfpm path for server binary \[[#​3246](https://github.com/woodpecker-ci/woodpecker/pull/3246 )]
### [`v2.2.1`](https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.2.1 ): 2.2.1
[Compare Source](https://github.com/woodpecker-ci/woodpecker/compare/v2.1.1...v2.2.1 )
#### [2.2.1](https://github.com/woodpecker-ci/woodpecker/releases/tag/2.2.1 ) - 2024-01-21
##### 🐛 Bug Fixes
- Add gitea/forgejo driver check, to handle ErrUnknownVersion error \[[#​3243](https://github.com/woodpecker-ci/woodpecker/pull/3243 )]
##### Misc
- Build tarball for distribution packages \[[#​3244](https://github.com/woodpecker-ci/woodpecker/pull/3244 )]
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTQiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
Reviewed-on: carsten/container-server#15
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-01-23 17:41:24 +01:00
f1fd90f42e
chore(deps): update ghcr.io/actualbudget/actual-server docker tag to v24 ( #12 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/actualbudget/actual-server | major | `23.12.1-alpine` -> `24.1.0-alpine` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#12
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-01-16 19:26:50 +01:00
d545d8948f
service(forgejo): remove actions runner because github actions are fucking stupid!
2024-01-06 15:53:56 +01:00
6886ddf782
service(forgejo): add runner for forgejo actions
2024-01-06 14:35:55 +01:00
1cae697520
chore(deps): update postgres docker tag to v16 ( #11 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| postgres | major | `15-alpine` -> `16-alpine` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjExOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Reviewed-on: carsten/container-server#11
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-01-03 18:56:26 +01:00
e1b1b90bbb
service: remove psql version varaible to make it renovate compatible
2024-01-03 18:02:16 +01:00
85c703dd34
ci(trigger): Use CI update trigger via shared volume and cron
2024-01-03 17:47:01 +01:00
5115b86532
misc: set specfic version numbers where possible
2024-01-03 17:03:24 +01:00