Commit graph

1065 commits

Author SHA1 Message Date
Renovate Bot
9539f3275e chore(deps): update dependency node to v20.15.0 (main) (#597)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-20 16:37:58 +00:00
Renovate Bot
e9fbb477a5 fix(deps): update helm release postgresql to v15.5.8 (main) (#595)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-20 11:39:31 +00:00
Renovate Bot
ee253e844c fix(deps): update helm release postgresql-ha to v14.2.7 (main) (#593)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-18 22:09:01 +00:00
Renovate Bot
34fd6f2450 fix(deps): update helm release redis-cluster to v10.2.5 (main) (#591)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-18 21:08:12 +00:00
Renovate Bot
d9f6493d62 fix(deps): update helm release postgresql to v15.5.7 (main) (#589)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-18 20:12:30 +00:00
Renovate Bot
b49c3068e3 fix(deps): update helm release redis-cluster to v10.2.4 (main) (#587)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-17 21:38:05 +00:00
Renovate Bot
94187a8d34 fix(deps): update subcharts (main) (#585)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-17 20:37:53 +00:00
Renovate Bot
c4bb8fbd20 chore(deps): update pnpm to v9.4.0 (main) (#583)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-17 16:38:01 +00:00
Renovate Bot
82b0eb7b72 ci(deps): update actions/checkout action to v4.1.7 (main) (#577)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-13 19:35:01 +00:00
Renovate Bot
c7fa8e1daf ci(deps): update helm/chart-testing-action digest to 9c98eaa (main) (#579)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-13 19:07:52 +00:00
Renovate Bot
fa1f4b45ae fix(deps): update forgejo docker tag to v7.0.4 (main) (#582)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [forgejo](https://forgejo.org) ([source](https://codeberg.org/forgejo/forgejo)) | patch | `7.0.3` -> `7.0.4` |

---

### Release Notes

<details>
<summary>forgejo/forgejo (forgejo)</summary>

### [`v7.0.4`](https://codeberg.org/forgejo/forgejo/blob/HEAD/RELEASE-NOTES.md#704)

This is a security 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.3...v7.0.4) included in this release.

-   **Security:**
    -   [PR](https://codeberg.org/forgejo/forgejo/pulls/4054). Fixed: [CVE-2024-24789](https://pkg.go.dev/vuln/GO-2024-2888): the archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file.
    -   [PR](https://codeberg.org/forgejo/forgejo/pulls/3639) - ([fix](1b088fade6) & [test](https://codeberg.org/forgejo/forgejo/pulls/4032)). Fixed: the OAuth2 implementation does not always require authentication for public clients, a requirement of [RFC 6749 Section 10.2](https://datatracker.ietf.org/doc/html/rfc6749#section-10.2). A malicious client can impersonate another client and obtain access to protected resources if the impersonated client fails to, or is unable to, keep its client credentials confidential.

-   **Bug fixes:**
    -   [backport](https://codeberg.org/forgejo/forgejo/pulls/4086) - [PR](https://codeberg.org/forgejo/forgejo/pulls/4085). Fixed: `forgejo migrate-storage --type actions-artifacts` always fails because it picks the wrong path.
    -   [backport](https://codeberg.org/forgejo/forgejo/pulls/4017) - [PR](https://codeberg.org/forgejo/forgejo/pulls/4015). Fixed: avatar files can be found in storage while they do not exist in the database.
    -   [backport](https://codeberg.org/forgejo/forgejo/pulls/3997) - [PR](https://codeberg.org/forgejo/forgejo/pulls/3976). Fixed: repository admins are always denied the right to force merge and instance admins are subject to restrictions to merge that must only apply to repository admins.
    -   [backport](https://codeberg.org/forgejo/forgejo/pulls/3946) - [PR](https://codeberg.org/forgejo/forgejo/pulls/3615). Fixed: non conformance with the [Nix tarball fetcher immutable link protocol](56763ff918/doc/manual/src/protocols/tarball-fetcher.md).
    -   [backport](https://codeberg.org/forgejo/forgejo/pulls/3936) - [PR](https://codeberg.org/forgejo/forgejo/pulls/3935). Fixed: migrated activities (such as reviews) are mapped to the user who initiated the migration rather than the Ghost user, if the external user cannot be mapped to a local one. This mapping mismatch leads to internal server errors in some cases.
    -   [backport](https://codeberg.org/forgejo/forgejo/pulls/3906) - [PR](https://codeberg.org/forgejo/forgejo/pulls/3904). Fixed: a v7.0.0 regression causes `[admin].SEND_NOTIFICATION_EMAIL_ON_NEW_USER=true` to always be ignored.
    -   [backport](https://codeberg.org/forgejo/forgejo/pulls/3888) - [PR](https://codeberg.org/forgejo/forgejo/pulls/3865). Fixed: using a subquery for user deletion is a performance bottleneck when using mariadb 10 because only mariadb 11 takes advantage of the available index.
    -   [backport](https://codeberg.org/forgejo/forgejo/pulls/3887) - [PR](https://codeberg.org/forgejo/forgejo/pulls/3885). Fixed: a v7.0.3 regression causes the expanding diffs in pull requests to fail with a 404 error.
    -   [backport](https://codeberg.org/forgejo/forgejo/pulls/3881) - [PR](https://codeberg.org/forgejo/forgejo/pulls/3864). Fixed: SourceHut Builds webhook fail when the `triggers` field is used.
    -   [backport](https://codeberg.org/forgejo/forgejo/pulls/3877) - [PR](https://codeberg.org/forgejo/forgejo/pulls/3242). Fixed: the label list rendering in the issue and pull request timeline is displayed on multiple lines instead of a single one.
    -   [backport](https://codeberg.org/forgejo/forgejo/pulls/4084) - [PR](https://codeberg.org/forgejo/forgejo/pulls/4083) - [commit](c6e04c3c9e). Fixed: NuGet Package fails `choco info pkgname` when `pkgname` is also a substring of another package Id.
    -   [backport](https://codeberg.org/forgejo/forgejo/pulls/4004) - [PR](https://codeberg.org/forgejo/forgejo/pulls/3989) - [commit](62448bfb93). Fixed: "Git hooks of this repository seem to be broken." warning when pushing more than one branch at a time.
    -   [backport](https://codeberg.org/forgejo/forgejo/pulls/3942) - [PR](https://codeberg.org/forgejo/forgejo/pulls/3917) - [commit](7d7ea45465). Fixed: automerge does not happen when the approval count reaches the required threshold.
    -   [backport](https://codeberg.org/forgejo/forgejo/pulls/3942) - [PR](https://codeberg.org/forgejo/forgejo/pulls/3917) - [commit](a649610d61). Fixed: the `FORCE_PRIVATE=true` setting is not consistently enforced.
    -   [backport](https://codeberg.org/forgejo/forgejo/pulls/3859) - [PR](https://codeberg.org/forgejo/forgejo/pulls/3838) - [commit](193ac67176). Fixed: CSRF validation errors when OAuth is not enabled.
    -   [backport](https://codeberg.org/forgejo/forgejo/pulls/4107) - [PR](https://codeberg.org/forgejo/forgejo/pulls/4076). Fixed: headlines in rendered org-mode do not have a margin on the top

-   **Localization:**
    -   Improvements to English locale: [\[1\]](https://codeberg.org/forgejo/forgejo/pulls/3914), [\[2\]](https://codeberg.org/forgejo/forgejo/pulls/4114).
    -   Translation updates: [\[1\]](https://codeberg.org/forgejo/forgejo/pulls/3907), [\[2\]](https://codeberg.org/forgejo/forgejo/pulls/3990), [\[3\]](https://codeberg.org/forgejo/forgejo/pulls/4099).

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDYuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQwNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/582
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-13 18:41:03 +00:00
Renovate Bot
646385d421 chore(deps): update dependency lint-staged to v15.2.7 (main) (#575)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-12 17:39:28 +00:00
Renovate Bot
64d3082b99 ci(deps): update dependency helm to v3.15.2 (main) (#573)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-12 14:38:16 +00:00
Renovate Bot
5872b3324b fix(deps): update helm release postgresql-ha to v14.2.5 (main) (#571)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-12 11:49:05 +00:00
Renovate Bot
ef60135112 ci(deps): update dependency kubectl to v1.30.2 (main) (#569)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-12 04:39:00 +00:00
Renovate Bot
894c4ecc55 chore(deps): update dependency lint-staged to v15.2.6 (main) (#567)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-11 17:26:47 +00:00
Renovate Bot
9154ff7124 fix(deps): update helm release postgresql-ha to v14.2.4 (main) (#565)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-11 16:44:28 +00:00
Renovate Bot
74196ac3b5 fix(deps): update helm release postgresql to v15.5.5 (main) (#563)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-11 15:41:51 +00:00
Renovate Bot
e33fcb8876 chore(deps): update dependency prettier to v3.3.2 (main) (#561)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-11 06:38:10 +00:00
Renovate Bot
62eaae5ffe chore(deps): update pnpm to v9.3.0 (main) (#559)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-10 13:09:42 +00:00
Renovate Bot
bbcfc7a757 fix(deps): update subcharts (main) (#557)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-07 09:40:00 +00:00
Renovate Bot
5be584c57e fix(deps): update helm release postgresql-ha to v14.2.1 (main) (#555)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-05 14:38:27 +00:00
Michael Kriese
782a8332a1
chore(renovate): group and automerge helm subcharts 2024-06-05 16:05:49 +02:00
Renovate Bot
bd06cc57b6 chore(deps): update pnpm to v9.2.0 (main) (#553)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-05 13:38:10 +00:00
Renovate Bot
8078836591 chore(deps): update dependency prettier to v3.3.1 (main) (#551)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-05 09:38:11 +00:00
Renovate Bot
a046b1333e fix(deps): update helm release redis-cluster to v10.2.2 (main) (#549)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-04 18:39:45 +00:00
Renovate Bot
4ebb195636 fix(deps): update helm release postgresql to v15.5.2 (main) (#546)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-04 17:46:06 +00:00
Renovate Bot
9a34dda384 fix(deps): update helm release redis-cluster to v10.2.1 (main) (#542)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-03 11:39:45 +00:00
Renovate Bot
028906a57d chore(deps): update dependency prettier to v3.3.0 (main) (#540)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-06-01 17:39:20 +00:00
Michael Kriese
95a8a525d7
chore: fix remote mirror 2024-05-31 10:39:52 +02:00
Michael Kriese
2cb7ae9838
chore: mirror branches and tags to codeberg.org 2024-05-31 10:38:26 +02:00
Michael Kriese
b93afdcfd9
doc: fix upgrade notes formating 2024-05-31 10:08:45 +02:00
Michael Kriese
7e32e92f14
doc: fix upgrade notes formating 2024-05-31 10:06:29 +02:00
Michael Kriese
57ec994248
doc: update upgrade notes 2024-05-31 10:04:31 +02:00
Michael Kriese
b0b2e782f1 feat!: use images from code.forgejo.org (#537)
Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/537
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
2024-05-30 20:13:08 +00:00
Renovate Bot
517f43cf5f chore(deps): update pnpm to v9.1.4 (main) (#538)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-05-30 12:07:50 +00:00
Michael Kriese
307bdd66c1
chore: fix url 2024-05-30 12:51:23 +02:00
Michael Kriese
28f6100b3e
feat: publish to code.forgejo.org/forgejo-helm/forgejo 2024-05-30 12:41:10 +02:00
Michael Kriese
837995bb68
chore(renovate): fix config 2024-05-30 09:24:08 +02:00
Michael Kriese
e82332f64c
chore(renovate): disable major chart updates for maintenance branches 2024-05-30 09:22:28 +02:00
Michael Kriese
f32d08d98e
chore(renovate): fix config 2024-05-30 09:08:29 +02:00
Michael Kriese
de87a75eca
chore(renovate): disable branch automerge 2024-05-30 08:47:12 +02:00
Renovate Bot
40d4ad01e0 fix(deps): update helm release postgresql to v15.5.0 (main) (#527)
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/527
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-05-30 06:41:39 +00:00
Renovate Bot
9f4dd125bc fix(deps): update helm release postgresql-ha to v14.1.3 (main) (#530)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-05-29 17:49:34 +00:00
Michael Kriese
5700597445 ci: add kubernetes v1.30 to test matrix (#520)
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/520
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
2024-05-29 09:46:56 +00:00
Michael Kriese
71a7895fb1
docs: extend upgrade notes 2024-05-29 08:38:31 +02:00
Michael Kriese
e19a82b0c3
chore(renovate): run on maintenances branches 2024-05-29 08:26:47 +02:00
Michael Kriese
17d5bcdd8c
ci: build on maintenance branches 2024-05-29 08:25:13 +02:00
Michael Kriese
17835987bb
docs: add upgrade notes 2024-05-29 08:24:57 +02:00
Renovate Bot
f5cd83eb6e chore(deps): update dependency node to v20.14.0 (#510)
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-05-28 17:44:03 +00:00