-
Notifications
You must be signed in to change notification settings - Fork 697
build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 #6543
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
Merged
tsaarni
merged 1 commit into
main
from
dependabot/github_actions/main/docker/setup-buildx-action-3.4.0
Jul 8, 2024
Merged
build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 #6543
tsaarni
merged 1 commit into
main
from
dependabot/github_actions/main/docker/setup-buildx-action-3.4.0
Jul 8, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>
tsaarni
approved these changes
Jul 8, 2024
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps docker/setup-buildx-action from 3.3.0 to 3.4.0.
Release notes
Sourced from docker/setup-buildx-action's releases.
Commits
4fd8129
Merge pull request #312 from docker/dependabot/npm_and_yarn/undici-5.28.43386dc4
chore: update generated contentd191aef
build(deps): bump undici from 5.28.3 to 5.28.4f686054
Merge pull request #338 from docker/dependabot/npm_and_yarn/docker/actions-to...7854785
chore: update generated content830928c
fix builder type path26d2aec
build(deps): bump@docker/actions-toolkit
from 0.23.0 to 0.31.0ab17e3e
Merge pull request #339 from crazy-max/missing-types-jsyamld79cb80
missing types for js-yaml13cf788
Merge pull request #326 from docker/dependabot/npm_and_yarn/uuid-10.0.0Dependabot 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)