-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor to new actions. * show progress-bar if log level is zero --------- Co-authored-by: David Ferlay <[email protected]> Co-authored-by: Igor Ignatyev <[email protected]>
- Loading branch information
1 parent
d0011f7
commit 1d142ab
Showing
7 changed files
with
205 additions
and
175 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
runtime: plugin | ||
action: | ||
title: Bump | ||
description: "Bump or sync versions of updated components" | ||
options: | ||
- name: sync | ||
shorthand: s | ||
title: Sync | ||
description: Propagate versions of updated components to their dependencies | ||
type: boolean | ||
default: false | ||
- name: dry-run | ||
title: Dry-run | ||
description: Simulate bump or sync without updating any file | ||
type: boolean | ||
default: false | ||
- name: allow-override | ||
title: Allow override | ||
description: Allow override committed version by current build value | ||
type: boolean | ||
default: false | ||
- name: vault-pass | ||
title: Vault password | ||
description: Password for Ansible Vault | ||
type: string | ||
default: "" | ||
- name: last | ||
shorthand: l | ||
title: Last | ||
description: Bump resources modified in last commit only | ||
type: boolean | ||
default: false |
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
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
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
Oops, something went wrong.