From 0bcc26e757cc2a272a45398b5884a5758c7e756a Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 18 Dec 2024 13:39:15 +0000 Subject: [PATCH] Update CHANGELOG.md to reflect the promotion of 24.12.1073 Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 27 ++++++++++++--------------- Dockerfile | 2 +- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f451536..20e9a3bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,29 +1,26 @@ - -## [24.12.1073](https://github.com/chef/chef-workstation/tree/24.12.1073) (2024-12-16) - -#### Merged Pull Requests -- CHEF-15132-Workstation release 24.12 [#3288](https://github.com/chef/chef-workstation/pull/3288) ([nikhil2611](https://github.com/nikhil2611)) + - -### Changes not yet released to stable - -#### Merged Pull Requests -- CHEF-15132-Workstation release 24.12 [#3288](https://github.com/chef/chef-workstation/pull/3288) ([nikhil2611](https://github.com/nikhil2611)) -- Correct download APIs [#3287](https://github.com/chef/chef-workstation/pull/3287) ([IanMadd](https://github.com/IanMadd)) -- Vendor dir removed and Go version updated [#3279](https://github.com/chef/chef-workstation/pull/3279) ([sanghinitin](https://github.com/sanghinitin)) -- Update knife_ssh.md [#3271](https://github.com/chef/chef-workstation/pull/3271) ([IanMadd](https://github.com/IanMadd)) -- Remove references to packages.chef.io [#3281](https://github.com/chef/chef-workstation/pull/3281) ([dishanktiwari2501](https://github.com/dishanktiwari2501)) + +## [24.12.1073](https://github.com/chef/chef-workstation/tree/24.12.1073) (2024-12-18) + +#### Merged Pull Requests +- Remove references to packages.chef.io [#3281](https://github.com/chef/chef-workstation/pull/3281) ([dishanktiwari2501](https://github.com/dishanktiwari2501)) +- Update knife_ssh.md [#3271](https://github.com/chef/chef-workstation/pull/3271) ([IanMadd](https://github.com/IanMadd)) +- Vendor dir removed and Go version updated [#3279](https://github.com/chef/chef-workstation/pull/3279) ([sanghinitin](https://github.com/sanghinitin)) +- Correct download APIs [#3287](https://github.com/chef/chef-workstation/pull/3287) ([IanMadd](https://github.com/IanMadd)) +- CHEF-15132-Workstation release 24.12 [#3288](https://github.com/chef/chef-workstation/pull/3288) ([nikhil2611](https://github.com/nikhil2611)) + + ## [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) diff --git a/Dockerfile b/Dockerfile index fe39c272d..3a8ad3656 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:22.04 LABEL maintainer="Chef Software, Inc. " ARG CHANNEL=stable -ARG VERSION=24.8.1068 +ARG VERSION=24.12.1073 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