Skip to content

Update Docker image tarampampam/error-pages to v3.8.1#924

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/tarampampam-error-pages-3.x
Open

Update Docker image tarampampam/error-pages to v3.8.1#924
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/tarampampam-error-pages-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 5, 2024

This PR contains the following updates:

Package Update Change
tarampampam/error-pages major 2.18.03.8.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

tarampampam/error-pages (tarampampam/error-pages)

v3.8.1

Compare Source

What's Changed
📦 Dependency updates

Full Changelog: tarampampam/error-pages@v3.8.0...v3.8.1

v3.8.0

Compare Source

What's Changed
🚀 Features
📦 Dependency updates
  • build(deps): bump the go deps in #​377
New Contributors

Full Changelog: tarampampam/error-pages@v3.7.1...v3.8.0

v3.7.1

Compare Source

What's Changed
📦 Dependency updates
  • build(deps): bump the Go deps in #​374

Full Changelog: tarampampam/error-pages@v3.7.0...v3.7.1

v3.7.0

Compare Source

What's Changed
🚀 Features
📦 Dependency updates
  • build(deps): bump the gomod group with 3 updates in #​369
New Contributors

Full Changelog: tarampampam/error-pages@v3.6.0...v3.7.0

v3.6.0

Compare Source

What's Changed
🚀 Features
📦 Dependency updates
  • build(deps): bump the Go deps in #​367
New Contributors

Full Changelog: tarampampam/error-pages@v3.5.0...v3.6.0

v3.5.0

Compare Source

What's Changed
🚀 Features
📦 Dependency updates
  • build(deps): bump golang from 1.24 to 1.25 in #​362
  • build(deps): bump github.com/urfave/cli/v3 from 3.3.8 to 3.4.1 in #​360
  • build(deps): bump github.com/valyala/fasthttp from 1.64.0 to 1.65.0 in #​363
New Contributors

Full Changelog: tarampampam/error-pages@v3.4.1...v3.5.0

v3.4.1

Compare Source

What's Changed
🛠 Fixes
  • fix(l10n): Add localization support to description in #​359

Full Changelog: tarampampam/error-pages@v3.4.0...v3.4.1

v3.4.0

Compare Source

What's Changed
🛠 Fixes
  • Prevents empty slice elements from being kept in cfg.ProxyHeaders (#​352) #​357
🚀 Features
  • Added --template and --theme as aliases for the --template-name flag #​356
  • Added the win98 template #​355
light dark
❌ Removed
  • Removed goatcounter stats collection #​356
📦 Dependency Updates
  • github.com/tdewolff/minify/v2 & github.com/valyala/fasthttp updated #​354
🔧 Other Changes
  • Simplified the Dockerfile and Makefile, and improved the CLI #​357

Full Changelog: tarampampam/error-pages@v3.3.3...v3.4.0

v3.3.3

Compare Source

What's Changed
📦 Dependency updates

Full Changelog: tarampampam/error-pages@v3.3.2...v3.3.3

v3.3.2

Compare Source

What's Changed
🛠 Fixes
📦 Dependency updates
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.21.2 to 2.21.3 in #​327
  • build(deps): bump github.com/valyala/fasthttp from 1.58.0 to 1.59.0 in #​332
  • build(deps): bump golang from 1.23 to 1.24 in #​331
New Contributors

Full Changelog: tarampampam/error-pages@v3.3.1...v3.3.2

v3.3.1

Compare Source

What's Changed
📦 Dependency updates
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.20.35 to 2.20.37 in the gomod group by @​dependabot in #​308
  • build(deps): bump library/golang from 1.22-bookworm to 1.23-bookworm in the docker group by @​dependabot in #​309
  • build(deps): bump the gomod group with 2 updates by @​dependabot in #​313
  • build(deps): bump the gomod group across 1 directory with 5 updates by @​dependabot in #​318
  • build(deps): bump github.com/urfave/cli/v3 from 3.0.0-alpha9.2 to 3.0.0-beta1 in the gomod group by @​dependabot in #​320
  • build(deps): bump library/alpine from 3.20 to 3.21 in the docker group by @​dependabot in #​319
Other Changes

Full Changelog: tarampampam/error-pages@v3.3.0...v3.3.1

v3.3.0

Compare Source

What's Changed
🚀 Features
New Contributors

Full Changelog: tarampampam/error-pages@v3.2.0...v3.3.0

v3.2.0

Compare Source

What's Changed
🚀 Features
  • Added support for the environment variable ADD_TEMPLATE (replacing the --add-template flag) (#​295)
  • Set the log format to json by default in the Docker image (#​295)

Full Changelog: tarampampam/error-pages@v3.1.0...v3.2.0

v3.1.0

Compare Source

What's Changed
🚀 Features
  • Added HTML/CSS/JS minification on the fly in #​293 (the HTML output size was reduced by ~25%, with performance decreasing by ~4% - from 196k RPS to 188k)
Before After
image image

Full Changelog: tarampampam/error-pages@v3.0.1...v3.1.0

v3.0.1

Compare Source

What's Changed
🛠 Fixes
  • Forgot to include the SSL certificates in the Docker image in #​292

Full Changelog: tarampampam/error-pages@v3.0.0...v3.0.1

v3.0.0

Compare Source

What's Changed

[!WARNING]
This is a major update! Please read the notes below and a readme file to identify what changes you need to make to your current charts for the upgrade.

🚀 Added
  • You can override the default XML, JSON, or PlainText response formats using the flags --xml-format, --json-format, or --plaintext-format respectively (or their environment variables)
  • Support for any HTTP request method to get the error page (previously limited to the GET method only)
  • The CLI flag --send-same-http-code to respond with the same HTTP code as the requested error page code
  • The CLI flag --disable-template to disable certain templates (useful when using automatic template rotation to exclude some from the available templates list)
  • Ability to define custom HTTP codes using placeholders like 4**. Refer to the documentation for more information about --add-http-code
🛠 Changed
  • Users can provide custom templates (themes) using the flag --add-template
  • Templates are now built into the binary file
  • To change the template automatically, use the new flag --rotation-mode instead of the previous "magic" template names like i-said-random or random-hourly
  • Error pages can now be accessed using the following URLs: /{code}, /{code}.html, and /{code}.htm
  • The default content type is now PlainText. This means that when you curl an error page, you will receive more readable content without tons of HTML tags
  • Merged the l7-dark and l7-light templates (themes) into a single l7 theme
  • Templates no longer download resources from external sources; everything is now embedded, including the localization script, which is now inlined into the page. Custom fonts have also been removed
  • The default value for --proxy-headers is now X-Request-Id,X-Trace-Id,X-Amzn-Trace-Id
  • CLI flags and environment variables are now well documented, and the readme file automatically syncs with them
  • The default logs level is warn for Docker image (due to performance reasons), set it to info to get the access logs, if you need
🪦 Removed
  • Configuration file is no longer needed or used. Everything is now managed using CLI flags and environment variables (the --config-file flag was removed)
  • The matrix template (theme)
  • The /metrics endpoint
  • The --default-http-code flag (+ env variable DEFAULT_HTTP_CODE)
  • The --catch-all flag (+env variable CATCH_ALL)

Full Changelog: tarampampam/error-pages@v2.27.0...v3.0.0

v2.27.0

Compare Source

Changed
  • Go updated from 1.21 up to 1.22
  • Go dependencies updated

v2.26.0

Compare Source

Added
  • Error pages now translated into 🇵🇱 #​226
  • Possibility to set custom read buffer size (using --read-buffer-size flag or environment variable READ_BUFFER_SIZE) #​238, #​244

v2.25.0

Compare Source

Added
  • Go updated from 1.20 up to 1.21
  • Error pages now translated into 🇮🇩 #​218
  • Possibility catch all paths with error page 404 (using --catch-all flag for the serve or environment variable CATCH_ALL=true) #​217

v2.24.0

Compare Source

Added
  • Support for IPv6 addresses in the --listen flag #​191

v2.23.0

Compare Source

Added

v2.22.0

Compare Source

Changed
  • Non-existing pages now return styled 404 status page (with 404 status code) #​188

v2.21.0

Compare Source

Changed
  • Go updated from 1.19 up to 1.20
  • Go dependencies updated
  • Module name changed from github.com/tarampampam/error-pages to gh.tarampamp.am/error-pages

v2.20.0

Compare Source

⚠ Breaking changes: global flags (like --log-level, --verbose, --debug, --log-json and --log-format) should be defined before the subcommand

Changed
  • version subcommand replaced by --version flag #​163
  • --config-file flag is not global anymore (use error-pages (serve|build) --config-file ... instead of error-pages --config-file ... (serve|build) ...) #​163
  • Flags --verbose, --debug and --log-json are deprecated, use --log-level and --log-format instead #​163
Added
  • Possibility to use custom env variables in templates #​164, #​165

v2.19.0

Compare Source

Changed
  • Go updated from 1.18 up to 1.19
Added
  • Error pages now translated into Chinese 🇨🇳 #​147

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from dirtycajunrice as a code owner July 5, 2024 14:06
@renovate renovate bot force-pushed the renovate/tarampampam-error-pages-3.x branch from 6f03035 to 832fbac Compare July 5, 2024 19:53
@renovate renovate bot changed the title Update Docker image tarampampam/error-pages to v3.0.1 Update Docker image tarampampam/error-pages to v3.1.0 Jul 5, 2024
@renovate renovate bot force-pushed the renovate/tarampampam-error-pages-3.x branch from 832fbac to af7ceb2 Compare July 6, 2024 12:45
@renovate renovate bot changed the title Update Docker image tarampampam/error-pages to v3.1.0 Update Docker image tarampampam/error-pages to v3.2.0 Jul 6, 2024
@renovate renovate bot force-pushed the renovate/tarampampam-error-pages-3.x branch from af7ceb2 to adc53cc Compare August 11, 2024 14:38
@renovate renovate bot changed the title Update Docker image tarampampam/error-pages to v3.2.0 Update Docker image tarampampam/error-pages to v3.3.0 Aug 11, 2024
@renovate renovate bot force-pushed the renovate/tarampampam-error-pages-3.x branch from adc53cc to 3169219 Compare December 9, 2024 09:47
@renovate renovate bot changed the title Update Docker image tarampampam/error-pages to v3.3.0 Update Docker image tarampampam/error-pages to v3.3.1 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/tarampampam-error-pages-3.x branch from 3169219 to b31e163 Compare March 4, 2025 12:23
@renovate renovate bot changed the title Update Docker image tarampampam/error-pages to v3.3.1 Update Docker image tarampampam/error-pages to v3.3.2 Mar 4, 2025
@renovate renovate bot force-pushed the renovate/tarampampam-error-pages-3.x branch from b31e163 to d9e329b Compare July 9, 2025 18:56
@renovate renovate bot changed the title Update Docker image tarampampam/error-pages to v3.3.2 Update Docker image tarampampam/error-pages to v3.3.3 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/tarampampam-error-pages-3.x branch from d9e329b to 3f0a916 Compare August 11, 2025 15:24
@renovate renovate bot changed the title Update Docker image tarampampam/error-pages to v3.3.3 Update Docker image tarampampam/error-pages to v3.4.1 Aug 11, 2025
@renovate renovate bot force-pushed the renovate/tarampampam-error-pages-3.x branch from 3f0a916 to fa4d82c Compare August 15, 2025 14:36
@renovate renovate bot changed the title Update Docker image tarampampam/error-pages to v3.4.1 Update Docker image tarampampam/error-pages to v3.5.0 Aug 15, 2025
@renovate renovate bot force-pushed the renovate/tarampampam-error-pages-3.x branch from fa4d82c to 36f6078 Compare August 31, 2025 09:12
@renovate renovate bot changed the title Update Docker image tarampampam/error-pages to v3.5.0 Update Docker image tarampampam/error-pages to v3.6.0 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/tarampampam-error-pages-3.x branch from 36f6078 to edc2de4 Compare October 3, 2025 16:30
@renovate renovate bot changed the title Update Docker image tarampampam/error-pages to v3.6.0 Update Docker image tarampampam/error-pages to v3.7.0 Oct 3, 2025
@renovate renovate bot changed the title Update Docker image tarampampam/error-pages to v3.7.0 Update Docker image tarampampam/error-pages to v3.7.1 Nov 3, 2025
@renovate renovate bot force-pushed the renovate/tarampampam-error-pages-3.x branch from edc2de4 to 111c55e Compare November 3, 2025 18:51
@renovate renovate bot force-pushed the renovate/tarampampam-error-pages-3.x branch from 111c55e to 9625557 Compare November 21, 2025 16:40
@renovate renovate bot changed the title Update Docker image tarampampam/error-pages to v3.7.1 Update Docker image tarampampam/error-pages to v3.8.0 Nov 21, 2025
@renovate renovate bot force-pushed the renovate/tarampampam-error-pages-3.x branch from 9625557 to 75e04fd Compare February 2, 2026 15:15
@renovate renovate bot force-pushed the renovate/tarampampam-error-pages-3.x branch from 75e04fd to 914aa78 Compare February 12, 2026 11:37
| datasource | package                 | from   | to    |
| ---------- | ----------------------- | ------ | ----- |
| docker     | tarampampam/error-pages | 2.18.0 | 3.8.1 |


Signed-off-by: Nicholas St. Germain <dirtycajunrice@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/tarampampam-error-pages-3.x branch from 914aa78 to 979bcee Compare February 24, 2026 23:08
@renovate renovate bot changed the title Update Docker image tarampampam/error-pages to v3.8.0 Update Docker image tarampampam/error-pages to v3.8.1 Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants