AWS systems-manager documentation change
Summary
Updated platform version example from 7.* to 8.* and changed Ubuntu to Ubuntu Server in documentation examples
Security assessment
The change updates version numbers and clarifies operating system names but contains no security-related context or vulnerability references.
Diff
diff --git a/systems-manager/latest/userguide/distributor-working-with-packages-version.md b/systems-manager/latest/userguide/distributor-working-with-packages-version.md index 2967a6410..a2e40193b 100644 --- a//systems-manager/latest/userguide/distributor-working-with-packages-version.md +++ b//systems-manager/latest/userguide/distributor-working-with-packages-version.md @@ -65 +65 @@ To add a package version by using the **Simple** workflow, prepare updated insta -In the **Simple** versioning workflow, because you upload each installable file only once, extra steps are required to target a single file at multiple operating systems. For example, if you upload an installable software file named `Logtool_v1.1.1.rpm`, you must change some defaults in the **Simple** workflow to instruct Distributor to target the same software at both Amazon Linux and Ubuntu operating systems. You can do one of the following to work around this limitation. +In the **Simple** versioning workflow, because you upload each installable file only once, extra steps are required to target a single file at multiple operating systems. For example, if you upload an installable software file named `Logtool_v1.1.1.rpm`, you must change some defaults in the **Simple** workflow to instruct Distributor to target the same software at both Amazon Linux and Ubuntu Server operating systems. You can do one of the following to work around this limitation. @@ -71 +71 @@ In the **Simple** versioning workflow, because you upload each installable file - 10. For **Platform version** , verify that the operating system platform version shown is either `_any`, a major release version followed by a wildcard (7.*), or the exact operating system release version to which you want your software to apply. For more information about specifying a platform version, see step 4 in [Step 2: Create the JSON package manifest](./distributor-working-with-packages-create.html#packages-manifest). + 10. For **Platform version** , verify that the operating system platform version shown is either `_any`, a major release version followed by a wildcard (8.*), or the exact operating system release version to which you want your software to apply. For more information about specifying a platform version, see step 4 in [Step 2: Create the JSON package manifest](./distributor-working-with-packages-create.html#packages-manifest).