Skip to content

Commit

Permalink
Bump version to 4.3.49 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 Nov 25, 2022
1 parent d8f588f commit e792e0d
Show file tree
Hide file tree
Showing 2 changed files with 21 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.48
4.3.49
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ usage: chef-automate config patch path/to/config.toml [flags]
description: |
Apply a partial Chef Automate configuration to the deployment. It will take the partial configuration, merge it with the existing configuration, and apply and required changes.
options:
- name: a2
default_value: "false"
usage: Patch toml configuration to the automate node[DUPLICATE]
- name: automate
shorthand: a
default_value: "false"
usage: Patch toml configuration to the automate node
- name: chef_server
shorthand: c
default_value: "false"
usage: Patch toml configuration to the chef_server node
- name: cs
default_value: "false"
usage: Patch toml configuration to the chef_server node[DUPLICATE]
- name: fe
default_value: "false"
usage: |
Expand All @@ -20,6 +34,12 @@ options:
shorthand: o
default_value: "false"
usage: Patch toml configuration to the opensearch node
- name: os
default_value: "false"
usage: Patch toml configuration to the opensearch node[DUPLICATE]
- name: pg
default_value: "false"
usage: Patch toml configuration to the postgresql node[DUPLICATE]
- name: postgresql
shorthand: p
default_value: "false"
Expand Down

0 comments on commit e792e0d

Please sign in to comment.