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

⬆️ Bump philips-software/docker-ci-scripts from 4.2.0 to 4.5.1 #28

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Bumps philips-software/docker-ci-scripts from 4.2.0 to 4.5.1.

Release notes

Sourced from philips-software/docker-ci-scripts's releases.

v4.5.1 - documentation fix

What's Changed

New Contributors

Full Changelog: philips-software/docker-ci-scripts@v4.5.0...v4.5.1

v4.5.0 - Rename container arguments

Rename container arguments

Big shout-out to Jeroen van Gastel for renaming the container arguments.

What's Changed

Full Changelog: philips-software/docker-ci-scripts@v4.4.0...v4.5.0

DEPRECATION

In this release both arguments are still supported, but in the next major release they will be removed.

Renamed variables: DOCKER_USERNAME => REGISTRY_USERNAME DOCKER_PASSWORD => REGISTRY_TOKEN DOCKER_REGISTRY => REGISTRY_URL

This is also displayed in the job summary: Screenshot 2022-08-31 at 13 17 19

v4.4.0 - Add build arg support

What's Changed

New Contributors

Full Changelog: philips-software/docker-ci-scripts@v4.3.0...v4.4.0

v4.3.0 - Add Push on Tags support

What's Changed

Dependency Updates

... (truncated)

Changelog

Sourced from philips-software/docker-ci-scripts's changelog.

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project uses the version of main tool as main version number .

[Unreleased]

  • Rename arguments to reflect multiple container registries.

DEPRECATION

  • DOCKER_USERNAME, DOCKER_PASSWORD, and DOCKER_REGISTRY are deprecated. Please use REGISTRY_USERNAME, REGISTRY_TOKEN, and REGISTRY_URL.

v4.4.0

  • #50 - Fix: Automatic push of README to docker hub is broken.
  • #48 - Loop through entire array of push-branches
  • #34 - ** BREAKING ** Rename variables DOCKER_USERNAME, DOCKER_PASSWORD and DOCKER_REGISTRY

v3.1.0 - 2020-09-23

  • Allow users to specify multiple branches to push to the artifact repository. push-branches

DEPRECATION

  • #47 - push-branch is now deprecated by push-branches. Will be removed in next major release.

v3.0.0 - 2020-09-15

BREAKING

  • Allow users to specify specific dockerfile instead of path

The docker build command is now being called from the root of the project instead of the directory.

This has impact when your project has:

  • Directories with multiple dockerfiles
  • The dockerfile contains an ADD or a COPY command.

You now need to change the path to include the directory.

Example:

  • ADD /scripts/entrypoint.sh entrypoint.sh becomes: ADD /6/java/scripts/entrypoint.sh entrypoint

v2.2.1 - 2020-05-18

Changed

  • #38 - Auto update readme was not working anymore

v2.2.0

  • #33 - DOCKER_ORGANIZATION is optional when other repository store is used.
  • #32 - DOCKER_REGISTRY should be an environment variable.
  • Fix shellinter

... (truncated)

Commits
  • e4769bf Cosign now needs specific attestation types.
  • 4bd11de Merge pull request #139 from philips-software/dependabot/docker/docker-20.10....
  • 7c9083b Bump docker from 20.10.17-git to 20.10.18-git
  • 8a9b00b Merge pull request #138 from vanGastelJS/main
  • dc88d8f Mentioning syft as actual SBOM tool used (instead ofVMWare Tern)
  • ab25c0c typo
  • 8c671bd Merge pull request #136 from philips-software/Feature/34_RemaveDockerVariables
  • 8cea492 Add deprecation warning for DOCKER_USERNAME and DOCKER_PASSWORD
  • 79c1e0c Renamed variables DOCKER_USERNAME, DOCKER_PASSWORD and DOCKER_REGISTRY
  • ade4738 Update docker_build.sh
  • 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)

Bumps [philips-software/docker-ci-scripts](https://github.com/philips-software/docker-ci-scripts) from 4.2.0 to 4.5.1.
- [Release notes](https://github.com/philips-software/docker-ci-scripts/releases)
- [Changelog](https://github.com/philips-software/docker-ci-scripts/blob/main/CHANGELOG.md)
- [Commits](philips-software/docker-ci-scripts@v4.2.0...v4.5.1)

---
updated-dependencies:
- dependency-name: philips-software/docker-ci-scripts
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@Brend-Smits Brend-Smits merged commit 837186e into develop Sep 30, 2022
@Brend-Smits Brend-Smits deleted the dependabot/github_actions/philips-software/docker-ci-scripts-4.5.1 branch September 30, 2022 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant