This page contains links to download the Config Management Operator
manifest and nomos
binaries for each generally available
(GA) release of Anthos Config Management.
Before you begin
- You must have an Anthos entitlement to download these components.
- You must have access to the
gcloud
andgsutil
commands provided by the Cloud SDK. - Before using the instructions on this page, you must authenticate to
Google Cloud using the
gcloud auth login
command. Only authenticated users are authorized to download artifacts.
Released version matrix
Build numbers don't always correspond with product versions. The following
table provides a list of all Anthos Config Management versions alongside their
corresponding manifest, installation, nomos
binary, and policy controller
versions.
Product version | Manifest | Installation | nomos binary |
Policy Controller | Hierarchy Controller |
---|---|---|---|---|---|
1.6.0 | 20201118213152-op | v1.6.0-rc.3 | v1.6.0-rc.6 | anthos1.6.0-acd32ec7.g1 | gke-hc-manager:v0.6.0-hc.0 (beta) hnc-manager:hnc-v0.6.0-hc.1 (beta) |
1.5.2 | 20201031033402-op | v1.5.2-rc.10 | v1.5.2-rc.12 | anthos1.5.0-15d56e3.g0 | gke-hc-manager:v0.6.0-hc.0 (beta) hnc-manager:hnc-v0.6.0-hc.1 (beta) |
1.5.1 | 20201007005948-op | v1.5.1-rc.7 | v1.5.1-rc.12 | anthos1.5.0-15d56e3.g0 | gke-hc-manager:v0.5.3-hc.0 (beta) hnc-manager:hnc-v0.5.3-hc.0 (beta) |
1.5.0.1 | 20200930175505-op | v1.5.0-rc.41 | v1.5.0-rc.41 | anthos1.5.0-15d56e3.g0 | gke-hc-manager:v0.5.2-hc.0 (beta) hnc-manager:hnc-v0.5.2-hc.0 (beta) |
1.5.0 | 20200912002329-op | v1.5.0-rc.41 | v1.5.0-rc.41 | anthos1.5.0-15d56e3.g0 | gke-hc-manager:v0.5.2-hc.0 (beta) hnc-manager:hnc-v0.5.2-hc.0 (beta) |
1.4.2 | 20200805180115-op | v1.4.2-rc.2 | v1.4.2-rc.2 | anthos1.4.2-1de87b6.g0 | gke-hc-manager:v0.5.1-hc.1 (beta) hnc-manager:hnc-v0.5.1-hc.0 (beta) |
1.4.1 | 20200708190147-op | v1.4.1-rc.65 | v1.4.1-rc.65 | anthos1.4.0-25ca799.g1 | hnc-v0.5.0-hc.0 (beta) |
1.4.0 | 20200603183601-op | v1.4.0-rc.11 | v1.4.0-rc.11 | anthos1.4.0-25ca799.g1 | |
1.3.3 | 20200723045152-op | v1.3.3-rc.0 | v1.3.3-rc.0 | anthos1.3.2-480baac.g0 | |
1.3.2 | 20200508002505-op | v1.3.2-rc.20 | v1.3.2-rc.19-3-g224d1cd4 | anthos1.3.2-480baac.g0 | |
1.3.1 | 20200409021017-op | v1.3.1-rc.1 | v1.3.1-rc.5-1-gbc9e1c13 | ga-dev.1 | |
1.3.0 | 20200312201103-op | v1.3.0-rc.7 | v1.3.0-rc.6-1-ga30bf2cf | ga-dev.1 | |
1.2.2 | v1.2.0-rc.139 | v1.2.0-rc.56 | v1.2.0-rc.55-1-g701b3326 | v3.0.4-beta.g5 (beta) | |
1.2.1 | v1.2.0-rc.131 | v1.2.0-rc.40 | v1.2.0-rc.39-2-g01030536 | v3.0.4-beta.g5 (beta) | |
1.2.0 | v1.2.0-rc.66 | v1.2.0-rc.20 | v1.2.0-rc.19-1-g4c1b4889 | v3.0.4-beta.g4 (beta) | |
1.1.2 | v1.1.2-rc.3 | v1.1.2-rc.4 | v1.1.2-rc.4 | ||
1.1.0 | v1.1.1-rc.7 | v1.1.1-rc.4 | v1.1.1-rc.4 | ||
1.0.0 | v1.0.0-rc.12 | v1.0.0-rc.5 | v1.0.0-rc.4-2-g180ba4be |
Stable
Use these links to download the newest stable version of all Anthos Config Management components. For a specific version, see the section for that version.
The latest stable product version is 1.6.0.
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/latest/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Config Sync.
nomos
command
To download the nomos
command, use one of the following commands:
Any platform
gcloud components install nomos
Linux
gsutil cp gs://config-management-release/released/latest/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/latest/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/latest/windows_amd64/nomos.exe nomos.exe
v1.6.0
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/1.6.0/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Anthos Config Management.
nomos
command
To download the nomos
command, use one of the following commands:
Linux
gsutil cp gs://config-management-release/released/1.6.0/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.6.0/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.6.0/windows_amd64/nomos.exe nomos.exe
v1.5.2
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/1.5.2/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Anthos Config Management.
nomos
command
To download the nomos
command, use one of the following commands:
Linux
gsutil cp gs://config-management-release/released/1.5.2/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.5.2/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.5.2/windows_amd64/nomos.exe nomos.exe
v1.5.1
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/1.5.1/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Config Sync.
nomos
command
To download the nomos
command, use one of the following commands:
Linux
gsutil cp gs://config-management-release/released/1.5.1/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.5.1/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.5.1/windows_amd64/nomos.exe nomos.exe
v1.5.0.1
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/1.5.0.1/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Config Sync.
nomos
command
To download the nomos
command, use one of the following commands:
Linux
gsutil cp gs://config-management-release/released/1.5.0.1/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.5.0.1/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.5.0.1/windows_amd64/nomos.exe nomos.exe
v1.5.0
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/1.5.0/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Config Sync.
nomos
command
To download the nomos
command, use one of the following commands:
Linux
gsutil cp gs://config-management-release/released/1.5.0/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.5.0/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.5.0/windows_amd64/nomos.exe nomos.exe
v1.4.2
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/1.4.2/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Config Sync.
nomos
command
To download the nomos
command, use one of the following commands:
Linux
gsutil cp gs://config-management-release/released/1.4.2/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.4.2/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.4.2/windows_amd64/nomos.exe nomos.exe
v1.4.1
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/1.4.1/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Config Sync.
nomos
command
To download the nomos
command, use one of the following commands:
Linux
gsutil cp gs://config-management-release/released/1.4.1/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.4.1/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.4.1/windows_amd64/nomos.exe nomos.exe
v1.4.0
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/1.4.0/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Config Sync.
nomos
command
To download the nomos
command, use one of the following commands:
Linux
gsutil cp gs://config-management-release/released/1.4.0/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.4.0/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.4.0/windows_amd64/nomos.exe nomos.exe
v1.3.2
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/1.3.2/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Config Sync.
nomos
command
To download the nomos
command, use one of the following commands:
Linux
gsutil cp gs://config-management-release/released/1.3.2/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.3.2/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.3.2/windows_amd64/nomos.exe nomos.exe
v1.3.1
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/1.3.1/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Config Sync.
nomos
command
To download the nomos
command, use one of the following commands:
Linux
gsutil cp gs://config-management-release/released/1.3.1/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.3.1/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.3.1/windows_amd64/nomos.exe nomos.exe
v1.3.0
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/1.3.0/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Config Sync.
nomos
command
To download the nomos
command, use one of the following commands:
Linux
gsutil cp gs://config-management-release/released/1.3.0/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.3.0/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.3.0/windows_amd64/nomos.exe nomos.exe
v1.2.2
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/1.2.2/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Config Sync.
nomos
command
To download the nomos
command, use one of the following commands:
Linux
gsutil cp gs://config-management-release/released/1.2.2/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.2.2/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.2.2/windows_amd64/nomos.exe nomos.exe
v1.2.1
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/1.2.1/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Config Sync.
nomos
command
To download the nomos
command, use one of the following commands:
Linux
gsutil cp gs://config-management-release/released/1.2.1/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.2.1/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.2.1/windows_amd64/nomos.exe nomos.exe
v1.2.0
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/1.2.0/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Config Sync.
nomos
command
To download the nomos
command, use one of the following commands:
Linux
gsutil cp gs://config-management-release/released/1.2.0/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.2.0/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.2.0/windows_amd64/nomos.exe nomos.exe
v1.1.0
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/1.1.0/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Config Sync.
nomos
command
To download the nomos
command, use one of the following commands:
Linux
gsutil cp gs://config-management-release/released/1.1.0/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.1.0/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.1.0/windows_amd64/nomos.exe nomos.exe
v1.0.0
Config Management Operator manifest
To download the Config Management Operator:
gsutil cp gs://config-management-release/released/1.0.0/config-management-operator.yaml config-management-operator.yaml
After downloading the manifest, install or upgrade your installation using the instructions in Installing Config Sync.
nomos
command
To download the nomos
command, use one of the following commands:
Linux
gsutil cp gs://config-management-release/released/1.0.0/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.0.0/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.0.0/windows_amd64/nomos.exe nomos.exe
Troubleshooting
AccessDeniedException
You must be authenticated to Google Cloud using an account with an active Anthos entitlement to download these components. For more information, see Pricing for Anthos.
What's next?
- Read the release notes
- Read the Anthos Config Management overview
- Install Config Sync
- Use the
nomos
command