From 55b528cc1fbf65dbade32128601080f28e975e0e Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Tue, 20 Aug 2024 15:05:33 -0400 Subject: [PATCH 1/4] Update knife_ssh.md Signed-off-by: Ian Maddaus Minor formatting fix --- docs-chef-io/content/workstation/knife_ssh.md | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs-chef-io/content/workstation/knife_ssh.md b/docs-chef-io/content/workstation/knife_ssh.md index 9c39022dd..9daec7d76 100644 --- a/docs-chef-io/content/workstation/knife_ssh.md +++ b/docs-chef-io/content/workstation/knife_ssh.md @@ -86,17 +86,15 @@ This subcommand has the following options: : The search query used to return a list of servers to be accessed using SSH and the specified `SSH_COMMAND`. This option uses the same syntax as the search subcommand. If the `SEARCH_QUERY` does not contain a colon character (`:`), then the default query pattern is `tags:*#{@query}* OR roles:*#{@query}* OR fqdn:*#{@query}* OR addresses:*#{@query}*`, which means the following two search queries are effectively the same: - - -``` bash -knife search ubuntu -``` - -or: - -``` bash -knife search node "tags:*ubuntu* OR roles:*ubuntu* OR fqdn:*ubuntu* (etc.)" -``` + ``` bash + knife search ubuntu + ``` + + or: + + ``` bash + knife search node "tags:*ubuntu* OR roles:*ubuntu* OR fqdn:*ubuntu* (etc.)" + ``` `SSH_COMMAND` From 095396ba8a37cbd78f996c97c8c52e824b85cfae Mon Sep 17 00:00:00 2001 From: Dishank Tiwari Date: Mon, 7 Oct 2024 12:14:48 +0530 Subject: [PATCH 2/4] updated the chef package link Signed-off-by: Dishank Tiwari --- docs-chef-io/content/workstation/install_workstation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-chef-io/content/workstation/install_workstation.md b/docs-chef-io/content/workstation/install_workstation.md index 42e88b9ea..50780f1fa 100644 --- a/docs-chef-io/content/workstation/install_workstation.md +++ b/docs-chef-io/content/workstation/install_workstation.md @@ -98,26 +98,26 @@ msiexec /q /i MsiPath ADDLOCAL=ALL REMOVE=ChefWSApp - Red Hat Enterprise Linux ```bash - wget https://packages.chef.io/files/stable/chef-workstation//el//chef-workstation--1.el.x86_64.rpm + wget https://chefdownload-commercial.chef.io/files/stable/chef-workstation//el//chef-workstation--1.el.x86_64.rpm ``` For example: ```sh - wget https://packages.chef.io/files/stable/chef-workstation/24.4.1064/el/8/chef-workstation-24.4.1064-1.el8.x86_64.rpm + wget https://chefdownload-commercial.chef.io/files/stable/chef-workstation/24.4.1064/el/8/chef-workstation-24.4.1064-1.el8.x86_64.rpm ``` - Debian/Ubuntu ``` bash - wget https://packages.chef.io/files/stable/chef-workstation//ubuntu//chef-workstation_-1_amd64.deb + wget https://chefdownload-commercial.chef.io/files/stable/chef-workstation//ubuntu//chef-workstation_-1_amd64.deb ``` For example: ```sh - wget https://packages.chef.io/files/stable/chef-workstation/24.4.1064/ubuntu/20.04/chef-workstation_24.4.1064-1_amd64.deb + wget https://chefdownload-commercial.chef.io/files/stable/chef-workstation/24.4.1064/ubuntu/20.04/chef-workstation_24.4.1064-1_amd64.deb ``` 1. Use your distribution's package manager to install Chef Workstation: From d79ae7c4dba6dce82ce9b138e5f7d71dce4e88a9 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 8 Oct 2024 18:48:09 +0000 Subject: [PATCH 3/4] Executed '.expeditor/determine_version.sh' Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0e594c8..9fa4ed600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ - + +## [24.10.1069](https://github.com/chef/chef-workstation/tree/24.10.1069) (2024-10-08) + +#### Merged Pull Requests +- Remove references to packages.chef.io [#3281](https://github.com/chef/chef-workstation/pull/3281) ([dishanktiwari2501](https://github.com/dishanktiwari2501)) - + +### Changes not yet released to stable + +#### Merged Pull Requests +- Remove references to packages.chef.io [#3281](https://github.com/chef/chef-workstation/pull/3281) ([dishanktiwari2501](https://github.com/dishanktiwari2501)) diff --git a/VERSION b/VERSION index aea05372b..69ff76ad2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -24.8.1068 +24.10.1069 From f271ed693da83e01e25138de36c7e0acb1aa2f06 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 8 Oct 2024 19:05:35 +0000 Subject: [PATCH 4/4] Executed '.expeditor/determine_version.sh' Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa4ed600..665c8eaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [24.10.1069](https://github.com/chef/chef-workstation/tree/24.10.1069) (2024-10-08) + +## [24.10.1070](https://github.com/chef/chef-workstation/tree/24.10.1070) (2024-10-08) #### 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)) ### Changes not yet released to stable #### Merged Pull Requests +- 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)) diff --git a/VERSION b/VERSION index 69ff76ad2..7a792ec46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -24.10.1069 +24.10.1070