feat(container)!: Update image ghcr.io/tarampampam/error-pages ( 3.8.1 → 4.2.4 ) - #3328
Open
renovate[bot] wants to merge 1 commit into
Open
feat(container)!: Update image ghcr.io/tarampampam/error-pages ( 3.8.1 → 4.2.4 )#3328renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Path: --- /tmp/tmp.bvbUI3Qn1a 2026-07-17 00:04:04.154926567 +0000
+++ /tmp/tmp.b8tca8U1lZ 2026-07-17 00:04:05.651934619 +0000
@@ -414,7 +414,7 @@
value: "false"
- name: TEMPLATE_NAME
value: orient
- image: ghcr.io/tarampampam/error-pages:3.8.1
+ image: ghcr.io/tarampampam/error-pages:4.2.4
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0 |
renovate
Bot
force-pushed
the
renovate/ghcr.io-tarampampam-error-pages-4.x
branch
from
May 6, 2026 00:15
b634ff1 to
e4234ac
Compare
renovate
Bot
force-pushed
the
renovate/ghcr.io-tarampampam-error-pages-4.x
branch
from
May 11, 2026 13:10
e4234ac to
997fcfd
Compare
renovate
Bot
force-pushed
the
renovate/ghcr.io-tarampampam-error-pages-4.x
branch
from
June 7, 2026 09:11
997fcfd to
3cc141f
Compare
renovate
Bot
force-pushed
the
renovate/ghcr.io-tarampampam-error-pages-4.x
branch
from
June 14, 2026 17:49
3cc141f to
72e72dc
Compare
renovate
Bot
force-pushed
the
renovate/ghcr.io-tarampampam-error-pages-4.x
branch
from
July 11, 2026 22:31
72e72dc to
8630538
Compare
…1 → 4.2.4 ) | datasource | package | from | to | | ---------- | ------------------------------- | ----- | ----- | | docker | ghcr.io/tarampampam/error-pages | 3.8.1 | 4.2.4 | Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/ghcr.io-tarampampam-error-pages-4.x
branch
from
July 17, 2026 00:03
8630538 to
5f36868
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.4Release Notes
tarampampam/error-pages (ghcr.io/tarampampam/error-pages)
v4.2.4Compare Source
What's Changed
Other Changes
en/en-*as the default language in locale resolution in #417Full Changelog: tarampampam/error-pages@v4.2.3...v4.2.4
🐋 Docker images
📦 Helm chart
v4.2.3Compare Source
What's Changed
📦 Dependency updates
Other Changes
Full Changelog: tarampampam/error-pages@v4.2.2...v4.2.3
🐋 Docker images
📦 Helm chart
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: (in timezone America/Chicago)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.