This page contains links to download the Config Sync Operator
manifest and nomos
binaries for each generally available
(GA) release of Config Sync.
Before you begin
- 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 Config Sync versions alongside their
corresponding manifest, installation, nomos
binary, and policy controller
versions.
Product version | Manifest | Installation | nomos binary |
Hierarchy Controller |
---|---|---|---|---|
1.6.2 | 20210209202053-op-cs | v1.6.2-rc.2 | v1.6.2-rc.2 | gke-hc-manager:v0.10.0-hc.0 (beta) hnc-manager:hnc-v0.7.0-hc.0 (beta) |
1.6.1 | 20210112004802-op-cs | v1.6.1-rc.4 | v1.6.1-rc.6 | gke-hc-manager:v0.7.0-hc.0 (beta) hnc-manager:hnc-v0.7.0-hc.0 (beta) |
1.6.0 | 20201118213152-op-cs | v1.6.0-rc.3 | v1.6.0-rc.6 | gke-hc-manager:v0.6.0-hc.0 (beta) hnc-manager:hnc-v0.6.0-hc.1 (beta) |
1.5.2 | 20201031033402-op-cs | v1.5.2-rc.10 | v1.5.2-rc.12 | gke-hc-manager:v0.6.0-hc.0 (beta) hnc-manager:hnc-v0.6.0-hc.1 (beta) |
1.5.1 | 20201007005948-op-cs | v1.5.1-rc.7 | v1.5.1-rc.12 | gke-hc-manager:v0.5.3-hc.0 (beta) hnc-manager:hnc-v0.5.3-hc.0 (beta) |
1.5.0.1 | 20200930175505-op-cs | v1.5.0-rc.41 | v1.5.0-rc.41 | gke-hc-manager:v0.5.2-hc.0 (beta) hnc-manager:hnc-v0.5.2-hc.0 (beta) |
1.5.0 | 20200912002329-op-cs | v1.5.0-rc.41 | v1.5.0-rc.41 | gke-hc-manager:v0.5.2-hc.0 (beta) hnc-manager:hnc-v0.5.2-hc.0 (beta) |
1.4.2 | 20200805180759-op-cs | v1.4.2-rc.2 | v1.4.2-rc.2 | gke-hc-manager:v0.5.1-hc.1 (beta) hnc-manager:hnc-v0.5.1-hc.0 (beta) |
1.4.1 | 20200723192352-op-cs | v1.4.1-rc.65 | v1.4.1-rc.65 | hnc-v0.5.0-hc.0 (beta) |
1.4.0 | 20200603220832-op-cs | v1.4.0-rc.11 | v1.4.0-rc.11 | |
1.3.2 | 20200521180125-op-cs | v1.3.2-rc.20 | v1.3.2-rc.19-3-g224d1cd4 | |
1.3.1 | 20200414210139-op-cs | v1.3.1-rc.6 | v1.3.1-rc.5-1-gbc9e1c13 | |
1.3.0 | 20200312215308-op-cs | v1.2.0-rc.56 | v1.3.0-rc.6-1-ga30bf2cf | |
1.2.1 | v1.2.0-cs-rc.121 | v1.2.0-rc.40 | v1.2.0-rc.39-2-g01030536 |
Stable
Use these links to download the newest stable version of all Config Sync components. For a specific version, see the section for that version.
The latest stable product version is 1.6.2.
Config Sync Operator manifest
To download the Config Sync Operator:
gsutil cp gs://config-management-release/released/latest/config-sync-operator.yaml config-sync-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.2
Config Sync Operator manifest
To download the Config Sync Operator:
gsutil cp gs://config-management-release/released/1.6.2/config-sync-operator.yaml config-sync-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.6.2/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.6.2/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.6.2/windows_amd64/nomos.exe nomos.exe
v1.6.1
Config Sync Operator manifest
To download the Config Sync Operator:
gsutil cp gs://config-management-release/released/1.6.1/config-sync-operator.yaml config-sync-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.6.1/linux_amd64/nomos nomos
macOS
gsutil cp gs://config-management-release/released/1.6.1/darwin_amd64/nomos nomos
Windows
gsutil cp gs://config-management-release/released/1.6.1/windows_amd64/nomos.exe nomos.exe
v1.6.0
Config Sync Operator manifest
To download the Config Sync Operator:
gsutil cp gs://config-management-release/released/1.6.0/config-sync-operator.yaml config-sync-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.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 Sync Operator manifest
To download the Config Sync Operator:
gsutil cp gs://config-management-release/released/1.5.2/config-sync-operator.yaml config-sync-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.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 Sync Operator manifest
To download the Config Sync Operator:
gsutil cp gs://config-management-release/released/1.5.1/config-sync-operator.yaml config-sync-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 Sync Operator manifest
To download the Config Sync Operator:
gsutil cp gs://config-management-release/released/1.5.0.1/config-sync-operator.yaml config-sync-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 Sync Operator manifest
To download the Config Sync Operator:
gsutil cp gs://config-management-release/released/1.5.0/config-sync-operator.yaml config-sync-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 Sync Operator manifest
To download the Config Sync Operator:
gsutil cp gs://config-management-release/released/1.4.2/config-sync-operator.yaml config-sync-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 Sync Operator manifest
To download the Config Sync Operator:
gsutil cp gs://config-management-release/released/1.4.1/config-sync-operator.yaml config-sync-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 Sync Operator manifest
To download the Config Sync Operator:
gsutil cp gs://config-management-release/released/1.4.0/config-sync-operator.yaml config-sync-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 Sync Operator manifest
To download the Config Sync Operator:
gsutil cp gs://config-management-release/released/1.3.2/config-sync-operator.yaml config-sync-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 Sync Operator manifest
To download the Config Sync Operator:
gsutil cp gs://config-management-release/released/1.3.1/config-sync-operator.yaml config-sync-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 Sync Operator manifest
To download the Config Sync Operator:
gsutil cp gs://config-management-release/released/1.3.0/config-sync-operator.yaml config-sync-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.1
Config Sync Operator manifest
To download the Config Sync Operator:
gsutil cp gs://config-management-release/released/1.2.1/config-sync-operator.yaml config-sync-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
Troubleshooting
AccessDeniedException
You must be authenticated to Google Cloud to download these components.