Skip to content

Commit

Permalink
Update CHANGELOG.md to reflect the promotion of 24.6.1066
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 Jun 10, 2024
1 parent 44857ee commit 4aa2fa6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/ -->
<!-- latest_release 24.6.1066 -->
## [24.6.1066](https://github.com/chef/chef-workstation/tree/24.6.1066) (2024-06-04)

#### Merged Pull Requests
- Updated dependencies to latest for upcoming chef-workstation release [#3240](https://github.com/chef/chef-workstation/pull/3240) ([nikhil2611](https://github.com/nikhil2611))
<!-- latest_release -->
<!-- latest_release -->

<!-- release_rollup since=24.4.1064 -->
### Changes not yet released to stable

#### Merged Pull Requests
- Updated dependencies to latest for upcoming chef-workstation release [#3240](https://github.com/chef/chef-workstation/pull/3240) ([nikhil2611](https://github.com/nikhil2611)) <!-- 24.6.1066 -->
- [CHEF-8498] Ruby implementation of c_rehash script [#3234](https://github.com/chef/chef-workstation/pull/3234) ([ashiqueps](https://github.com/ashiqueps)) <!-- 24.5.1065 -->
<!-- release_rollup -->
<!-- release_rollup -->

<!-- latest_stable_release -->
## [24.6.1066](https://github.com/chef/chef-workstation/tree/24.6.1066) (2024-06-10)

#### Merged Pull Requests
- [CHEF-8498] Ruby implementation of c_rehash script [#3234](https://github.com/chef/chef-workstation/pull/3234) ([ashiqueps](https://github.com/ashiqueps))
- Updated dependencies to latest for upcoming chef-workstation release [#3240](https://github.com/chef/chef-workstation/pull/3240) ([nikhil2611](https://github.com/nikhil2611))
<!-- latest_stable_release -->

## [24.4.1064](https://github.com/chef/chef-workstation/tree/24.4.1064) (2024-04-30)

#### Merged Pull Requests
Expand All @@ -24,7 +22,6 @@
- Bump artifactory from 3.0.15 to 3.0.17 in /omnibus [#3211](https://github.com/chef/chef-workstation/pull/3211) ([dependabot[bot]](https://github.com/dependabot[bot]))
- Modified the steps to install the FIPS provider for OpenSSL [#3203](https://github.com/chef/chef-workstation/pull/3203) ([ashiqueps](https://github.com/ashiqueps))
- Updated the dependencies for the 24.04 release [#3222](https://github.com/chef/chef-workstation/pull/3222) ([ashiqueps](https://github.com/ashiqueps))
<!-- latest_stable_release -->

## [24.2.1058](https://github.com/chef/chef-workstation/tree/24.2.1058) (2024-02-20)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:22.04
LABEL maintainer="Chef Software, Inc. <[email protected]>"

ARG CHANNEL=stable
ARG VERSION=24.4.1064
ARG VERSION=24.6.1066
ENV DEBIAN_FRONTEND=noninteractive \
GEM_HOME=/root/.chefdk/gem/ruby/3.0.0 \
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
Expand Down

0 comments on commit 4aa2fa6

Please sign in to comment.