Skip to content

Commit

Permalink
Merge branch 'main' into IanMadd-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiqueps authored Oct 8, 2024
2 parents 55b528c + d79ae7c commit 8ae14a9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/ -->
<!-- latest_release -->
<!-- latest_release 24.10.1069 -->
## [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))
<!-- latest_release -->

<!-- release_rollup -->
<!-- release_rollup since=24.8.1068 -->
### 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)) <!-- 24.10.1069 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.8.1068
24.10.1069
8 changes: 4 additions & 4 deletions docs-chef-io/content/workstation/install_workstation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<WORKSTATION_VERSION>/el/<RHEL_VERSION>/chef-workstation-<WORKSTATION_VERSION>-1.el<RHEL_VERSION>.x86_64.rpm
wget https://chefdownload-commercial.chef.io/files/stable/chef-workstation/<WORKSTATION_VERSION>/el/<RHEL_VERSION>/chef-workstation-<WORKSTATION_VERSION>-1.el<RHEL_VERSION>.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/<WORKSTATION_VERSION>/ubuntu/<UBUNTU_VERSION>/chef-workstation_<WORKSTATION_VERSION>-1_amd64.deb
wget https://chefdownload-commercial.chef.io/files/stable/chef-workstation/<WORKSTATION_VERSION>/ubuntu/<UBUNTU_VERSION>/chef-workstation_<WORKSTATION_VERSION>-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:
Expand Down

0 comments on commit 8ae14a9

Please sign in to comment.