Skip to content

docs: CHEF-34837 - Add Native Installer documentation for Chef Workstation 26.1 release - #30

Merged
IanMadd merged 7 commits into
mainfrom
nikhil/CHEF-34830-doc_chef_workstation_native_installer
Jul 9, 2026
Merged

docs: CHEF-34837 - Add Native Installer documentation for Chef Workstation 26.1 release#30
IanMadd merged 7 commits into
mainfrom
nikhil/CHEF-34830-doc_chef_workstation_native_installer

Conversation

@nikhil2611

Copy link
Copy Markdown
Contributor

Summary

  • update install, upgrade, and uninstall docs for native installer flow
  • remove uninstall-first upgrade steps
  • consolidate installation verification guidance

@nikhil2611
nikhil2611 requested a review from a team as a code owner June 23, 2026 11:34
@netlify

netlify Bot commented Jun 23, 2026

Copy link
Copy Markdown

Deploy Preview for chef-workstation-docs ready!

Name Link
🔨 Latest commit 172e5aa
🔍 Latest deploy log https://app.netlify.com/projects/chef-workstation-docs/deploys/6a4d3afd6101a8000860a5c9
😎 Deploy Preview https://deploy-preview-30--chef-workstation-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nikhil2611 nikhil2611 added the ai-assisted Changes created or updated with AI assistance label Jun 23, 2026
@nikhil2611 nikhil2611 changed the title docs: update native installer install and upgrade guidance docs: Update docs for upcoming Chef Workstation 26.1 release Jun 23, 2026
@nikhil2611
nikhil2611 force-pushed the nikhil/CHEF-34830-doc_chef_workstation_native_installer branch from df88ed7 to 09968df Compare June 23, 2026 11:42
@nikhil2611 nikhil2611 changed the title docs: Update docs for upcoming Chef Workstation 26.1 release docs: CHEF-34837-Update docs for upcoming Chef Workstation 26.1 release Jun 23, 2026
@nikhil2611
nikhil2611 force-pushed the nikhil/CHEF-34830-doc_chef_workstation_native_installer branch 6 times, most recently from 2c11b41 to 0c4f3a1 Compare June 24, 2026 10:45
Signed-off-by: nikhil2611 <ngupta@progress.com>
@nikhil2611
nikhil2611 force-pushed the nikhil/CHEF-34830-doc_chef_workstation_native_installer branch from 0c4f3a1 to 2dbe6f1 Compare June 24, 2026 10:49
Comment thread content/install.md
Comment thread content/install.md Outdated
@nikhil2611 nikhil2611 closed this Jun 26, 2026
@nikhil2611
nikhil2611 deleted the nikhil/CHEF-34830-doc_chef_workstation_native_installer branch June 26, 2026 06:41
@nikhil2611
nikhil2611 restored the nikhil/CHEF-34830-doc_chef_workstation_native_installer branch June 26, 2026 06:47
@nikhil2611 nikhil2611 reopened this Jun 26, 2026
- Update intro paragraph to match Chef Infra Client style
- Update supported platforms with detailed descriptions
- Add Chef Workstation requirements section (RAM, disk, processor)
- Update prerequisites to match Infra Client wording

Signed-off-by: nikhil2611 <ngupta@progress.com>

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@nikhil2611 nikhil2611 changed the title docs: CHEF-34837-Update docs for upcoming Chef Workstation 26.1 release docs: CHEF-34837 - Add Native Installer documentation for Chef Workstation 26.1 release Jun 26, 2026
Comment thread content/install.md Outdated
Comment thread content/install.md Outdated
Comment thread content/uninstall.md Outdated
- Remove ambiguous Processor requirement line
- Remove redundant Upgrade section from install.md
- Update RPM install/upgrade to use dnf and rpm pattern
- Add rpm -e method to uninstall for consistency
- Fix Windows MSI filename to _x86_64.msi across all docs

Signed-off-by: nikhil2611 <ngupta@progress.com>

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

@clintoncwolfe clintoncwolfe left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should keep the component install instructions.

Comment thread content/install.md
Comment thread content/install.md
- Revert title to 'Install Chef Workstation'
- Add back individual components section as a la carte alternative
- Remove hab pkg install URL link

Signed-off-by: nikhil2611 <ngupta@progress.com>

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@nikhil2611
nikhil2611 force-pushed the nikhil/CHEF-34830-doc_chef_workstation_native_installer branch from 800dc1e to ae3e139 Compare June 30, 2026 06:34
@nikhil2611
nikhil2611 requested a review from Vasu1105 June 30, 2026 08:52
Keep RPM uninstall instructions focused on dnf remove by removing the redundant rpm -e command.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
(cherry picked from commit 6058dfd)
Signed-off-by: nikhil2611 <ngupta@progress.com>
@nikhil2611
nikhil2611 force-pushed the nikhil/CHEF-34830-doc_chef_workstation_native_installer branch from 4a8683e to 45ec160 Compare July 1, 2026 10:33
clintoncwolfe
clintoncwolfe previously approved these changes Jul 1, 2026
Remove the silent install flag /qn from msiexec commands in install, upgrade, and uninstall docs.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: nikhil2611 <ngupta@progress.com>
clintoncwolfe
clintoncwolfe previously approved these changes Jul 2, 2026

@clintoncwolfe clintoncwolfe left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah suppressing warnings is probably bad. Best to remove qn.

DonnchaDaly
DonnchaDaly previously approved these changes Jul 2, 2026

@DonnchaDaly DonnchaDaly left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine

Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
@IanMadd
IanMadd dismissed stale reviews from DonnchaDaly and clintoncwolfe via 172e5aa July 7, 2026 17:44
@IanMadd
IanMadd merged commit 9a951e5 into main Jul 9, 2026
10 checks passed
@IanMadd
IanMadd deleted the nikhil/CHEF-34830-doc_chef_workstation_native_installer branch July 9, 2026 13:19
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

💚 All backports created successfully

Status Branch Result
release-26.1

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

IanMadd added a commit that referenced this pull request Jul 9, 2026
…ation 26.1 release (#30) (#32)

* docs: update native installer install and upgrade guidance



* docs: update install page wording and add system requirements

- Update intro paragraph to match Chef Infra Client style
- Update supported platforms with detailed descriptions
- Add Chef Workstation requirements section (RAM, disk, processor)
- Update prerequisites to match Infra Client wording





* docs: address PR review comments

- Remove ambiguous Processor requirement line
- Remove redundant Upgrade section from install.md
- Update RPM install/upgrade to use dnf and rpm pattern
- Add rpm -e method to uninstall for consistency
- Fix Windows MSI filename to _x86_64.msi across all docs





* docs: address clintoncwolfe review comments

- Revert title to 'Install Chef Workstation'
- Add back individual components section as a la carte alternative
- Remove hab pkg install URL link





* Remove rpm -e uninstall command

Keep RPM uninstall instructions focused on dnf remove by removing the redundant rpm -e command.


(cherry picked from commit 6058dfd)


* Remove /qn flag from Windows MSI commands

Remove the silent install flag /qn from msiexec commands in install, upgrade, and uninstall docs.




* Editing



---------





(cherry picked from commit 9a951e5)

Signed-off-by: nikhil2611 <ngupta@progress.com>
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
Co-authored-by: Nikhil Gupta <35272911+nikhil2611@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Ian Maddaus <ian.maddaus@progress.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-assisted Changes created or updated with AI assistance backport-to-release-26.1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants