diff --git a/CHANGELOG.md b/CHANGELOG.md index 9afd6debe..6e0e594c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,23 @@ - -## [24.8.1068](https://github.com/chef/chef-workstation/tree/24.8.1068) (2024-08-09) - -#### Merged Pull Requests -- updated doc with the current updated versions [#3267](https://github.com/chef/chef-workstation/pull/3267) ([nikhil2611](https://github.com/nikhil2611)) + - -### Changes not yet released to stable - -#### Merged Pull Requests -- updated doc with the current updated versions [#3267](https://github.com/chef/chef-workstation/pull/3267) ([nikhil2611](https://github.com/nikhil2611)) -- Bump kitchen-dokken to 2.20.6 [#3250](https://github.com/chef/chef-workstation/pull/3250) ([KawaiDesu](https://github.com/KawaiDesu)) + +## [24.8.1068](https://github.com/chef/chef-workstation/tree/24.8.1068) (2024-08-12) + +#### Merged Pull Requests +- Bump kitchen-dokken to 2.20.6 [#3250](https://github.com/chef/chef-workstation/pull/3250) ([KawaiDesu](https://github.com/KawaiDesu)) +- updated doc with the current updated versions [#3267](https://github.com/chef/chef-workstation/pull/3267) ([nikhil2611](https://github.com/nikhil2611)) + + ## [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)) - ## [24.4.1064](https://github.com/chef/chef-workstation/tree/24.4.1064) (2024-04-30) diff --git a/Dockerfile b/Dockerfile index e6ff5cc72..fe39c272d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:22.04 LABEL maintainer="Chef Software, Inc. " ARG CHANNEL=stable -ARG VERSION=24.6.1066 +ARG VERSION=24.8.1068 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