chore(deps): update dependency tarampampam/error-pages to v4 - autoclosed#121
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update dependency tarampampam/error-pages to v4 - autoclosed#121renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/tarampampam-error-pages-4.x
branch
2 times, most recently
from
June 1, 2026 08:31
350f137 to
4fee910
Compare
renovate
Bot
force-pushed
the
renovate/tarampampam-error-pages-4.x
branch
3 times, most recently
from
June 14, 2026 09:32
d82faee to
6eb1b67
Compare
renovate
Bot
force-pushed
the
renovate/tarampampam-error-pages-4.x
branch
from
June 21, 2026 17:36
6eb1b67 to
c46eab8
Compare
renovate
Bot
force-pushed
the
renovate/tarampampam-error-pages-4.x
branch
3 times, most recently
from
July 1, 2026 11:08
1c591c9 to
d1fb16f
Compare
renovate
Bot
force-pushed
the
renovate/tarampampam-error-pages-4.x
branch
from
July 1, 2026 11:09
d1fb16f to
1047270
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.8.1→4.2.2Release Notes
tarampampam/error-pages (tarampampam/error-pages)
v4.2.2Compare Source
What's Changed
Other Changes
<html lang>attribute at runtime after page localization in #412Full Changelog: tarampampam/error-pages@v4.2.1...v4.2.2
🐋 Docker images
📦 Helm chart
v4.2.1Compare Source
What's Changed
latestDocker tag now points to the latestv4version📦 Dependency updates
Full Changelog: tarampampam/error-pages@v4.2.0...v4.2.1
🐋 Docker images
📦 Helm chart
v4.2.0Compare Source
What's Changed
🛠 Fixes
🚀 Features
annotationsandloadBalancerSourceRangessupport in Helm chart by @pmezhuev in #403New Contributors
Full Changelog: tarampampam/error-pages@v4.1.0...v4.2.0
🐋 Docker images
📦 Helm chart
v4.1.0Compare Source
What's Changed
🛠 Fixes
🚀 Features
app-downtemplate in #398catstemplate in #399Helm chart changes
Before (raw string)
After (array of objects)
Each item must have
code(required) andmessage(required);descriptionis optional. All values are strings. The chart serializes the array to theCODE=MESSAGE|DESCRIPTIONwire format that the application expects - you do not need to know the internal format.Full Changelog: tarampampam/error-pages@v4.0.0...v4.1.0
🐋 Docker images
📦 Helm chart
v4.0.0Compare Source
THIS IS A MAJOR RELEASE WITH BREAKING CHANGES
READ THIS UPGRADE GUIDE BEFORE USING IT
UPGRADE SUPPORT IS AVAILABLE HERE
This release introduces v4 - a ground-up rewrite of
error-pages. All external dependencies have been removed, and the project now runs entirely on the Go standard library.Breaking changes
serve/build/healthchecksubcommands:error-pages- HTTP server (dynamic rendering)builder- static generator that pre-renders{code}.{html,json,xml,txt}to diskTEMPLATES_ROTATION_MODE->ROTATION_MODE,RESPONSE_JSON_FORMAT->JSON_TEMPLATE, and more.--add-codeseparator changed from/to|; multiple entries now use||{{ code }}->{{ .StatusCode }}(v3 syntax is still automatically rewritten at parse time through a shim, but it is deprecated)What's new
HTTP server
net/http; HTTP/1.1 and HTTP/2 h2c are served on the same listener, with no TLS required.Accept-Encoding: gzipis set.Content-Type->X-Format->Acceptheader (highest q-value wins).Template engine
internal/templatepackage with a cleanData/Configsplit - templates are parsed once at startup.now,hostname,env(with secret masking),toJson,escape,l10nScript, and many more.tploader): HTTP/HTTPS URL, file path, or inline literal - loaded concurrently at startup.Localization
l10n/locales.jsonis now the single source of truth (15+ languages).Helm chart
A new
deploy/helm/directory includesChart.yaml,values.yaml,values.schema.json, and deployment, service, and middleware templates. Check the artifacthub for more details.CLI "framework"
A custom
internal/clipackage provides a genericFlag[T]implementation with no external dependencies, and value precedence is now: default -> env var -> CLI flag.Documentation
Datastruct field reference and all template functions with examples🐋 Docker images
📦 Helm chart
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.