-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore(deps): bump docker/build-push-action from 3 to 6 #97
Closed
dependabot
wants to merge
225
commits into
main
from
dependabot/github_actions/docker/build-push-action-6
Closed
chore(deps): bump docker/build-push-action from 3 to 6 #97
dependabot
wants to merge
225
commits into
main
from
dependabot/github_actions/docker/build-push-action-6
Conversation
This file contains 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
Add scopes.
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
…onfig (#77) Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
* feat: accounts list Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: add required fields to OAS Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
* fix: loop on wise accounts Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: add task restart flag for wise Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
* feat: cursor-based pagination for payments and tasks Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: swagger definitions & accounts cursor support Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: swagger cursor description Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * chore: Update swagger (#84) * feat: added pagination tests Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: test cases Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Co-authored-by: Antoine Gelloz <antoine.gelloz@me.com>
* fix: api response encoding to api base Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: swagger definition for connector configs Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
* feat: metadata update route & object support Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * feat: metadata OAS addition Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: conflict resolution Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
…ng any operations with the connector data (#95) Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
* feat: config encryption Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * feat: obfuscate sensitive fields Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: config test case Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> --------- Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
* fix: pagination logic when using previous cursor. There was a bug which caused previous cursor to appear in API responses even if there was no previous data available. Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: backwards pagination order Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: backwards order Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: 1st page reference Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> --------- Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
* feat: transfer initiation POC Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * feat: transfer initiation with background processing and status reporting Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: pluralize transfers Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: oas spec Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: linter issues Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> * fix: migration conflict Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com> --------- Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Sep 25, 2024
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
bot
deleted the
dependabot/github_actions/docker/build-push-action-6
branch
September 25, 2024 16:58
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/build-push-action from 3 to 6.
Release notes
Sourced from docker/build-push-action's releases.
... (truncated)
Commits
5cd11c3
Merge pull request #1211 from crazy-max/summary-info-message0aba704
chore: update generated content23c657a
print info message for build summary support checks16ebe77
Merge pull request #1205 from docker/dependabot/npm_and_yarn/docker/actions-t...646a62b
chore: update generated contentd92ab13
chore(deps): Bump@docker/actions-toolkit
from 0.37.0 to 0.37.14f7cdeb
Merge pull request #1198 from docker/dependabot/npm_and_yarn/docker/actions-t...ad3cd77
chore: update generated content3efbc13
chore(deps): Bump@docker/actions-toolkit
from 0.36.0 to 0.37.02dbe91d
Merge pull request #1197 from crazy-max/build-checksDependabot 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)