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

Build(deps): Bump docker/metadata-action from 4.3.0 to 4.4.0 #32

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2023

Bumps docker/metadata-action from 4.3.0 to 4.4.0.

Release notes

Sourced from docker/metadata-action's releases.

v4.4.0

Full Changelog: docker/metadata-action@v4.3.0...v4.4.0

Commits
  • c4ee3ad Merge pull request #285 from docker/dependabot/npm_and_yarn/semver-7.5.0
  • 3bea1ee update generated content
  • 88c7f0d Bump semver from 7.4.0 to 7.5.0
  • 101f9cb Merge pull request #286 from docker/dependabot/npm_and_yarn/csv-parse-5.3.8
  • 0e44559 Bump csv-parse from 5.3.6 to 5.3.8
  • 517f8b0 Merge pull request #281 from docker/dependabot/npm_and_yarn/moment-timezone-0...
  • bfaa919 update generated content
  • 16dbdc9 Bump moment-timezone from 0.5.42 to 0.5.43
  • bf095b8 Merge pull request #284 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 2ed3c45 update generated content
  • 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 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)

Thanks for the PR!

Any successful deployments (not always required) will be available below.
Backend
Frontend
Oracle-API

Once merged, code will be promoted and handed off to following workflow run.
Main Merge Workflow

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@507c2f2...c4ee3ad)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions labels Apr 24, 2023
@DerekRoberts
Copy link
Member

We're dropping digests, since it makes projects dependent on Renovate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 2, 2023

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

DerekRoberts pushed a commit that referenced this pull request May 13, 2024
* Adapt data sync engine to run on jenkins (#18)

#5: Adapt Engine to run on Jenkins Cron

* #19 Include Compliance YAML to project to track risks and Privacy Impact Assessment status (#21)

* #13 Include Badge for project Status (#24)

* Feature/27/marcio/jenkins convert to polaris (#28)

* #27 - Including JenkinsFile for Polaris Jenkins Server

* #27 - Including some changes to test Polaris Features

* #27 Updating agent configuration

* #27 Remove unnecessary python checking

* #27 Including post conditions

* #27 Including 1st test to determine readiness of code

* #27 Fixing missing single quote

* #27 pwd + dir

* #27 Including Docker file for podman build containerization

* #27 Hello World message to guarantee no error message in pipeline, for now.

* Feature/30/marcio/vault credentials to jenkins polaris (#31)

* #27 - Including JenkinsFile for Polaris Jenkins Server

* #27 - Including some changes to test Polaris Features

* #27 Updating agent configuration

* #27 Remove unnecessary python checking

* #27 Including post conditions

* #27 Including 1st test to determine readiness of code

* #27 Fixing missing single quote

* #27 pwd + dir

* #27 Including Docker file for podman build containerization

* #27 Hello World message to guarantee no error message in pipeline, for now.

* #30 Testing Vault Access with Token

* #30 Vtoken credential as environment variable for all stages

* #30 Including requests in the libraries of project

* #30 passing environment arguments to container

* #30 removing JSON from requirements.txt

* #30 Handling env vars

* #30 Bringing secrets inside podman

* #30 Fixing arguments syntax

* #30 fixing typo

* #30 Using Podman polaris library to build container

* #30 removing script podman library exchanging to execute withcredentials

* #30 Fixing credentials getter

* #30 fixing env var names

* #30 fixing env var passthrough pod

* #30 Including Unit Test for env Variables

* #30 fixing identation

* #30 renaming env var

* #30 renaming env vars

* #30 renaming env jenkins vars

* #30 renaming variables

* #30 removing cred for simple vars

* #30 Quote env vars from jenkins

* #30 Verifying env vars

* #30 fixing env var

* #30 sync vars env

* #30 change env vars to bring req jenkins vars

* #30 Solve Boolean type mismatch

* #30 fixing library os environ access

* #30 fixing unit test function

* #30 vault token compliance unit test
DerekRoberts pushed a commit that referenced this pull request May 13, 2024
* feat: added seedlot dashboard page and initial grid display for it

* fix: seedlot dashboard url
DerekRoberts pushed a commit that referenced this pull request May 14, 2024
* feat: added seedlot dashboard page and initial grid display for it

* fix: seedlot dashboard url
DerekRoberts pushed a commit that referenced this pull request May 14, 2024
* feat: added seedlot dashboard page and initial grid display for it

* fix: seedlot dashboard url
DerekRoberts pushed a commit that referenced this pull request May 14, 2024
* feat: added seedlot dashboard page and initial grid display for it

* fix: seedlot dashboard url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant