Skip to content

Commit

Permalink
Bump version to 4.3.13 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Oct 31, 2022
1 parent dc3a188 commit 17d8eb5
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.12
4.3.13
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ see_also:
- maintenance - Put Chef Automate into or out of maintenance mode
- migrate-from-v1 - Migrate from Chef Automate v1
- migrate-from-v1-status - Watch the status of the migration to Chef Automate 2
- post-major-upgrade - Utilities for post-major-upgrade
- preflight-check - Perform preflight check
- provision-infra - Provision Automate HA infra.
- restart-services - restart deployment services
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: chef-automate post-major-upgrade
synopsis: Utilities for post-major-upgrade
usage: chef-automate post-major-upgrade COMMAND [flags]
options:
- name: help
shorthand: h
default_value: "false"
usage: help for post-major-upgrade
inherited_options:
- name: debug
shorthand: d
default_value: "false"
usage: Enable debug output
- name: no-check-version
default_value: "false"
usage: Disable version check
- name: result-json
usage: Write command result as JSON to PATH
see_also:
- chef-automate - Chef Automate CLI
- clear-data - Chef Automate post-major-upgrade clear-data
- migrate - Chef Automate post-major-upgrade migrate
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: chef-automate post-major-upgrade clear-data
synopsis: Chef Automate post-major-upgrade clear-data
usage: chef-automate post-major-upgrade clear-data [flags]
description: Chef Automate post-major-upgrade to clear old pg data
options:
- name: ""
shorthand: "y"
default_value: "false"
usage: auto-accept
- name: data
usage: data
- name: force
shorthand: f
default_value: "false"
usage: fore-execute
- name: help
shorthand: h
default_value: "false"
usage: help for clear-data
inherited_options:
- name: debug
shorthand: d
default_value: "false"
usage: Enable debug output
- name: no-check-version
default_value: "false"
usage: Disable version check
- name: result-json
usage: Write command result as JSON to PATH
see_also:
- chef-automate post-major-upgrade - Utilities for post-major-upgrade
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: chef-automate post-major-upgrade migrate
synopsis: Chef Automate post-major-upgrade migrate
usage: chef-automate post-major-upgrade migrate [flags]
description: |
Chef Automate migrate. migrate can be used to migrate pg or migrate es
options:
- name: ""
shorthand: "y"
default_value: "false"
usage: auto-accept
- name: check
default_value: "false"
usage: check
- name: data
usage: data
- name: force
shorthand: f
default_value: "false"
usage: force-execute
- name: help
shorthand: h
default_value: "false"
usage: help for migrate
- name: skip-migration
default_value: "false"
usage: permanently skiping migration
- name: skip-storage-check
shorthand: s
default_value: "false"
usage: skip storage check
inherited_options:
- name: debug
shorthand: d
default_value: "false"
usage: Enable debug output
- name: no-check-version
default_value: "false"
usage: Disable version check
- name: result-json
usage: Write command result as JSON to PATH
see_also:
- chef-automate post-major-upgrade - Utilities for post-major-upgrade

0 comments on commit 17d8eb5

Please sign in to comment.