Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2024

Bumps docker/setup-buildx-action from 3.3.0 to 3.4.0.

Release notes

Sourced from docker/setup-buildx-action's releases.

v3.4.0

Full Changelog: docker/setup-buildx-action@v3.3.0...v3.4.0

Commits
  • 4fd8129 Merge pull request #312 from docker/dependabot/npm_and_yarn/undici-5.28.4
  • 3386dc4 chore: update generated content
  • d191aef build(deps): bump undici from 5.28.3 to 5.28.4
  • f686054 Merge pull request #338 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 7854785 chore: update generated content
  • 830928c fix builder type path
  • 26d2aec build(deps): bump @​docker/actions-toolkit from 0.23.0 to 0.31.0
  • ab17e3e Merge pull request #339 from crazy-max/missing-types-jsyaml
  • d79cb80 missing types for js-yaml
  • 13cf788 Merge pull request #326 from docker/dependabot/npm_and_yarn/uuid-10.0.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@d70bba7...4fd8129)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 7, 2024 20:20
@dependabot dependabot bot added area/tooling Issues or PRs related to project tools and automation. release-note/none-required Marks a PR as not requiring a release note. Should only be used for very small changes. labels Jul 7, 2024
@dependabot dependabot bot requested review from skriss, sunjayBhatia and a team and removed request for a team July 7, 2024 20:20
@sunjayBhatia sunjayBhatia requested review from a team, izturn and clayton-gonsalves and removed request for a team July 7, 2024 20:20
@tsaarni tsaarni merged commit 9947760 into main Jul 8, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/main/docker/setup-buildx-action-3.4.0 branch July 8, 2024 07:57
chaosbox pushed a commit to chaosbox/contour that referenced this pull request Jul 9, 2024
…jectcontour#6543)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@d70bba7...4fd8129)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: chaosbox <ram29@bskyb.com>
SamMHD pushed a commit to SamMHD/contour that referenced this pull request Sep 8, 2024
…jectcontour#6543)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@d70bba7...4fd8129)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Saman Mahdanian <saman@mahdanian.xyz>
tsaarni added a commit that referenced this pull request Mar 10, 2025
…luding none (#6546)

* build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#6543)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@d70bba7...4fd8129)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: chaosbox <ram29@bskyb.com>

* Adds "disableCompression" as a feature to turnon/off Envoy's GZIP response compression

Signed-off-by: chaosbox <ram29@bskyb.com>

* This fixes linter nag parameter 'conf' seems to be unused

Co-authored-by: Tero Saarni <tero.saarni@est.tech>
Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* This fixes linter nag File is not gci-ed with ...

Co-authored-by: Tero Saarni <tero.saarni@est.tech>
Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* This fixes linter nag File is not gci-ed with ...

Co-authored-by: Tero Saarni <tero.saarni@est.tech>
Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* This fixes linter nag File is not gofumpt-ed with -extra

Co-authored-by: Tero Saarni <tero.saarni@est.tech>
Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* This fixes linter nag File is not gofumpt-ed with -extra

Co-authored-by: Tero Saarni <tero.saarni@est.tech>
Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* Fix table borders

This change is solely a formatting change and does not change any of the text of the table

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* Add disableCompression flag to configuration docs.

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* add changelog file

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* rework as --compression flag with options gzip, brotli, zstd, disabled

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* add validation to crd compression field

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* delete unnecessary output log

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* define compression with a struct for API extensibility

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* lint fixes

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* test fix

Avoid NPE in parameters.Validate

also tidy flag handling in registerServe, don't set compression struct unless parameter is supplied.

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* fix flag handling

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* api lint

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* parameters_test

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* update comment

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* fix assertion arg order and bump timeout

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* add some servecontext tests

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* add some parameters tests

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* Update internal/featuretests/v3/compression_test.go

Co-authored-by: Tero Saarni <tero.saarni@est.tech>
Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* Update changelogs/unreleased/6546-chaosbox-small.md

Co-authored-by: Tero Saarni <tero.saarni@est.tech>
Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* remove command flag

from review comment:

Let's remove the command line option and make configuration available only through config file and ContourConfiguration CRD.

The command line options currently are a bit of a mess, so we previously agreed to avoid introducing new options there unless absolutely necessary.

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* treat empty string as valid CompressionAlgorithm

From review:

Would it be cleaner to treat an empty string as a valid value here, rather than completely bypassing validation in Parameters.Validate()? While algorithm is the only field currently, that might change.

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* update configuration docs per new types

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* lint

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* rename builder method for clarity

a better name is SetDefaultFilterCompression

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* comment improvements

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* rename method to Compression and enforce calling order

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* comment

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* test updates

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* regenerate docs

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* f.RetryTimeout

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* format

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

* placate lint

Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: chaosbox <ram29@bskyb.com>
Signed-off-by: Geoff Macartney <geoff.macartney@sky.uk>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chaosbox <ram29@bskyb.com>
Co-authored-by: Geoff Macartney <geoff.macartney@sky.uk>
Co-authored-by: Tero Saarni <tero.saarni@est.tech>
Co-authored-by: Geoff Macartney <geoff.macartney@gmail.com>
Co-authored-by: Geoff Macartney <geomacy@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tooling Issues or PRs related to project tools and automation. release-note/none-required Marks a PR as not requiring a release note. Should only be used for very small changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant