Skip to content

🐛 Fixed email size check not working for Contributors#25884

Merged
kevinansfield merged 1 commit intomainfrom
fix-emails-size-warning-for-contributors
Jan 19, 2026
Merged

🐛 Fixed email size check not working for Contributors#25884
kevinansfield merged 1 commit intomainfrom
fix-emails-size-warning-for-contributors

Conversation

@kevinansfield
Copy link
Member

ref https://linear.app/ghost/issue/ONC-1396/

The email size warning service made a browse request to /newsletters/ on the Admin API in order to pass a newsletter id to the email preview endpoint but Contributors don't have permissions to access the newsletters endpoints resulting in a 403 network error and the email size warning silently failing.

  • reviewing the email preview endpoint shows it already fetches the default newsletter when one isn't provided
  • removed all newsletter fetching/passing code from the email size warning service thereby removing a request, fixing the 403 error noise, and enabling the feature to work for Contributors

ref https://linear.app/ghost/issue/ONC-1396/

The email size warning service made a browse request to `/newsletters/` on the Admin API in order to pass a newsletter id to the email preview endpoint but Contributors don't have permissions to access the newsletters endpoints resulting in a 403 network error and the email size warning silently failing.

- reviewing the email preview endpoint shows it already fetches the default newsletter when one isn't provided
- removed all newsletter fetching/passing code from the email size warning service thereby removing a request, fixing the 403 error noise, and enabling the feature to work for Contributors
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 19, 2026

Walkthrough

The pull request removes newsletter-related functionality from the EmailSizeWarningService. Specifically, the _newsletter property and _loadNewsletter() method were deleted from the service class. The _fetchTask flow was updated to no longer call _loadNewsletter() or include the newsletter slug as a query parameter in the API request URL. The overall fetch logic now executes without resolving or referencing a newsletter object.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: fixing email size checking for Contributors by removing unnecessary newsletter fetching that caused permission errors.
Description check ✅ Passed The description thoroughly explains the issue, root cause, and solution, directly relating to the code changes that remove newsletter fetching from the email size warning service.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@kevinansfield kevinansfield enabled auto-merge (squash) January 19, 2026 12:57
@kevinansfield kevinansfield merged commit 314b6ee into main Jan 19, 2026
36 checks passed
@kevinansfield kevinansfield deleted the fix-emails-size-warning-for-contributors branch January 19, 2026 13:14
kevinansfield added a commit that referenced this pull request Jan 19, 2026
ref https://linear.app/ghost/issue/ONC-1396/

The email size warning service made a browse request to `/newsletters/` on the Admin API in order to pass a newsletter id to the email preview endpoint but Contributors don't have permissions to access the newsletters endpoints resulting in a 403 network error and the email size warning silently failing.

- reviewing the email preview endpoint shows it already fetches the default newsletter when one isn't provided
- removed all newsletter fetching/passing code from the email size warning service thereby removing a request, fixing the 403 error noise, and enabling the feature to work for Contributors
mwgustin pushed a commit to mwgustin/homeops that referenced this pull request Feb 21, 2026
…#89)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/sredevopsorg/ghost-on-kubernetes](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes)
| minor | `v6.10.1` → `v6.19.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>sredevopsorg/ghost-on-kubernetes
(ghcr.io/sredevopsorg/ghost-on-kubernetes)</summary>

###
[`v6.19.1`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/releases/tag/v6.19.1)

#### What's Changed

- Bump version and appVersion in Chart.yaml by
[@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;628](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/628)
- chore(deps): update node.js to
[`a749bc9`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/a749bc9)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;625](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/625)
- chore(deps): update gcr.io/distroless/nodejs22-debian13:debug-nonroot
docker digest to
[`b9af496`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/b9af496)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;631](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/631)
- chore(deps): update gcr.io/distroless/nodejs22-debian13:latest docker
digest to
[`d2ba14a`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/d2ba14a)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;632](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/632)
- Change Ghost installation directory to /var/lib/ghost by
[@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;634](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/634)
- Change runtime image to debug-nonroot and an updated entrypoint by
[@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;637](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/637)
- chore(deps): update node.js to
[`a749bc9`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/a749bc9)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;636](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/636)

#### From upstream
[@&#8203;tryghost](https://redirect.github.com/tryghost)

6.19.1
[Latest](https://redirect.github.com/TryGhost/Ghost/releases/latest)
@&#8203;[Ghost-Slimer](https://redirect.github.com/Ghost-Slimer)
Ghost-Slimer released this 1 hour ago
· [4 commits
](https://redirect.github.com/TryGhost/Ghost/compare/v6.19.1...main)to
main since this release
[ v6.19.1](https://redirect.github.com/TryGhost/Ghost/tree/v6.19.1)

[TryGhost/Ghost@`af0f06d`](https://redirect.github.com/TryGhost/Ghost/commit/af0f06d49809e7504f9ab85380037290019f79ba)
[
Commits](https://redirect.github.com/TryGhost/Ghost/compare/v6.19.0...v6.19.1)
🔒 Fixed SQL injection in Content API slug filter ordering - Fabien
O'Carroll
🐛 Added explanatory message when linking to hidden/deleted comments
([TryGhost/Ghost#26390](https://redirect.github.com/TryGhost/Ghost/pull/26390))
- Kevin Ansfield

**Full Changelog**:
<sredevopsorg/ghost-on-kubernetes@v6.17.0...v6.19.1>

###
[`v6.17.0`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/releases/tag/v6.17.0)

#### What's Changed

- Update helm-release.yaml for chart-releaser versioning by
[@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;612](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/612)
- chore: update Dockerfile to remove shell usage for OCI compatibility
by [@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;624](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/624)
- chore(deps): update github/codeql-action action to v4.32.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;614](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/614)
- chore(deps): update docker/login-action action to v3.7.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;615](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/615)
- chore(deps): update gcr.io/distroless/nodejs22-debian13:debug-nonroot
docker digest to
[`cb69988`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/cb69988)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;616](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/616)
- chore(deps): update gcr.io/distroless/nodejs22-debian13:latest docker
digest to
[`8b6e2a8`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/8b6e2a8)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;617](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/617)
- chore(deps): update step-security/harden-runner action to v2.14.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;613](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/613)
- chore(deps): update node.js to
[`a749bc9`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/a749bc9)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;622](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/622)
- chore(deps): update github/codeql-action action to v4.32.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;621](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/621)
- chore(deps): update step-security/harden-runner action to v2.14.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;623](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/623)

**Full Changelog**:
<sredevopsorg/ghost-on-kubernetes@v6.14.0...v6.17.0>

###
[`v6.14.0`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/releases/tag/v6.14.0)

#### What's Changed

- Refactor: Extract settings Ghost version into single action by
[@&#8203;ktlast](https://redirect.github.com/ktlast) in
[#&#8203;601](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/601)
- Add checkout step to Docker manifest merge workflow by
[@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;608](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/608)
- chore(deps): update github/codeql-action action to v4.31.11 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;610](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/610)
- chore(deps): update actions/checkout action to v6.0.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;609](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/609)

#### CHanges from upstream
[@&#8203;tryghost](https://redirect.github.com/tryghost)

✨ Released automatic domain warm up - Sam Lord
🎨 Changed from Stripe checkout to Stripe billing portal
([TryGhost/Ghost#25887](https://redirect.github.com/TryGhost/Ghost/pull/25887))
- Sam Lord
🐛 Fixed Analytics Overview dates to use site timezone instead of UTC
([TryGhost/Ghost#25942](https://redirect.github.com/TryGhost/Ghost/pull/25942))
- Chris Raible
🐛 Allowed complimentary members to upgrade to a paid plan
([TryGhost/Ghost#25890](https://redirect.github.com/TryGhost/Ghost/pull/25890))
- Leif Singer
🐛 Fixed member name not being trimmed in Portal
([TryGhost/Ghost#25924](https://redirect.github.com/TryGhost/Ghost/pull/25924))
- Igor Balos
🐛 Fixed complimentary members being unable to view offers
([TryGhost/Ghost#25889](https://redirect.github.com/TryGhost/Ghost/pull/25889))
- Leif Singer
🐛 Fixed paginated sitemaps returning 404 for large sites
([TryGhost/Ghost#25796](https://redirect.github.com/TryGhost/Ghost/pull/25796))
- John O'Nolan
🐛 Fixed email-only posts stuck as "sent" after limit/verification
failure - Kevin Ansfield
🐛 Fixed email-only posts stuck as "sent" after limit/verification
failure - Kevin Ansfield
🐛 Fixed email size check not working for Contributors
([TryGhost/Ghost#25884](https://redirect.github.com/TryGhost/Ghost/pull/25884))
- Kevin Ansfield
🐛 Fixed wrongly caching admin html - Murat Çorlu

**Full Changelog**:
<sredevopsorg/ghost-on-kubernetes@v6.13.1...v6.14.0>

###
[`v6.13.1`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/releases/tag/v6.13.1)

#### New contributors

[@&#8203;ktlast](https://redirect.github.com/ktlast)

#### What's Changed

- chore(deps): update gcr.io/distroless/nodejs22-debian13:latest docker
digest to
[`64ebedc`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/64ebedc)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;594](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/594)
- chore(deps): update gcr.io/distroless/nodejs22-debian13:debug-nonroot
docker digest to
[`7f39dab`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/7f39dab)
- autoclosed by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;593](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/593)
- Helm chart by [@&#8203;ngeorger](https://redirect.github.com/ngeorger)
in
[#&#8203;597](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/597)
- chore: update Helm chart and documentation for Ghost deployment by
[@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;599](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/599)
- chore(deps): update github/codeql-action action to v4.31.10 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;596](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/596)
- chore(deps): update node.js to
[`0457d8a`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/0457d8a)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;600](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/600)
- chore(deps): update gcr.io/distroless/nodejs22-debian13:debug-nonroot
docker digest to
[`80d460e`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/80d460e)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;602](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/602)
- chore(deps): update gcr.io/distroless/nodejs22-debian13:latest docker
digest to
[`8d51366`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/8d51366)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;603](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/603)
- chore: update Helm chart metadata and documentation for Ghost
deployment by [@&#8203;ngeorger](https://redirect.github.com/ngeorger)
in
[#&#8203;604](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/604)
- chore: update Helm release workflow and chart metadata for Ghost depl…
by [@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;605](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/605)
- Update helm-release.yaml to skip GitHub release by
[@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;606](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/606)

**Full Changelog**:
<sredevopsorg/ghost-on-kubernetes@v6.12.0...v6.13.1>

###
[`v6.12.0`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/releases/tag/v6.12.0)

[Compare
Source](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/compare/v6.11.0...v6.12.0)

#### What's Changed

- Remove unnecessary Docker image tags by
[@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;591](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/591)

**Full Changelog**:
<sredevopsorg/ghost-on-kubernetes@v6.11.0...v6.12.0>

###
[`v6.11.0`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/releases/tag/v6.11.0)

[Compare
Source](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/compare/v6.10.3...v6.11.0)

#### What's Changed

- chore(deps): update step-security/harden-runner action to v2.14.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;580](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/580)
- chore(deps): update github/codeql-action action to v4.31.9 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;584](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/584)
- chore(deps): update docker/setup-buildx-action action to v3.12.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;585](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/585)
- chore(deps): update node.js to
[`5efa41b`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/5efa41b)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;588](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/588)
- Delete .github/dependabot.yml by
[@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;589](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/589)

**Full Changelog**:
<sredevopsorg/ghost-on-kubernetes@v6.10.3...v6.11.0>

###
[`v6.10.3`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/releases/tag/v6.10.3)

[Compare
Source](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/compare/v6.10.1...v6.10.3)

#### What's Changed

- Change permissions and update package keywords by
[@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;574](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/574)
- Update Dockerfile-dev for Node version and base image changes by
[@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;575](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/575)
- Update Ghost on Kubernetes to version 6.0 by
[@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;576](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/576)
- chore(deps): update node.js to
[`9c8ee5b`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/9c8ee5b)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;577](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/577)
- chore(deps): update node.js to
[`5283864`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/5283864)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;578](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/578)
- chore(deps): update node.js to
[`abd317c`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/abd317c)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;579](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/579)
- chore(deps): update github/codeql-action action to v4.31.8 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;581](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/581)
- chore(deps): update github artifact actions (major) by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;582](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/582)

**Full Changelog**:
<sredevopsorg/ghost-on-kubernetes@v6.10.1...v6.10.3>

#### What's Changed

- Change permissions and update package keywords by
[@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;574](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/574)
- Update Dockerfile-dev for Node version and base image changes by
[@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;575](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/575)
- Update Ghost on Kubernetes to version 6.0 by
[@&#8203;ngeorger](https://redirect.github.com/ngeorger) in
[#&#8203;576](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/576)
- chore(deps): update node.js to
[`9c8ee5b`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/9c8ee5b)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;577](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/577)
- chore(deps): update node.js to
[`5283864`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/5283864)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;578](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/578)
- chore(deps): update node.js to
[`abd317c`](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/commit/abd317c)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;579](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/579)
- chore(deps): update github/codeql-action action to v4.31.8 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;581](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/581)
- chore(deps): update github artifact actions (major) by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;582](https://redirect.github.com/sredevopsorg/ghost-on-kubernetes/pull/582)

**Full Changelog**:
<sredevopsorg/ghost-on-kubernetes@v6.10.1...v6.10.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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/mwgustin/homeops).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDMuMTUuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant