diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0e594c8..665c8eaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ - + +## [24.10.1070](https://github.com/chef/chef-workstation/tree/24.10.1070) (2024-10-08) + +#### Merged Pull Requests +- 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 aea05372b..7a792ec46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -24.8.1068 +24.10.1070 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: 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`