Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container)!: Update image ghcr.io/tarampampam/error-pages to v3 #858

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chii-bot[bot]
Copy link
Contributor

@chii-bot chii-bot bot commented Jul 5, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/tarampampam/error-pages major 2.16.0 -> 3.3.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

tarampampam/error-pages

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

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

v3.1.0

Compare Source

What's Changed

🚀 Features

Before | After
---|---
image | image

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

v3.0.1

Compare Source

What's Changed

🛠 Fixes

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

v2.18.0

Compare Source

Changed
  • Replaced fonts.googleapis.com by fonts.bunny.net regarding GDPR compliance #​131

v2.17.0

Compare Source

Added
  • Error pages now translated into Spanish 🇪🇸 #​124

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, click this checkbox.

This PR has been generated by Renovate Bot.

@chii-bot chii-bot bot requested a review from toboshii as a code owner July 5, 2024 10:19
@chii-bot chii-bot bot added renovate/container type/major size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Jul 5, 2024
@chii-bot
Copy link
Contributor Author

chii-bot bot commented Jul 5, 2024

Path: cluster/apps/networking/ingress-nginx/helm-release.yaml

@@ -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:3.3.0"
 imagePullPolicy: IfNotPresent
 securityContext:
 capabilities:

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@chii-bot
Copy link
Contributor Author

chii-bot bot commented Jul 5, 2024

MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ COPYPASTE jscpd yes 2 0.9s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.28s
✅ YAML prettier 1 0 0.59s
✅ YAML yamllint 1 0 0.17s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-tarampampam-error-pages-3.x branch 2 times, most recently from 215b21d to c5692d3 Compare July 6, 2024 11:16
| datasource | package                         | from   | to    |
| ---------- | ------------------------------- | ------ | ----- |
| docker     | ghcr.io/tarampampam/error-pages | 2.16.0 | 3.3.0 |
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-tarampampam-error-pages-3.x branch from c5692d3 to cb787c8 Compare August 11, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/container size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants