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 v2.27.0 #720

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 Aug 10, 2022

This PR contains the following updates:

Package Update Change
ghcr.io/tarampampam/error-pages minor 2.16.0 -> 2.27.0

⚠ Dependency Lookup Warnings ⚠

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


Release Notes

tarampampam/error-pages

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 August 10, 2022 17:23
@chii-bot chii-bot bot added renovate/container type/minor area/cluster Changes made in the cluster directory size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 10, 2022
@chii-bot
Copy link
Contributor Author

chii-bot bot commented Aug 10, 2022

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

@chii-bot
Copy link
Contributor Author

chii-bot bot commented Aug 10, 2022

MegaLinter status: ❌ ERROR

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

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 changed the title feat(container): update image ghcr.io/tarampampam/error-pages to v2.17.0 feat(container): update image ghcr.io/tarampampam/error-pages to v2.18.0 Aug 19, 2022
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-tarampampam-error-pages-2.x branch from 25e089f to d1fd36c Compare August 19, 2022 20:20
@chii-bot chii-bot bot changed the title feat(container): update image ghcr.io/tarampampam/error-pages to v2.18.0 feat(container): update image ghcr.io/tarampampam/error-pages to v2.19.0 Nov 1, 2022
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-tarampampam-error-pages-2.x branch from d1fd36c to 693bc66 Compare November 1, 2022 22:22
@chii-bot chii-bot bot changed the title feat(container): update image ghcr.io/tarampampam/error-pages to v2.19.0 feat(container): update image ghcr.io/tarampampam/error-pages to v2.19.0 - autoclosed Nov 25, 2022
@chii-bot chii-bot bot closed this Nov 25, 2022
@chii-bot chii-bot bot deleted the renovate/ghcr.io-tarampampam-error-pages-2.x branch November 25, 2022 15:18
@chii-bot chii-bot bot changed the title feat(container): update image ghcr.io/tarampampam/error-pages to v2.19.0 - autoclosed feat(container): update image ghcr.io/tarampampam/error-pages to v2.19.0 Nov 26, 2022
@chii-bot chii-bot bot reopened this Nov 26, 2022
@chii-bot chii-bot bot restored the renovate/ghcr.io-tarampampam-error-pages-2.x branch November 26, 2022 10:17
@chii-bot chii-bot bot changed the title feat(container): update image ghcr.io/tarampampam/error-pages to v2.19.0 feat(container): update image ghcr.io/tarampampam/error-pages to v2.20.0 Jan 29, 2023
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-tarampampam-error-pages-2.x branch from 693bc66 to 02880de Compare January 29, 2023 16:19
@chii-bot chii-bot bot changed the title feat(container): update image ghcr.io/tarampampam/error-pages to v2.20.0 feat(container): update image ghcr.io/tarampampam/error-pages to v2.21.0 Feb 23, 2023
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-tarampampam-error-pages-2.x branch from 02880de to 5c803a5 Compare February 23, 2023 19:14
@chii-bot chii-bot bot changed the title feat(container): update image ghcr.io/tarampampam/error-pages to v2.21.0 feat(container): update image ghcr.io/tarampampam/error-pages to v2.21.0 - autoclosed Mar 15, 2023
@chii-bot chii-bot bot closed this Mar 15, 2023
@chii-bot chii-bot bot deleted the renovate/ghcr.io-tarampampam-error-pages-2.x branch March 15, 2023 14:32
@chii-bot chii-bot bot changed the title feat(container): update image ghcr.io/tarampampam/error-pages to v2.21.0 - autoclosed feat(container): update image ghcr.io/tarampampam/error-pages to v2.21.0 Mar 16, 2023
@chii-bot chii-bot bot reopened this Mar 16, 2023
@chii-bot chii-bot bot restored the renovate/ghcr.io-tarampampam-error-pages-2.x branch March 16, 2023 08:20
@chii-bot chii-bot bot changed the title feat(container): update image ghcr.io/tarampampam/error-pages to v2.21.0 feat(container): update image ghcr.io/tarampampam/error-pages to v2.22.0 Apr 7, 2023
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-tarampampam-error-pages-2.x branch from 5c803a5 to bc4a1ff Compare April 7, 2023 11:12
@chii-bot chii-bot bot changed the title feat(container): update image ghcr.io/tarampampam/error-pages to v2.22.0 feat(container): update image ghcr.io/tarampampam/error-pages to v2.23.0 Apr 17, 2023
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-tarampampam-error-pages-2.x branch from bc4a1ff to 15d6d66 Compare April 17, 2023 12:29
@chii-bot chii-bot bot changed the title feat(container): update image ghcr.io/tarampampam/error-pages to v2.23.0 feat(container): update image ghcr.io/tarampampam/error-pages to v2.24.0 Apr 21, 2023
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-tarampampam-error-pages-2.x branch from 15d6d66 to 355304a Compare April 21, 2023 13:18
@chii-bot chii-bot bot changed the title feat(container): update image ghcr.io/tarampampam/error-pages to v2.24.0 feat(container): update image ghcr.io/tarampampam/error-pages to v2.25.0 Sep 2, 2023
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-tarampampam-error-pages-2.x branch from 355304a to b23123b Compare September 2, 2023 15:13
@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 chii-bot bot changed the title feat(container): update image ghcr.io/tarampampam/error-pages to v2.25.0 feat(container): update image ghcr.io/tarampampam/error-pages to v2.26.0 Nov 20, 2023
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-tarampampam-error-pages-2.x branch from b23123b to d4d5047 Compare November 20, 2023 09:16
| datasource | package                         | from   | to     |
| ---------- | ------------------------------- | ------ | ------ |
| docker     | ghcr.io/tarampampam/error-pages | 2.16.0 | 2.27.0 |
@chii-bot chii-bot bot force-pushed the renovate/ghcr.io-tarampampam-error-pages-2.x branch from d4d5047 to 45023b5 Compare March 17, 2024 08:17
@chii-bot chii-bot bot changed the title feat(container): update image ghcr.io/tarampampam/error-pages to v2.26.0 feat(container): update image ghcr.io/tarampampam/error-pages to v2.27.0 Mar 17, 2024
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/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants