feat(container)!: Update image ghcr.io/tarampampam/error-pages to v4#277
Open
renovate[bot] wants to merge 1 commit into
Open
feat(container)!: Update image ghcr.io/tarampampam/error-pages to v4#277renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
1754788 to
a13241f
Compare
a13241f to
8c385d0
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.27.0→4.2.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
tarampampam/error-pages (ghcr.io/tarampampam/error-pages)
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
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) #357🚀 Features
--templateand--themeas aliases for the--template-nameflag #356win98template #355❌ Removed
goatcounterstats collection #356📦 Dependency Updates
github.com/tdewolff/minify/v2&github.com/valyala/fasthttpupdated #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) (#295)jsonby default in the Docker image (#295)Full Changelog: tarampampam/error-pages@v3.1.0...v3.2.0
v3.1.0Compare Source
What's Changed
🚀 Features
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
Configuration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.