-
Notifications
You must be signed in to change notification settings - Fork 0
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 #285
base: main
Are you sure you want to change the base?
Conversation
Path: @@ -50,7 +50,7 @@
enableServiceLinks: true
containers:
- name: error-pages
- image: "ghcr.io/tarampampam/error-pages:2.17.0"
+ image: "ghcr.io/tarampampam/error-pages:3.0.0"
imagePullPolicy: IfNotPresent
env:
- name: SHOW_DETAILS |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
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. |
864039d
to
8e1b1d3
Compare
Path: @@ -50,7 +50,7 @@
enableServiceLinks: true
containers:
- name: error-pages
- image: "ghcr.io/tarampampam/error-pages:2.17.0"
+ image: "ghcr.io/tarampampam/error-pages:3.0.1"
imagePullPolicy: IfNotPresent
env:
- name: SHOW_DETAILS |
8e1b1d3
to
7f4b79b
Compare
Path: @@ -50,7 +50,7 @@
enableServiceLinks: true
containers:
- name: error-pages
- image: "ghcr.io/tarampampam/error-pages:2.17.0"
+ image: "ghcr.io/tarampampam/error-pages:3.1.0"
imagePullPolicy: IfNotPresent
env:
- name: SHOW_DETAILS |
7f4b79b
to
112fe56
Compare
Path: @@ -50,7 +50,7 @@
enableServiceLinks: true
containers:
- name: error-pages
- image: "ghcr.io/tarampampam/error-pages:2.17.0"
+ image: "ghcr.io/tarampampam/error-pages:3.2.0"
imagePullPolicy: IfNotPresent
env:
- name: SHOW_DETAILS |
112fe56
to
868f757
Compare
Path: @@ -50,7 +50,7 @@
enableServiceLinks: true
containers:
- name: error-pages
- image: "ghcr.io/tarampampam/error-pages:2.17.0"
+ image: "ghcr.io/tarampampam/error-pages:3.3.0"
imagePullPolicy: IfNotPresent
env:
- name: SHOW_DETAILS |
| datasource | package | from | to | | ---------- | ------------------------------- | ------ | ----- | | docker | ghcr.io/tarampampam/error-pages | 2.17.0 | 3.3.1 |
868f757
to
50be725
Compare
Path: @@ -50,7 +50,7 @@
enableServiceLinks: true
containers:
- name: error-pages
- image: "ghcr.io/tarampampam/error-pages:2.17.0"
+ image: "ghcr.io/tarampampam/error-pages:3.3.1"
imagePullPolicy: IfNotPresent
env:
- name: SHOW_DETAILS |
This PR contains the following updates:
2.17.0
->3.3.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
tarampampam/error-pages (ghcr.io/tarampampam/error-pages)
v3.3.1
Compare Source
What's Changed
📦 Dependency updates
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
ADD_TEMPLATE
(replacing the--add-template
flag) (https://github.com/tarampampam/error-pages/pull/295)json
by 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.0
Compare Source
What's Changed
🚀 Features
Before | After
| ![image](https://camo.githubusercontent.com/de326f187e761a651c6abd92d0d087690bc33276af9d209f07350dd453d692e7/68747470733a2f2f72656469726563742e6769746875622e636f6d2f746172616d70616d70616d2f6572726f722d70616765732f6173736574732f373332363830302f62313764353264642d636162622d343861612d613536642d336332313130373638616539)
---|---
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
🚀 Added
--xml-format
,--json-format
, or--plaintext-format
respectively (or their environment variables)GET
method only)--send-same-http-code
to respond with the same HTTP code as the requested error page code--disable-template
to 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-mode
instead of the previous "magic" template names likei-said-random
orrandom-hourly
/{code}
,/{code}.html
, and/{code}.htm
l7-dark
andl7-light
templates (themes) into a singlel7
theme--proxy-headers
is nowX-Request-Id,X-Trace-Id,X-Amzn-Trace-Id
warn
for Docker image (due to performance reasons), set it toinfo
to get the access logs, if you need🪦 Removed
--config-file
flag was removed)matrix
template (theme)/metrics
endpoint--default-http-code
flag (+ env variableDEFAULT_HTTP_CODE
)--catch-all
flag (+env variableCATCH_ALL
)Full Changelog: tarampampam/error-pages@v2.27.0...v3.0.0
v2.27.0
Compare Source
Changed
1.21
up to1.22
v2.26.0
Compare Source
Added
--read-buffer-size
flag or environment variableREAD_BUFFER_SIZE
) #238, #244v2.25.0
Compare Source
Added
1.20
up to1.21
--catch-all
flag for theserve
or environment variableCATCH_ALL=true
) #217v2.24.0
Compare Source
Added
--listen
flag #191v2.23.0
Compare Source
Added
orient
#190v2.22.0
Compare Source
Changed
404
status page (with404
status code) #188v2.21.0
Compare Source
Changed
1.19
up to1.20
github.com/tarampampam/error-pages
togh.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 subcommandChanged
version
subcommand replaced by--version
flag #163--config-file
flag is not global anymore (useerror-pages (serve|build) --config-file ...
instead oferror-pages --config-file ... (serve|build) ...
) #163--verbose
,--debug
and--log-json
are deprecated, use--log-level
and--log-format
instead #163Added
v2.19.0
Compare Source
Changed
1.18
up to1.19
Added
v2.18.0
Compare Source
Changed
fonts.googleapis.com
byfonts.bunny.net
regarding GDPR compliance #131Configuration
📅 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.