Skip to content

Commit

Permalink
Merge branch 'im/saas' of github.com:chef/chef-web-docs into im/saas
Browse files Browse the repository at this point in the history
  • Loading branch information
dishanktiwari2501 committed Apr 2, 2024
2 parents fa1e8e1 + 23913e6 commit b4db108
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 23 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.DS_Store

# Hugo/Go workspace files
*.work
*.work.sum

# ignore doctree files in translation folders
*.doctree
*.pickle
Expand All @@ -26,6 +30,9 @@ static/fonts/fontawesome
node_modules
vendor

# dart-sass files for local dev testing
/dart-sass

# temp file created by hugo
.hugo_build.lock

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# github.com/chef/automate/components/docs-chef-io v0.0.0-20240306133449-4e982f867599
# github.com/chef/desktop-config/docs-chef-io v0.0.0-20230711052355-bad26ce3ac0b
# github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20230808222519-d0c20bbe8c45
# github.com/chef/chef-server/docs-chef-io v0.0.0-20240110155437-6cd481103560
# github.com/chef/chef-server/docs-chef-io v0.0.0-20240320162132-10d96e306f90
# github.com/inspec/inspec/docs-chef-io v0.0.0-20240129132650-42c7f3e46b43
# github.com/inspec/inspec-alicloud/docs-chef-io v0.0.0-20240122032124-a1d2a214e170
# github.com/inspec/inspec-aws/docs-chef-io v0.0.0-20240122032232-049dcf822eef
Expand Down
28 changes: 14 additions & 14 deletions content/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ support, see the [Supported Versions](/versions/) page.

We offer two levels of support for platforms (operating systems), [Commercial Support]({{< relref "#commercial-support">}}) and [Community Support]({{< relref "#community-support" >}}).

### Commercial Support
### Commercial support

Commercial support for platforms is part of paid maintenance contracts with Chef Software. Support contracts allow you to open tickets and receive service level agreement (SLA) assistance from our support desk. Commercially supported platforms are extensively tested as part of Chef's development and release process. Commercial support follows the lifecycle of the underlying operating system vendor.

Commercial support is limited to the platforms listed in the "Commercial Support" tables--platforms not listed in these tables are unsupported.

### Community Support
### Community support

Community support for platforms means that members of the Chef community have contributed to these platforms and Chef doesn't actively work to maintain this functionality. Chef doesn't explicitly test community supported platforms as part of the development and release process.

Many of these platforms are forks, clones, or otherwise derivative of platforms that Chef commercially supports. Continued functionality for these platforms is likely, but not guaranteed. Unsupported platforms may have missing or non-operative functionality. As always, we welcome community contributions from anyone looking to expand community support for platforms in Chef products.

### Support for Derived Platforms
### Support for derived platforms

Chef doesn't explicitly test or provide builds for derived distributions other than those in our supported platform list. However, if the derived distribution is a direct rebuild of the originating distribution and hasn't diverged in functionality or packaged dependencies, Chef will support our customers through our normal channels.

Expand All @@ -43,7 +43,7 @@ The sections below list the platforms that Chef Software supports.

### Chef Automate

#### Commercial Support
#### Commercial support

Commercial support for the [Chef Automate](/automate/system_requirements/) is available for platforms that use:

Expand All @@ -54,14 +54,14 @@ Commercial support for the [Chef Automate](/automate/system_requirements/) is av

### Chef Automate HA

#### Commercial Support
#### Commercial support

See the [Chef Automate HA supported platforms](/automate/ha_on_premises_deployment_prerequisites/#software-requirements)
documentation for a list of supported platforms for Chef Automate HA.

### Chef Backend

#### Commercial Support
#### Commercial support

The following table lists the commercially supported platforms for Chef Backend, which is the high-availability solution for Chef Infra Server.

Expand All @@ -86,7 +86,7 @@ See our policy on [support for derived platforms](#support-for-derived-platforms

### Chef Infra Client

#### Commercial Support
#### Commercial support

The following table lists the commercially supported platforms and versions for Chef Infra Client.

Expand Down Expand Up @@ -116,7 +116,7 @@ See our policy on [support for derived platforms](#support-for-derived-platforms
| --- | --- | --- | --- |
| AlmaLinux | `x86_64`, `aarch64` | `8.x` | CentOS |

#### Community Support
#### Community support

The following platforms are supported only using the community.

Expand Down Expand Up @@ -144,13 +144,13 @@ The following platforms are supported only using the community.

### Chef Infra Server

#### Commercial Support
#### Commercial support

{{< readfile file="content/server/reusable/md/adopted_platforms_server.md" >}}

### Chef InSpec

#### Commercial Support
#### Commercial support

The following table lists the commercially supported platforms and versions for Chef InSpec.

Expand All @@ -166,7 +166,7 @@ See our policy on [support for derived platforms](#support-for-derived-platforms

### Chef Manage

#### Commercial Support
#### Commercial support

The following table lists the commercially supported platforms for Chef Manage.

Expand All @@ -190,7 +190,7 @@ See our policy on [support for derived platforms](#support-for-derived-platforms

### Chef Workstation

#### Commercial Support
#### Commercial support

The following table lists the commercially supported platforms and versions for the Chef Workstation.

Expand All @@ -204,9 +204,9 @@ See our policy on [support for derived platforms](#support-for-derived-platforms

{{< readfile file = "content/workstation/reusable/md/workstation_supported_derived_platforms.md" >}}

## Platform End-of-Life Policy
## Platform end-of-life policy

Chef's products on particular platforms and versions reach end-of-life on the same date as the vendor EOL milestone for that operating systems.
Chef's products on particular platforms and versions reach end-of-life on the same date as the vendor EOL milestone for that operating system.
Because different vendors use different terminology, the following table clarifies when Chef products are end-of-life according to those vendors' terms.

| Platform | Vendor End-of-Life |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/chef/automate/components/docs-chef-io v0.0.0-20240306133449-4e982f867599 // indirect
github.com/chef/chef-server/docs-chef-io v0.0.0-20240110155437-6cd481103560 // indirect
github.com/chef/chef-server/docs-chef-io v0.0.0-20240320162132-10d96e306f90 // indirect
github.com/chef/chef-workstation/docs-chef-io v0.0.0-20240220152040-faf51299a28a // indirect
github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20240306070238-713aa7a8dd8e // indirect
github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/chef/automate/components/docs-chef-io v0.0.0-20240306133449-4e982f867599 h1:vya+2EqafWQi5osINw4CRrmoDNfZ3LJjrAplqpMc7eA=
github.com/chef/automate/components/docs-chef-io v0.0.0-20240306133449-4e982f867599/go.mod h1:juvLC7Rt33YOCgJ5nnfl4rWZRAbSwqjTbWmcAoA0LtU=
github.com/chef/chef-server/docs-chef-io v0.0.0-20240110155437-6cd481103560 h1:1fbTdNlat08FZ9xTSEnyBmTFrVj1O75bwo3x6Iaab40=
github.com/chef/chef-server/docs-chef-io v0.0.0-20240110155437-6cd481103560/go.mod h1:gMSa25GUHmLimA0gjvRd3hs1buOBqkKPrdHzHvaJauY=
github.com/chef/chef-server/docs-chef-io v0.0.0-20240320162132-10d96e306f90 h1:zXtajiExlaLQc9d0KVJb5PLNBwcr2GyKixpKeYe2v4M=
github.com/chef/chef-server/docs-chef-io v0.0.0-20240320162132-10d96e306f90/go.mod h1:gMSa25GUHmLimA0gjvRd3hs1buOBqkKPrdHzHvaJauY=
github.com/chef/chef-workstation/docs-chef-io v0.0.0-20240220152040-faf51299a28a h1:76ZYfDXaaPCMi4YQ4uuhKSUALF488ZNfAcJx9/p+7/I=
github.com/chef/chef-workstation/docs-chef-io v0.0.0-20240220152040-faf51299a28a/go.mod h1:gvoh6ov1YU98CVzBEWzEZeCLTRunfQ6r1VO7M3LFE9U=
github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20240306070238-713aa7a8dd8e h1:Q8vzrhpm7okiekLTx2rQ44gsliLVk4ahBon662KeRQI=
Expand Down

0 comments on commit b4db108

Please sign in to comment.