feat(container)!: Update image ghcr.io/tarampampam/error-pages to v4 - #919
Open
chii-bot[bot] wants to merge 1 commit into
Open
feat(container)!: Update image ghcr.io/tarampampam/error-pages to v4#919chii-bot[bot] wants to merge 1 commit into
chii-bot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Path: @@ -584,7 +584,7 @@
spec:
containers:
- name: ingress-nginx-default-backend
- image: "ghcr.io/tarampampam/error-pages:2.16.0"
+ image: "ghcr.io/tarampampam/error-pages:4.2.4"
imagePullPolicy: IfNotPresent
securityContext:
capabilities: |
Contributor
Author
MegaLinter status: ❌ ERROR
See errors details in artifact MegaLinter reports on CI Job page |
chii-bot
Bot
force-pushed
the
renovate/ghcr.io-tarampampam-error-pages-4.x
branch
2 times, most recently
from
May 11, 2026 11:11
738d713 to
504b476
Compare
chii-bot
Bot
force-pushed
the
renovate/ghcr.io-tarampampam-error-pages-4.x
branch
from
June 7, 2026 09:11
504b476 to
fba105b
Compare
chii-bot
Bot
force-pushed
the
renovate/ghcr.io-tarampampam-error-pages-4.x
branch
from
June 14, 2026 16:39
fba105b to
1b8dead
Compare
chii-bot
Bot
force-pushed
the
renovate/ghcr.io-tarampampam-error-pages-4.x
branch
from
July 11, 2026 20:23
1b8dead to
0655039
Compare
| datasource | package | from | to | | ---------- | ------------------------------- | ------ | ----- | | docker | ghcr.io/tarampampam/error-pages | 2.16.0 | 4.2.4 |
chii-bot
Bot
force-pushed
the
renovate/ghcr.io-tarampampam-error-pages-4.x
branch
from
July 16, 2026 12:40
0655039 to
5ff46b1
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:
2.16.0->4.2.4⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
tarampampam/error-pages
v4.2.4Compare Source
What's Changed
Other Changes
en/en-*as the default language in locale resolution in https://github.com/tarampampam/error-pages/pull/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 https://github.com/tarampampam/error-pages/pull/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 https://github.com/tarampampam/error-pages/pull/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 https://github.com/tarampampam/error-pages/pull/398catstemplate in https://github.com/tarampampam/error-pages/pull/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
v3.8.1Compare Source
What's Changed
📦 Dependency updates
Full Changelog: tarampampam/error-pages@v3.8.0...v3.8.1
v3.8.0Compare Source
What's Changed
🚀 Features
📦 Dependency updates
New Contributors
Full Changelog: tarampampam/error-pages@v3.7.1...v3.8.0
v3.7.1Compare Source
What's Changed
📦 Dependency updates
Full Changelog: tarampampam/error-pages@v3.7.0...v3.7.1
v3.7.0Compare Source
What's Changed
🚀 Features
📦 Dependency updates
New Contributors
Full Changelog: tarampampam/error-pages@v3.6.0...v3.7.0
v3.6.0Compare Source
What's Changed
🚀 Features
📦 Dependency updates
New Contributors
Full Changelog: tarampampam/error-pages@v3.5.0...v3.6.0
v3.5.0Compare Source
What's Changed
🚀 Features
📦 Dependency updates
New Contributors
Full Changelog: tarampampam/error-pages@v3.4.1...v3.5.0
v3.4.1Compare Source
What's Changed
🛠 Fixes
Full Changelog: tarampampam/error-pages@v3.4.0...v3.4.1
v3.4.0Compare Source
What's Changed
🛠 Fixes
cfg.ProxyHeaders(#352) https://github.com/tarampampam/error-pages/pull/357🚀 Features
--templateand--themeas aliases for the--template-nameflag https://github.com/tarampampam/error-pages/pull/356win98template https://github.com/tarampampam/error-pages/pull/355❌ Removed
goatcounterstats collection https://github.com/tarampampam/error-pages/pull/356📦 Dependency Updates
github.com/tdewolff/minify/v2&github.com/valyala/fasthttpupdated https://github.com/tarampampam/error-pages/pull/354🔧 Other Changes
Full Changelog: tarampampam/error-pages@v3.3.3...v3.4.0
v3.3.3Compare Source
What's Changed
📦 Dependency updates
Full Changelog: tarampampam/error-pages@v3.3.2...v3.3.3
v3.3.2Compare Source
What's Changed
🛠 Fixes
📦 Dependency updates
New Contributors
Full Changelog: tarampampam/error-pages@v3.3.1...v3.3.2
v3.3.1Compare Source
What's Changed
📦 Dependency updates
Other Changes
Full Changelog: tarampampam/error-pages@v3.3.0...v3.3.1
v3.3.0Compare Source
What's Changed
🚀 Features
New Contributors
Full Changelog: tarampampam/error-pages@v3.2.0...v3.3.0
v3.2.0Compare Source
What's Changed
🚀 Features
ADD_TEMPLATE(replacing the--add-templateflag) (https://github.com/tarampampam/error-pages/pull/295)jsonby default in the Docker image (https://github.com/tarampampam/error-pages/pull/295)Full Changelog: tarampampam/error-pages@v3.1.0...v3.2.0
v3.1.0Compare Source
What's Changed
🚀 Features
Before | After
| 
---|---
Full Changelog: tarampampam/error-pages@v3.0.1...v3.1.0
v3.0.1Compare Source
What's Changed
🛠 Fixes
Full Changelog: tarampampam/error-pages@v3.0.0...v3.0.1
v3.0.0Compare Source
What's Changed
🚀 Added
--xml-format,--json-format, or--plaintext-formatrespectively (or their environment variables)GETmethod only)--send-same-http-codeto respond with the same HTTP code as the requested error page code--disable-templateto disable certain templates (useful when using automatic template rotation to exclude some from the available templates list)4**. Refer to the documentation for more information about--add-http-code🛠 Changed
--add-template--rotation-modeinstead of the previous "magic" template names likei-said-randomorrandom-hourly/{code},/{code}.html, and/{code}.html7-darkandl7-lighttemplates (themes) into a singlel7theme--proxy-headersis nowX-Request-Id,X-Trace-Id,X-Amzn-Trace-Idwarnfor Docker image (due to performance reasons), set it toinfoto get the access logs, if you need🪦 Removed
--config-fileflag was removed)matrixtemplate (theme)/metricsendpoint--default-http-codeflag (+ env variableDEFAULT_HTTP_CODE)--catch-allflag (+env variableCATCH_ALL)Full Changelog: tarampampam/error-pages@v2.27.0...v3.0.0
v2.27.0Compare Source
Changed
1.21up to1.22v2.26.0Compare Source
Added
--read-buffer-sizeflag or environment variableREAD_BUFFER_SIZE) #238, #244v2.25.0Compare Source
Added
1.20up to1.21--catch-allflag for theserveor environment variableCATCH_ALL=true) #217v2.24.0Compare Source
Added
--listenflag #191v2.23.0Compare Source
Added
orient#190v2.22.0Compare Source
Changed
404status page (with404status code) #188v2.21.0Compare Source
Changed
1.19up to1.20github.com/tarampampam/error-pagestogh.tarampamp.am/error-pagesv2.20.0Compare Source
⚠ Breaking changes: global flags (like
--log-level,--verbose,--debug,--log-jsonand--log-format) should be defined before the subcommandChanged
versionsubcommand replaced by--versionflag #163--config-fileflag is not global anymore (useerror-pages (serve|build) --config-file ...instead oferror-pages --config-file ... (serve|build) ...) #163--verbose,--debugand--log-jsonare deprecated, use--log-leveland--log-formatinstead #163Added
v2.19.0Compare Source
Changed
1.18up to1.19Added
v2.18.0Compare Source
Changed
fonts.googleapis.combyfonts.bunny.netregarding GDPR compliance #131v2.17.0Compare Source
Added
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.
This PR has been generated by Renovate Bot.