Skip to content

Commit 5b1a52c

Browse files
committed
Bump version to 19.1.161 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 338ea9a commit 5b1a52c

File tree

9 files changed

+23
-22
lines changed

9 files changed

+23
-22
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
22
This changelog lists individual merged pull requests to Chef Infra Client and geared towards developers. For a list of significant changes per release see the [Chef Infra Client Release Notes](https://docs.chef.io/release_notes_client/).
33

4-
<!-- latest_release 19.1.160 -->
5-
## [v19.1.160](https://github.com/chef/chef/tree/v19.1.160) (2026-02-02)
4+
<!-- latest_release 19.1.161 -->
5+
## [v19.1.161](https://github.com/chef/chef/tree/v19.1.161) (2026-02-02)
66

77
#### Merged Pull Requests
8-
- Final notice text [#15606](https://github.com/chef/chef/pull/15606) ([johnmccrae](https://github.com/johnmccrae))
8+
- Final notice text take 3 [#15608](https://github.com/chef/chef/pull/15608) ([johnmccrae](https://github.com/johnmccrae))
99
<!-- latest_release -->
1010

1111
<!-- release_rollup since=18.5.0 -->
1212
### Changes not yet released to stable
1313

1414
#### Merged Pull Requests
15+
- Final notice text take 3 [#15608](https://github.com/chef/chef/pull/15608) ([johnmccrae](https://github.com/johnmccrae)) <!-- 19.1.161 -->
1516
- Final notice text [#15606](https://github.com/chef/chef/pull/15606) ([johnmccrae](https://github.com/johnmccrae)) <!-- 19.1.160 -->
1617
- update NOTICE [#15601](https://github.com/chef/chef/pull/15601) ([rishichawda](https://github.com/rishichawda)) <!-- 19.1.159 -->
1718
- update openssl version in spec [#15597](https://github.com/chef/chef/pull/15597) ([rishichawda](https://github.com/rishichawda)) <!-- 19.1.158 -->

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ GIT
4646
PATH
4747
remote: .
4848
specs:
49-
chef (19.1.160)
49+
chef (19.1.161)
5050
addressable
5151
aws-sdk-s3 (~> 1.91)
5252
aws-sdk-secretsmanager (~> 1.46)
5353
bcrypt_pbkdf (~> 1.0)
54-
chef-config (= 19.1.160)
54+
chef-config (= 19.1.161)
5555
chef-licensing (~> 1.3)
56-
chef-utils (= 19.1.160)
56+
chef-utils (= 19.1.161)
5757
chef-vault
5858
chef-zero (~> 15.1.0)
5959
corefoundation (~> 0.3.4)
@@ -85,15 +85,15 @@ PATH
8585
unf_ext (~> 0.0.9.1)
8686
uri (~> 1.0.4)
8787
vault (~> 0.18.2)
88-
chef (19.1.160-universal-mingw-ucrt)
88+
chef (19.1.161-universal-mingw-ucrt)
8989
addressable
9090
aws-sdk-s3 (~> 1.91)
9191
aws-sdk-secretsmanager (~> 1.46)
9292
bcrypt_pbkdf (~> 1.0)
93-
chef-config (= 19.1.160)
93+
chef-config (= 19.1.161)
9494
chef-licensing (~> 1.3)
9595
chef-powershell (~> 18.6.6)
96-
chef-utils (= 19.1.160)
96+
chef-utils (= 19.1.161)
9797
chef-vault
9898
chef-zero (~> 15.1.0)
9999
corefoundation (~> 0.3.4)
@@ -140,15 +140,15 @@ PATH
140140
PATH
141141
remote: chef-bin
142142
specs:
143-
chef-bin (19.1.160)
144-
chef (= 19.1.160)
143+
chef-bin (19.1.161)
144+
chef (= 19.1.161)
145145

146146
PATH
147147
remote: chef-config
148148
specs:
149-
chef-config (19.1.160)
149+
chef-config (19.1.161)
150150
addressable
151-
chef-utils (= 19.1.160)
151+
chef-utils (= 19.1.161)
152152
fuzzyurl
153153
mixlib-config (>= 2.2.12, < 4.0)
154154
mixlib-shellout (>= 2.0, < 4.0)
@@ -158,7 +158,7 @@ PATH
158158
PATH
159159
remote: chef-utils
160160
specs:
161-
chef-utils (19.1.160)
161+
chef-utils (19.1.161)
162162
concurrent-ruby
163163

164164
GEM

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.1.160
1+
19.1.161

chef-bin/lib/chef-bin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
module ChefBin
2323
CHEFBIN_ROOT = File.expand_path("..", __dir__)
24-
VERSION = "19.1.160".freeze
24+
VERSION = "19.1.161".freeze
2525
end
2626

2727
#

chef-config/lib/chef-config/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
module ChefConfig
1717
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
18-
VERSION = "19.1.160".freeze
18+
VERSION = "19.1.161".freeze
1919
end

chef-utils/lib/chef-utils/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
module ChefUtils
1818
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
19-
VERSION = "19.1.160"
19+
VERSION = "19.1.161"
2020
end

knife/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PATH
3434
remote: ../chef-bin
3535
specs:
3636
chef-bin (19.1.24)
37-
chef (= 19.1.160)
37+
chef (= 19.1.161)
3838

3939
PATH
4040
remote: ../chef-config
@@ -57,7 +57,7 @@ PATH
5757
PATH
5858
remote: ..
5959
specs:
60-
chef (19.1.160)
60+
chef (19.1.161)
6161
addressable
6262
aws-sdk-s3 (~> 1.91)
6363
aws-sdk-secretsmanager (~> 1.46)

knife/lib/chef/knife/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
class Chef
1818
class Knife
1919
KNIFE_ROOT = File.expand_path("../..", __dir__)
20-
VERSION = "19.1.160".freeze
20+
VERSION = "19.1.161".freeze
2121
end
2222
end

lib/chef/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
class Chef
2525
CHEF_ROOT = File.expand_path("..", __dir__)
26-
VERSION = Chef::VersionString.new("19.1.160")
26+
VERSION = Chef::VersionString.new("19.1.161")
2727
end
2828

2929
#

0 commit comments

Comments
 (0)