[PR #54] [MERGED] fix(deps): bump docker/login-action from 1 to 1.9.0 #144

Closed
opened 2026-03-04 00:24:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/54
Author: @dependabot[bot]
Created: 5/12/2021
Status: Merged
Merged: 5/20/2021
Merged by: @ViRb3

Base: masterHead: dependabot/github_actions/docker/login-action-1.9.0


📝 Commits (1)

  • 39af625 fix(deps): bump docker/login-action from 1 to 1.9.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/release.yml (+1 -1)

📄 Description

Bumps docker/login-action from 1 to 1.9.0.

Release notes

Sourced from docker/login-action's releases.

v1.9.0

  • Remove os limitation (#66)
  • Enhance workflow (#61)
  • Add example for Quay (#60)
  • Use GITHUB_TOKEN with GHCR (#59)
  • Improve GHCR doc (#55)
  • Add e2e tests for GAR (#48)
  • Add e2e tests for GCR (#42)

v1.8.0

  • Handle Amazon ECR registries associated with other accounts (#40)
  • Add e2e tests for ECR (#27)

v1.7.0

  • Add support for public ECR (#37 #41)
  • Add example with DinD (#35)
  • Add example for OCI Oracle Cloud Infrastructure Registry (#28)
  • Add e2e tests pt.1 (#23)

v1.6.0

  • Handle AWS credentials (#21)

v1.5.0

  • Username required (#18)
  • Mostly tests and some small changes (#16)

v1.4.1

  • Fix CVE-2020-15228

v1.4.0

  • Take the password from stdin
  • Update deps

v1.3.0

  • Handle AWS CLI v2
  • Check AWS CLI version
  • Add tests
  • Add example for Azure Container Registry (ACR)
  • Move zeit/ncc to vercel/ncc

v1.2.0

  • Add support for AWS Elastic Container Registry (ECR)
  • Add example for Google Container Registry (GCR)

v1.1.1

  • Typo

v1.1.0

  • Add tests and examples for GitLab and GitHub Package Registry

... (truncated)

Commits

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SignTools/SignTools/pull/54 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/12/2021 **Status:** ✅ Merged **Merged:** 5/20/2021 **Merged by:** [@ViRb3](https://github.com/ViRb3) **Base:** `master` ← **Head:** `dependabot/github_actions/docker/login-action-1.9.0` --- ### 📝 Commits (1) - [`39af625`](https://github.com/SignTools/SignTools/commit/39af625710093be99ba6221c9b4f3246bf2fa72d) fix(deps): bump docker/login-action from 1 to 1.9.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+1 -1) </details> ### 📄 Description Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/login-action/releases">docker/login-action's releases</a>.</em></p> <blockquote> <h2>v1.9.0</h2> <ul> <li>Remove os limitation (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/66">#66</a>)</li> <li>Enhance workflow (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/61">#61</a>)</li> <li>Add example for Quay (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/60">#60</a>)</li> <li>Use <code>GITHUB_TOKEN</code> with GHCR (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/59">#59</a>)</li> <li>Improve GHCR doc (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/55">#55</a>)</li> <li>Add e2e tests for GAR (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/48">#48</a>)</li> <li>Add e2e tests for GCR (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/42">#42</a>)</li> </ul> <h2>v1.8.0</h2> <ul> <li>Handle Amazon ECR registries associated with other accounts (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/40">#40</a>)</li> <li>Add e2e tests for ECR (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/27">#27</a>)</li> </ul> <h2>v1.7.0</h2> <ul> <li>Add support for public ECR (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/37">#37</a> <a href="https://github-redirect.dependabot.com/docker/login-action/issues/41">#41</a>)</li> <li>Add example with DinD (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/35">#35</a>)</li> <li>Add example for OCI Oracle Cloud Infrastructure Registry (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/28">#28</a>)</li> <li>Add e2e tests pt.1 (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/23">#23</a>)</li> </ul> <h2>v1.6.0</h2> <ul> <li>Handle AWS credentials (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/21">#21</a>)</li> </ul> <h2>v1.5.0</h2> <ul> <li>Username required (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/18">#18</a>)</li> <li>Mostly tests and some small changes (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/16">#16</a>)</li> </ul> <h2>v1.4.1</h2> <ul> <li>Fix CVE-2020-15228</li> </ul> <h2>v1.4.0</h2> <ul> <li>Take the password from stdin</li> <li>Update deps</li> </ul> <h2>v1.3.0</h2> <ul> <li>Handle AWS CLI v2</li> <li>Check AWS CLI version</li> <li>Add tests</li> <li>Add example for Azure Container Registry (ACR)</li> <li>Move zeit/ncc to vercel/ncc</li> </ul> <h2>v1.2.0</h2> <ul> <li>Add support for AWS Elastic Container Registry (ECR)</li> <li>Add example for Google Container Registry (GCR)</li> </ul> <h2>v1.1.1</h2> <ul> <li>Typo</li> </ul> <h2>v1.1.0</h2> <ul> <li>Add tests and examples for GitLab and GitHub Package Registry</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/docker/login-action/compare/v1...v1.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/login-action&package-manager=github_actions&previous-version=1&new-version=1.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:24:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SignTools#144
No description provided.