Skip to content

Commit 13336e6

Browse files
committed
Update CHANGELOG.md to reflect the promotion of 25.12.1102
Obvious fix; these changes are the result of automation not creative thinking.
1 parent ffd77c6 commit 13336e6

File tree

2 files changed

+16
-19
lines changed

2 files changed

+16
-19
lines changed

CHANGELOG.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/ -->
2-
<!-- latest_release 25.12.1102 -->
3-
## [25.12.1102](https://github.com/chef/chef-workstation/tree/25.12.1102) (2025-12-12)
4-
5-
#### Merged Pull Requests
6-
- Update NOTICE file [#3469](https://github.com/chef/chef-workstation/pull/3469) ([nikhil2611](https://github.com/nikhil2611))
2+
<!-- latest_release -->
73
<!-- latest_release -->
84

9-
<!-- release_rollup since=25.9.1094 -->
10-
### Changes not yet released to stable
11-
12-
#### Merged Pull Requests
13-
- Update NOTICE file [#3469](https://github.com/chef/chef-workstation/pull/3469) ([nikhil2611](https://github.com/nikhil2611)) <!-- 25.12.1102 -->
14-
- Upgrading knife to v18.8.68 [#3474](https://github.com/chef/chef-workstation/pull/3474) ([nikhil2611](https://github.com/nikhil2611)) <!-- 25.12.1101 -->
15-
- Update knife, chef-cli, uri, and omnibus versions [#3464](https://github.com/chef/chef-workstation/pull/3464) ([nikhil2611](https://github.com/nikhil2611)) <!-- 25.12.1100 -->
16-
- Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 in /components/main-chef-wrapper [#3465](https://github.com/chef/chef-workstation/pull/3465) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 25.12.1099 -->
17-
- CHEF-26930: Fix OpenSSL 3.2.6 build failure on el-7 by installing Time::Piece [#3460](https://github.com/chef/chef-workstation/pull/3460) ([nikhil2611](https://github.com/nikhil2611)) <!-- 25.12.1098 -->
18-
- Bump omnibus-software from `e5f302c` to `536e609` in /omnibus [#3449](https://github.com/chef/chef-workstation/pull/3449) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 25.11.1097 -->
19-
- CHEF-27591 - fixing crypto GO vulnerability [#3440](https://github.com/chef/chef-workstation/pull/3440) ([nikhil2611](https://github.com/nikhil2611)) <!-- 25.11.1096 -->
20-
- Add amazon - fips support [#3422](https://github.com/chef/chef-workstation/pull/3422) ([poorndm](https://github.com/poorndm)) <!-- 25.10.1095 -->
5+
<!-- release_rollup -->
216
<!-- release_rollup -->
227

238
<!-- latest_stable_release -->
9+
## [25.12.1102](https://github.com/chef/chef-workstation/tree/25.12.1102) (2025-12-15)
10+
11+
#### Merged Pull Requests
12+
- Add amazon - fips support [#3422](https://github.com/chef/chef-workstation/pull/3422) ([poorndm](https://github.com/poorndm))
13+
- CHEF-27591 - fixing crypto GO vulnerability [#3440](https://github.com/chef/chef-workstation/pull/3440) ([nikhil2611](https://github.com/nikhil2611))
14+
- Bump omnibus-software from `e5f302c` to `536e609` in /omnibus [#3449](https://github.com/chef/chef-workstation/pull/3449) ([dependabot[bot]](https://github.com/dependabot[bot]))
15+
- CHEF-26930: Fix OpenSSL 3.2.6 build failure on el-7 by installing Time::Piece [#3460](https://github.com/chef/chef-workstation/pull/3460) ([nikhil2611](https://github.com/nikhil2611))
16+
- Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 in /components/main-chef-wrapper [#3465](https://github.com/chef/chef-workstation/pull/3465) ([dependabot[bot]](https://github.com/dependabot[bot]))
17+
- Update knife, chef-cli, uri, and omnibus versions [#3464](https://github.com/chef/chef-workstation/pull/3464) ([nikhil2611](https://github.com/nikhil2611))
18+
- Upgrading knife to v18.8.68 [#3474](https://github.com/chef/chef-workstation/pull/3474) ([nikhil2611](https://github.com/nikhil2611))
19+
- Update NOTICE file [#3469](https://github.com/chef/chef-workstation/pull/3469) ([nikhil2611](https://github.com/nikhil2611))
20+
<!-- latest_stable_release -->
21+
2422
## [25.9.1094](https://github.com/chef/chef-workstation/tree/25.9.1094) (2025-09-30)
2523

2624
#### Merged Pull Requests
@@ -34,7 +32,6 @@
3432
- Update for s3 private access , set Internal_src url and windows-cert [#3408](https://github.com/chef/chef-workstation/pull/3408) ([poorndm](https://github.com/poorndm))
3533
- CHEF-21810 - Updated gems and dependencies for upcoming chef workstation 25.9 release [#3394](https://github.com/chef/chef-workstation/pull/3394) ([nikhil2611](https://github.com/nikhil2611))
3634
- Include NOTICE from repository root into the installer directory [#3419](https://github.com/chef/chef-workstation/pull/3419) ([nikhil2611](https://github.com/nikhil2611))
37-
<!-- latest_stable_release -->
3835

3936
## [25.5.1084](https://github.com/chef/chef-workstation/tree/25.5.1084) (2025-05-27)
4037

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:22.04
22
LABEL maintainer="Chef Software, Inc. <[email protected]>"
33

44
ARG CHANNEL=stable
5-
ARG VERSION=25.9.1094
5+
ARG VERSION=25.12.1102
66
ENV DEBIAN_FRONTEND=noninteractive \
77
GEM_HOME=/root/.chefdk/gem/ruby/3.0.0 \
88
PATH=/opt/chef-workstation/bin:/opt/chef-workstation/embedded/bin:/root/.chefdk/gem/ruby/3.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

0 commit comments

Comments
 (0)