terraform-module / terraform-aws-github-oidc-provider

Fully configurable terraform module to access AWS APIs from Github Actions through OpenID Connect.
MIT License
12 stars 9 forks source link

chore(deps): update dependency anothrnick/github-tag-action to v1.62.0 (.github/workflows/release.draft.yml) (master) #27

Closed ivankatliarchuk closed 1 year ago

ivankatliarchuk commented 1 year ago

This PR contains the following updates:

Package Type Update Change
anothrNick/github-tag-action minor 1.55.0 -> 1.62.0
anothrNick/github-tag-action action minor 1.55.0 -> 1.62.0

Release Notes

anothrNick/github-tag-action ### [`v1.62.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.62.0): : More tests and outputs when default_bump set to NONE [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.61.0...1.62.0) This is a very minor release, adds outputs to workflows using default_bump none when there are no #comments found that trigger a commit bump. ### [`v1.61.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.61.0): :Hotfix - Exclude validating the default branch when using branch_listory non full [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.60.0...1.61.0) Suggested by [@​vancejc-mt](https://togithub.com/vancejc-mt) in [https://github.com/anothrNick/github-tag-action/issues/243](https://togithub.com/anothrNick/github-tag-action/issues/243) ### [`v1.60.0`](https://togithub.com/anothrNick/github-tag-action/compare/1.59.0...1.60.0) [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.59.0...1.60.0) ### [`v1.59.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.59.0): : Hotfix - gitlog full breaking rebase and squash merges [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.58.0...1.59.0) The current implementation of full git log breaks in squash and rebase due missing HEAD using suggestion from [@​jonavos](https://togithub.com/jonavos) here [https://github.com/anothrNick/github-tag-action/issues/232#issuecomment-1372299198](https://togithub.com/anothrNick/github-tag-action/issues/232#issuecomment-1372299198) and changing approach to compare log history. Please report back to [https://github.com/anothrNick/github-tag-action/issues/232](https://togithub.com/anothrNick/github-tag-action/issues/232) if any further issues on use cases. ### [`v1.58.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.58.0): : Exit with error if default branch is not set in non pr workflows [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.57.0...1.58.0) There are some cases where the `default_branch` is not available in the runner environment, This leads to no history of commits. This change attempts to identify the default branch in this scenarios and error the user if the attempt fails and `default_branch` remains null ### [`v1.57.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.57.0): : Skip bumps if there are no new commits in pre-release actrions re runs [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.56.0...1.57.0) Identified here [https://github.com/anothrNick/github-tag-action/issues/233](https://togithub.com/anothrNick/github-tag-action/issues/233) the action was not skipping bumps if there where no new commits in pre-release mode when an action is re run creating extra tags. This minor change applies the same behavior used in normal releases. ### [`v1.56.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.56.0): : Get the default branch from env vars also allow to overwrite as parameter [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.55.0...1.56.0) This is a feature from a hotfix where we add the option to specify a default branch from parameters else we capture the default branch from the runner`$GITHUB_BASE_REF` var

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.