diff --git a/CHANGELOG.md b/CHANGELOG.md index 42134fa9f..e9e77a824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,21 @@ > requests](https://github.com/fluxcd/toolkit/discussions) for Flux v2 > and Toolkit components. +## 1.25.2 (2022-05-26) + +This patch release reverts a deprecation induced during an upgrade of OpenSSH. +A regression affected Azure DevOps, and Google Cloud Source Repositories users. + +### Fixes + +- Regression: Allow RSA signatures using SHA-1 hash algorithm [fluxcd/flux#3614][] + +### Thanks + +Thanks to @mskcode, @dimbleby, @julienduchesne and @pjbgf for their contributions to this release. + +[fluxcd/flux#3614]: https://github.com/fluxcd/flux/pull/3614 + ## 1.25.1 (2022-05-03) This release includes a base image upgrade to the Alpine 3.15.4 upstream diff --git a/chart/flux/CHANGELOG.md b/chart/flux/CHANGELOG.md index 05b469de5..43c1779d1 100644 --- a/chart/flux/CHANGELOG.md +++ b/chart/flux/CHANGELOG.md @@ -1,4 +1,13 @@ -## 1.12.0 (2021-12-08) +## 1.13.0 (2022-05-05) + +### Improvements + + - Updated Flux to `1.25.1` + [fluxcd/flux#3607](https://github.com/fluxcd/flux/pull/3607) + - Add access to `--git-verify-signatures-mode` + [fluxcd/flux#3603](https://github.com/fluxcd/flux/pull/3603) + +## 1.12.0 (2022-03-30) ### Improvements diff --git a/chart/flux/Chart.yaml b/chart/flux/Chart.yaml index 8ed5fa86e..5029ffa51 100644 --- a/chart/flux/Chart.yaml +++ b/chart/flux/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "1.25.0" -version: 1.12.0 +appVersion: "1.25.1" +version: 1.13.0 kubeVersion: ">=1.16.0-0" name: flux description: Flux is a tool that automatically ensures that the state of a cluster matches what is specified in version control diff --git a/chart/flux/README.md b/chart/flux/README.md index f001c0466..8b8d3d5d8 100755 --- a/chart/flux/README.md +++ b/chart/flux/README.md @@ -270,6 +270,7 @@ The following tables lists the configurable parameters of the Flux chart and the | `git.setAuthor` | `false` | If set, the author of git commits will reflect the user who initiated the commit and will differ from the git committer. | `git.signingKey` | `None` | If set, commits will be signed with this GPG key | `git.verifySignatures` | `false` | If set, the signatures of the sync tag and commits will be verified +| `git.verifySignaturesMode` | `` | If set, takes precendence over verifySignatures and sets which strategy to use for signature verification (one of "all", "none", "first-parent") | `git.label` | `flux-sync` | Label to keep track of sync progress, used to tag the Git branch | `git.ciSkip` | `false` | Append "[ci skip]" to commit messages so that CI will skip builds | `git.pollInterval` | `5m` | Period at which to poll git repo for new commits diff --git a/chart/flux/templates/deployment.yaml b/chart/flux/templates/deployment.yaml index e0a2a12d7..c10eb0f47 100644 --- a/chart/flux/templates/deployment.yaml +++ b/chart/flux/templates/deployment.yaml @@ -234,7 +234,11 @@ spec: {{- if .Values.git.signingKey }} - --git-signing-key={{ .Values.git.signingKey }} {{- end }} + {{- if .Values.git.verifySignaturesMode }} + - --git-verify-signatures-mode={{ .Values.git.verifySignaturesMode }} + {{ else }} - --git-verify-signatures={{ .Values.git.verifySignatures }} + {{ end }} - --git-set-author={{ .Values.git.setAuthor }} {{- if .Values.git.secret.enabled }} - --git-secret diff --git a/chart/flux/values.yaml b/chart/flux/values.yaml index ecc4ad9b3..a893b7d93 100644 --- a/chart/flux/values.yaml +++ b/chart/flux/values.yaml @@ -9,7 +9,7 @@ logFormat: fmt image: repository: docker.io/fluxcd/flux - tag: 1.25.0 + tag: 1.25.1 pullPolicy: IfNotPresent pullSecret: @@ -116,8 +116,10 @@ git: email: "support@weave.works" # If set, commits will be signed with this GPG key. signingKey: "" - # If set, the signatures of the sync tag and commits will be verified. + # If set, the signatures of the sync tag and commits will be verified (deprecated) verifySignatures: false + # If set, takes precendence over verifySignatures and sets which strategy to use for signature verification (one of "all", "none", "first-parent") + verifySignaturesMode: "" # If set, the author of git commits will reflect the user who initiated the commit and will differ from the git committer. setAuthor: false # Label to keep track of sync progress diff --git a/deploy/flux-deployment.yaml b/deploy/flux-deployment.yaml index 45c8a7d6d..1d4dad504 100644 --- a/deploy/flux-deployment.yaml +++ b/deploy/flux-deployment.yaml @@ -66,7 +66,7 @@ spec: # There are no ":latest" images for flux. Find the most recent # release or image version at https://hub.docker.com/r/fluxcd/flux/tags # and replace the tag here. - image: docker.io/fluxcd/flux:1.25.1 + image: docker.io/fluxcd/flux:1.25.2 imagePullPolicy: IfNotPresent resources: requests: diff --git a/docker/ssh_config b/docker/ssh_config index 0964a1b9a..a544adf27 100644 --- a/docker/ssh_config +++ b/docker/ssh_config @@ -3,3 +3,5 @@ StrictHostKeyChecking yes IdentityFile /etc/fluxd/ssh/identity IdentityFile /var/fluxd/keygen/identity LogLevel error +HostkeyAlgorithms +ssh-rsa +PubkeyAcceptedAlgorithms +ssh-rsa diff --git a/pkg/install/generated_templates.gogen.go b/pkg/install/generated_templates.gogen.go index cb10d6c78..f109b8168 100644 --- a/pkg/install/generated_templates.gogen.go +++ b/pkg/install/generated_templates.gogen.go @@ -33,7 +33,7 @@ var templates = func() http.FileSystem { modTime: time.Date(1970, 1, 1, 0, 0, 0, 0, time.UTC), uncompressedSize: 7263, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x02\xff\xd4\x59\xdd\x6f\x1b\x37\x12\x7f\xf7\x5f\x31\x50\x0e\x48\x0c\x48\x2b\xbb\x6e\x8b\xc3\xf6\x5c\x5c\x9a\x0f\x37\x97\x26\x35\xec\xe4\x0e\x7d\xaa\x29\xee\x48\x4b\x88\x4b\xee\x71\xb8\x52\x17\x46\xff\xf7\xc3\x90\xfb\xc1\x95\x65\xa7\xc8\xdb\xf9\x21\xb1\xc9\xe1\x70\xe6\x37\xdf\xdc\xc5\x62\x71\x22\x6a\xf5\x6f\x74\xa4\xac\xc9\x41\xd4\x35\x2d\x77\xe7\x27\x5b\x65\x8a\x1c\x5e\x63\xad\x6d\x5b\xa1\xf1\x27\x15\x7a\x51\x08\x2f\xf2\x13\x00\x23\x2a\xcc\x61\xad\x9b\x3f\xee\xef\x41\xad\x21\xfb\x28\x2a\xa4\x5a\x48\x84\x3f\xff\xec\xf6\xc3\x9f\x39\xdc\xdf\x4f\x77\xef\xef\x01\x4d\xc1\x64\x54\xa3\x64\x66\x0e\x6b\xad\xa4\xa0\x1c\xce\x4f\x00\x08\x35\x4a\x6f\x1d\xef\x00\x54\xc2\xcb\xf2\x17\xb1\x42\x4d\x71\x21\xbd\x9b\xa9\xbd\x13\x1e\x37\x6d\xdc\xf4\x6d\x8d\x39\xdc\xa0\x74\x28\x3c\x9e\x00\x78\xac\x6a\x2d\x3c\x76\xcc\x12\x0d\xf8\x47\x18\x63\xbd\xf0\xca\x9a\x81\x39\x40\xed\x6c\x85\xbe\xc4\x86\x32\x65\x97\xb5\x75\x3e\x87\xd9\xc5\xd9\xc5\xf9\x0c\x9e\x81\x47\xad\x13\x0a\xf0\x16\x48\x3a\x51\x23\x2c\x2b\xf4\x4e\x49\x62\xe5\x6a\xab\x8c\x7f\x4e\xc0\x87\xb3\x8e\xb1\x9e\xe8\x70\xa0\x05\x40\x8f\x45\xd8\xb2\x05\xde\x4e\x50\xe0\x9f\x15\x7a\x91\x6d\x9b\x15\x3a\x83\x1e\x83\x70\x96\x72\xd0\xca\x74\x2c\x18\x3a\xb7\x53\x12\x5f\x4a\x69\x1b\xe3\x3f\x4e\x6f\x00\xd8\x59\xdd\x54\x38\xc8\xb0\xe8\x64\xd8\x28\xbf\xd8\x62\x3b\x5c\x44\x0c\x9f\x1f\x2f\xee\x57\x46\x7e\x0b\x3e\x52\x04\xcf\x48\xa8\x0a\x5c\x8b\x46\xfb\x0f\xb6\xc0\x1c\xce\xbe\x3d\x3b\x83\x67\xb0\x2f\xd1\x40\xc5\xd2\x60\x01\x0e\x45\xb1\xb0\x46\xb7\x73\xd8\x23\xec\xad\x79\xee\x61\x85\x20\x56\x1a\x19\x48\x59\x56\xb6\x38\xe9\x18\x3e\x83\x4f\xa5\x22\x50\x04\x02\x7c\x55\xaf\x09\x1a\xc2\x02\xd6\xd6\xc1\x06\x0d\x3a\xe1\x95\xd9\xc0\xed\xed\xcf\xb0\xc5\x96\x32\x78\x67\xe0\xfd\xdf\x09\x7e\xbc\x84\xf3\xec\xfc\x6c\x3e\x70\xe9\xef\x8e\x2a\x10\x08\x87\xa9\x1c\x64\x59\x14\x83\x58\x80\x00\xc2\x5a\xb0\x37\x75\x40\xc1\x1e\x07\x36\x52\x18\xd8\x3b\xe5\x59\xd0\xec\x38\x7e\x1b\x34\x03\x18\x58\xd5\xbe\x7d\xad\x5c\x0a\x62\x85\x85\x6a\xaa\x1c\x3e\x60\x65\x5d\x9b\xea\x89\xb0\xb6\x5a\xdb\x3d\x6b\xd4\x5d\xad\x28\xa8\xda\x10\xaf\x09\x90\x0d\x79\x5b\x29\x46\x60\x6b\xec\xde\xfc\x5e\x5a\xf2\x34\xb0\x58\x2b\x8d\x73\xd8\x97\x4a\x96\xd0\xda\x06\xf6\x4a\xeb\xa8\x94\xb7\x50\x58\x0e\x50\x5e\xe6\x43\xfc\x8b\x03\xbb\x37\x2c\xf6\xc0\xc0\x61\x6d\xc1\x09\x5f\xa2\x03\x5f\x0a\xd3\x5d\xbc\x51\xbe\x6c\x56\x60\x79\x11\x41\xab\x2d\x66\xf0\x9b\x6d\x9e\x6b\x0d\x42\x93\xed\xaf\x98\x82\x0d\xca\x83\x32\xde\x86\x33\xd2\x1a\x2f\x94\x41\x37\x87\x15\x6a\xbb\xcf\xe0\x16\x47\x54\x4b\xef\x6b\xca\x97\x4b\xf6\x29\x59\xb0\x47\x6b\xdc\x08\xd9\x86\x85\xe5\xa6\x51\x05\xd2\xb2\x21\x5c\xd4\x4e\xed\x84\xc7\xe0\x77\xac\xc5\x72\x60\xd1\x1b\x81\xa8\x5c\x48\x6b\xd6\x6a\x33\x6c\x01\xc4\x85\x0f\xa2\xce\x93\xc5\x34\xf4\x16\xc9\xb1\xaf\x35\x48\x88\xc9\x65\x64\x32\xfa\xdd\x17\x8d\xb1\x57\x54\xf2\x4a\x29\x76\x08\x02\x0a\xb5\x5e\xa3\xe3\x34\xdb\x73\xe8\xc2\x69\x4c\xa5\x01\xfb\xc8\x2e\x45\x9f\xd3\xd1\x4e\x15\xd8\xe3\xbd\x56\x9b\x4a\xd4\xa3\x20\xca\x97\x20\x0c\xa0\xf1\xae\x0d\x3a\xdc\x45\xa2\xbb\x39\x08\x53\x40\x63\xa4\xad\x38\xbf\x87\xf3\x51\xdb\x0f\xc1\x8e\xc2\x14\x03\x17\x34\xbb\xc0\x41\x21\x75\x86\x7c\x60\x01\x86\xe1\x2b\x2c\x90\x1c\xfb\xa2\x05\x42\x0a\xf0\x16\x54\xc5\x99\x15\xae\xae\xaf\x42\xf4\xc3\x0b\x56\x8b\xd4\xc6\x28\x33\x5e\xce\xca\xed\xd0\xa9\xb5\x92\x21\xc5\x43\xdd\xb8\xda\x12\xd2\xe9\x5f\x00\x72\xe0\x12\xf3\x46\x44\x91\x01\xe2\xfb\xfe\x02\x70\x20\xdc\x66\x8c\xcf\x47\x10\xdb\xd4\x1b\x4e\x1c\x94\x40\x33\xcd\xbd\xcf\x1e\xc9\xbe\x0f\xcf\x1d\xc9\xbe\x3d\x9c\x43\x08\x3e\x48\xfc\x49\x69\xe8\x50\x77\x18\x12\xa4\xb1\x30\xcb\xb9\x6c\x92\x9f\x81\xaa\xc4\x06\xa3\xf7\xf3\x81\x0c\xde\x2a\x53\x04\x9d\x2b\xce\x27\x0e\xe5\xe8\xb5\x31\x97\x68\x14\x84\x9c\x35\xc2\x51\x36\x02\x77\x16\x20\xfc\x10\xf0\x65\xb3\xca\x0a\x2b\xb7\xe8\x32\x69\xab\xa5\xeb\x32\x40\x8c\x7b\x2f\x06\xe8\x7a\x3b\x72\x87\xc0\xdd\x03\xdf\xea\xc5\x06\x58\xd2\x6c\xa0\x09\xd7\xe4\xd0\x31\x54\x36\xe5\x96\x9f\x67\xdf\x7c\x97\x9d\x4f\x69\xaf\x1b\xad\xaf\xad\x56\xb2\xcd\xe1\xdd\xfa\xa3\xf5\xd7\x0e\x29\xd5\xc2\x21\xd9\xc6\x49\xa4\x34\x81\x3b\xfc\x6f\x83\xe4\x27\x6b\x00\xb2\x6e\x72\xf8\xee\xac\x9a\x2c\x56\x21\xc7\xe7\xf0\xfd\xb7\x1f\xd4\xd8\x58\x58\x97\x1e\x5e\x8c\x96\xb9\x0e\x4d\xc6\xc5\xd9\x05\x97\x4c\x65\xd6\xd6\x55\xc1\x65\x85\x1e\xa8\xb5\xda\xa1\x41\xa2\x6b\x67\x57\x98\x4a\xc0\x90\x5e\x4d\xcb\x75\xbc\x2a\x32\x9c\x2e\x0b\x5f\xe6\xb0\x14\xb5\x8a\x48\xef\xbe\x5f\xaa\x02\x8d\x57\xbe\xcd\xea\x66\x95\xd0\x2a\xa3\xbc\x12\xfa\x35\x6a\xd1\xde\x72\x7c\x16\x94\xc3\x77\x09\x81\x57\x15\xda\xc6\x1f\xd9\xe3\xea\xaa\xfe\x3f\x44\x4d\x82\x76\x62\x98\xe3\x7d\x11\xc4\xfa\x76\x1d\x25\x43\x2f\x83\x64\xc5\x92\xa8\xe4\xce\xd0\xc6\x5e\x15\xb4\xed\xf2\xcd\x86\x4d\x06\xca\x44\x9f\x7b\x4e\xf1\x0c\x51\xb9\x9c\xa4\xc9\x1e\xb3\x5f\x8d\x6e\x73\xf0\xae\x41\xe6\xc6\xcd\x4f\xc8\x50\xab\x2e\xb1\x73\x48\xd5\xe8\xd6\xd6\x49\x64\xa6\xb1\xdb\xe1\x66\xe7\x31\xc1\xd3\x86\x64\x2a\xfb\x4e\xb8\x4e\xf6\x48\xf6\x75\xe2\x27\x31\xfa\xce\x48\xdd\x84\xcc\xc9\x3d\x5b\x2c\x70\x7d\x56\x8d\x4d\xc1\x17\x7a\x98\xbe\x8b\xf9\x81\x8f\x1e\xf4\x17\x43\x76\x85\x02\xa5\x16\x8e\x7b\xb5\x95\xdd\x25\x09\xe0\x89\x36\x20\xa6\xc7\x54\x79\x67\xad\x5f\x66\x44\xe5\xa3\x0a\x08\x33\xb9\x75\x36\x96\xa8\x59\xbc\x79\xde\x93\x24\x1c\xd0\xec\x94\xb3\x26\x14\x84\x58\x6b\x67\xef\x3f\xff\xf4\xe6\xd5\xaf\x1f\xdf\xbe\xbb\x9a\xc5\x12\x30\x67\x3c\xec\x0e\x9d\x9b\xd6\xeb\x84\x4d\x28\x71\xab\x36\x56\x53\xaf\x8f\xe9\xf8\xa0\xd0\x3e\xd4\x71\x74\x4e\x26\x7e\x54\x51\xae\x79\x3c\xaa\xf4\xb7\x71\x8a\x4e\x5a\x91\x4e\xba\x60\x93\x84\xc5\x61\x43\x93\x1a\x3d\x74\x33\x7d\xcf\x2d\x0c\x08\xed\xd1\x19\xee\xa9\x1f\x48\xbc\x76\xb6\x62\xb7\xe8\x3b\x96\x39\x08\x62\x77\xeb\xaa\x2a\xc3\xa0\xad\xdc\xd2\x43\x63\xa3\xd9\xe5\x47\x70\x19\xe1\x9e\xe0\xb2\x13\xba\xc1\x07\x98\x7c\xc9\x89\x0f\x7d\xa0\xaf\xb9\x4f\x78\x00\x97\xfc\x69\xa9\x7f\xa2\xd8\x3f\xe2\x97\x4c\x15\xbb\x9b\x09\xdd\x34\x3f\x7c\x29\xf2\xf6\x82\x9b\x12\x0b\xd4\xd4\xb5\x6e\xe1\xe7\x4f\x9f\xae\x61\x25\x48\x49\x10\x8d\x2f\x41\x3a\x0c\x99\x54\xe8\x58\xd5\xc7\x41\x80\x19\xee\x94\x08\x8a\xdf\x5d\xbd\xfb\xf4\xfb\xcb\xcf\x9f\x7e\xfe\x7c\xfb\xe6\xe6\x2e\xa8\x3b\x2c\xbd\x7f\xf3\xdb\xdd\xc4\xe1\x77\xc2\x29\x1e\xe3\xa8\x6f\x90\x13\x86\xb1\x7d\x39\xb0\xdf\x5b\x67\xab\xa9\x0d\x23\xd9\x0d\xae\xf3\x89\xe6\x93\x5e\x91\x13\x1b\xab\x30\x02\xc0\x98\xe7\x13\x3c\x22\x04\x71\x38\xc5\x82\x2b\xb1\x14\xb2\xc4\x82\x5d\x2b\xf5\xed\xa1\xad\x66\xa4\x98\xfb\x3c\xe1\x62\x5d\xd7\x37\x27\x07\xba\xe1\x3a\x1c\x9c\x87\x4b\x78\x28\xec\x30\xf6\x25\x52\xea\x0b\x63\xf7\xea\xf7\x96\xa5\x6c\x18\xa7\x10\x71\xe1\x09\x21\x38\x22\x94\x76\x1f\x06\x5f\x6b\x0c\xca\x60\x32\xe5\xa7\xbe\xb3\x58\x0c\x0a\x84\xc1\x87\x2f\xbf\x1c\x96\xb2\xae\xe9\xcb\x68\x27\x33\xa9\x1b\xf2\xe8\x32\x4e\xe0\x3a\x85\xe4\x33\xc5\x5c\x33\x42\xf1\x2a\x92\xbe\xbb\x9e\x28\xc5\x69\x87\xd0\x87\xc1\x7a\xea\xd9\xa3\x0c\x3d\x3d\x7b\x97\x77\x4c\x19\x46\xdd\xa4\x04\xa5\x12\x77\xd4\x97\x27\x93\x2e\x53\x11\x54\x0d\x85\xd1\x3f\xa0\xa7\xb0\x88\xe1\xb4\x0a\x85\x2d\xf4\x78\x61\xe2\x7f\xd1\x8f\xd1\xa7\xa9\x2c\x7d\x72\x89\x61\xc8\x0e\x9c\x0c\xfe\x13\x41\xb8\x18\xc4\x02\xb7\x28\x94\xbb\x7c\x50\xf6\x52\xb1\x6e\x92\x0e\x73\x34\xde\xe7\x9b\x5f\xe2\xcb\x84\x30\x9b\xb8\x77\xa5\x7c\x98\x96\x49\x79\xeb\xda\x21\x5d\xbf\xe5\xce\x38\x61\xf7\x54\xcc\xb1\xdb\x24\xba\x77\x21\x73\x34\x9c\xd2\x58\xe8\x7b\xe7\xbf\xbd\x48\x23\xf3\x34\x1f\xff\x7e\xff\xe6\xb7\xd3\x7f\xc6\x99\x3d\xb4\xd5\x0d\xa1\x5b\x8e\xc2\x66\x69\xa0\x33\x3e\x1c\x4e\x8d\xd3\x97\xf7\xf7\x90\x5d\x29\xcf\xca\x86\xc7\xbb\x29\xc5\xca\x09\x23\xcb\x9e\xe8\xa7\xf0\x57\x7c\xc6\x53\xeb\xb0\xc4\xf9\x8b\x8e\x9d\xe4\x1e\x8e\xcf\xdd\x06\x4f\xa1\x7f\x59\x65\x92\x03\xb3\xf9\xac\x7b\x0d\xd4\x84\xe9\xf1\xa7\x93\x9a\x43\x76\x3c\x19\xa7\xae\x4a\x18\xb5\xe6\x9e\x9c\x63\x88\x54\x81\x2e\x9a\xe3\x60\xb2\x09\x8f\x11\x96\x10\x1a\x53\xa0\x3b\xb0\xb1\x43\x2d\xbc\xda\x61\x68\x39\xa9\xf7\xc0\xcd\xc4\xce\x07\x31\x39\x28\x47\xcd\xaa\x50\xee\x7c\x1e\xff\xff\x66\x78\xda\x1c\xc1\x09\x4f\x97\xc7\xc0\x09\xef\x81\x3d\xaa\x3d\xd5\x11\x06\x9f\x09\xdd\xb1\xf3\x6c\xdc\xc1\x72\x4c\x03\xc7\xcf\xbf\xa9\x84\x3a\x2a\x00\xf2\x46\xcf\xa1\xa7\x1a\x1f\x67\x8f\x9a\x03\x39\x95\xec\x2d\x03\x8a\x26\xbc\xdb\x31\x4e\x5c\xb1\x95\x3f\x18\xc0\x53\xac\xba\xda\xd7\x55\xb6\xcb\x27\x4a\x5d\x7f\xa2\xe3\xc5\xa7\x2e\xff\xb1\xc5\x16\x54\xf1\xe3\x40\xf6\x44\x3b\x93\x48\xc5\x2c\x84\x6f\x1c\x4e\x5e\x01\x8e\xdc\x15\xb6\xdb\xc5\x40\x4f\x93\x74\xd5\x67\x6b\x50\x1e\x4a\x41\xa1\x14\x5b\xa3\x5b\x10\x52\x22\xc5\x8c\x5e\x62\x7c\x41\x7b\xd1\xbf\xd9\xdc\xad\x85\x26\xbc\x3b\x3d\xb9\xbf\x5f\xf4\x86\xb8\xe9\x6a\xf8\x31\x5b\xf4\x4c\x03\xfd\xc3\x78\x38\x4e\x76\xc4\x4e\xe4\x5d\x23\x7d\x94\x77\x1f\xc6\x79\x6e\xf1\x1a\x0f\xd4\x1a\x09\x2b\x6b\xb7\x5b\xc4\x9a\xbd\x7e\x10\x75\xb6\x51\x7e\x36\x87\x0a\x05\x03\xce\x09\x0d\x44\x98\xb1\xbb\x40\x68\x6a\xf2\x0e\x45\x35\x44\xc4\xe9\x81\x60\xcc\x7a\x41\x5e\x78\xbc\xe4\x04\xf3\xa8\xdf\x18\xfc\xc3\xf7\xce\x93\x54\x3c\x61\x60\xd6\xdf\x31\xeb\xeb\x51\xc2\xe4\x05\x66\x9b\x6c\x0e\xff\x41\xee\x2c\x5f\x69\xdb\x14\xa7\x59\x78\x20\xf2\x76\xcb\xf3\x09\x41\x2d\x9c\x57\xb2\xd1\xc2\xf5\xc6\xe8\xb8\x1c\x96\xd2\xee\xd6\xcb\x3d\x71\x1e\x95\xcc\x2b\xdb\x33\xdf\x6c\x6f\xdd\x96\x86\x61\xf3\xe0\x58\xb8\xe8\x52\xac\xe4\xf9\x37\x17\x0f\xff\x4d\x15\x7e\x13\xbd\xaf\xcf\x4a\xc3\x4b\xb5\x35\x4f\xb8\xc6\x87\x8e\xfa\x6a\x24\x3e\xf0\x90\x9e\xdf\x62\xe4\x77\x19\xfa\xc0\xc7\xbd\xe5\xd8\x91\x70\xf1\x23\xae\x73\x8b\x6e\x77\xe4\x1b\x06\x0f\x04\x63\x07\xc4\xb1\xfa\x43\x5a\x8a\xc5\x96\xcb\x58\xf4\x32\x42\x9f\x7c\x18\x79\x9e\x7c\x5b\x49\x3e\x92\xb0\x71\xc2\xd3\x5d\x68\xca\xb3\x89\x96\x5a\x91\x47\xb3\xe8\x44\xb8\xcc\x2f\xce\x2e\xce\x07\x90\x6e\x70\xa3\xc8\xbb\xf6\xb5\x22\x86\xf8\x56\x0a\x13\xdc\xf5\x00\x29\xd7\x91\x2d\x8a\x48\xb7\xa0\x8e\x30\x55\xbb\xcb\x8d\x2f\x8b\x42\xc5\x47\x16\x2e\xde\x2f\xb9\x79\x9f\xc0\x38\xee\x8f\xfd\xdb\xfd\x3d\xb8\xd0\x0a\x7c\xe1\xf4\x22\x7c\xf5\x9a\xe4\xd3\xf1\xb7\xfe\x82\x5f\xeb\x8e\xfd\xeb\x8f\xb7\x7d\xe3\x45\xf3\x6e\x20\x6a\x5c\xd7\x86\x81\x29\xac\x27\xb0\x81\x18\x2a\xd1\x86\xc7\x29\xbd\x1b\x9f\x28\x0d\x69\x6b\xb7\x4d\x0d\x8a\xa8\x41\x02\x6b\x80\x6c\x85\xf0\x7e\xf8\x56\xc4\xdc\x9b\x9a\xc6\x17\xc8\xc2\x50\xff\xfe\x35\xfb\x68\x0d\xce\xd2\x9d\x57\x41\x80\xf4\x0d\x32\x5e\x4e\xd3\x67\xc9\x7e\xb0\x09\xf2\x4d\x76\x86\x99\x6b\x76\x3e\x3b\xf9\x5f\x00\x00\x00\xff\xff\xbf\xb4\x26\x1f\x5f\x1c\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x02\xff\xd4\x59\xdd\x6f\x1b\x37\x12\x7f\xf7\x5f\x31\x50\x0e\x48\x0c\x48\x2b\x3b\x6e\x8b\xc3\xf6\x5c\x5c\x9a\x0f\x37\x97\x26\x35\xec\xe4\x0e\x7d\xaa\x29\xee\x48\x4b\x88\x4b\xee\x71\xb8\x52\x17\x46\xff\xf7\xc3\x90\xfb\xc1\x95\x65\xa7\xe8\xdb\xf9\x21\xb1\xc9\xe1\x70\xe6\x37\xdf\xdc\xc5\x62\x71\x22\x6a\xf5\x6f\x74\xa4\xac\xc9\x41\xd4\x35\x2d\x77\xe7\x27\x5b\x65\x8a\x1c\xde\x60\xad\x6d\x5b\xa1\xf1\x27\x15\x7a\x51\x08\x2f\xf2\x13\x00\x23\x2a\xcc\x61\xad\x9b\xdf\xef\xef\x41\xad\x21\xfb\x24\x2a\xa4\x5a\x48\x84\x3f\xfe\xe8\xf6\xc3\x9f\x39\xdc\xdf\x4f\x77\xef\xef\x01\x4d\xc1\x64\x54\xa3\x64\x66\x0e\x6b\xad\xa4\xa0\x1c\xce\x4f\x00\x08\x35\x4a\x6f\x1d\xef\x00\x54\xc2\xcb\xf2\x67\xb1\x42\x4d\x71\x21\xbd\x9b\xa9\xbd\x13\x1e\x37\x6d\xdc\xf4\x6d\x8d\x39\xdc\xa0\x74\x28\x3c\x9e\x00\x78\xac\x6a\x2d\x3c\x76\xcc\x12\x0d\xf8\x47\x18\x63\xbd\xf0\xca\x9a\x81\x39\x40\xed\x6c\x85\xbe\xc4\x86\x32\x65\x97\xb5\x75\x3e\x87\xd9\xc5\xd9\xc5\xf9\x0c\x9e\x81\x47\xad\x13\x0a\xf0\x16\x48\x3a\x51\x23\x2c\x2b\xf4\x4e\x49\x62\xe5\x6a\xab\x8c\x7f\x4e\xc0\x87\xb3\x8e\xb1\x9e\xe8\x70\xa0\x05\x40\x8f\x45\xd8\xb2\x05\xde\x4e\x50\xe0\x9f\x15\x7a\x91\x6d\x9b\x15\x3a\x83\x1e\x83\x70\x96\x72\xd0\xca\x74\x2c\x18\x3a\xb7\x53\x12\x5f\x49\x69\x1b\xe3\x3f\x4d\x6f\x00\xd8\x59\xdd\x54\x38\xc8\xb0\xe8\x64\xd8\x28\xbf\xd8\x62\x3b\x5c\x44\x0c\x9f\x1f\x2f\xee\x57\x46\x7e\x0b\x3e\x52\x04\xcf\x48\xa8\x0a\x5c\x8b\x46\xfb\x8f\xb6\xc0\x1c\xce\xbe\x39\x3b\x83\x67\xb0\x2f\xd1\x40\xc5\xd2\x60\x01\x0e\x45\xb1\xb0\x46\xb7\x73\xd8\x23\xec\xad\x79\xee\x61\x85\x20\x56\x1a\x19\x48\x59\x56\xb6\x38\xe9\x18\x3e\x83\xcf\xa5\x22\x50\x04\x02\x7c\x55\xaf\x09\x1a\xc2\x02\xd6\xd6\xc1\x06\x0d\x3a\xe1\x95\xd9\xc0\xed\xed\x4f\xb0\xc5\x96\x32\x78\x6f\xe0\xc3\xdf\x09\x7e\xb8\x84\xf3\xec\xfc\x6c\x3e\x70\xe9\xef\x8e\x2a\x10\x08\x87\xa9\x1c\x64\x59\x14\x83\x58\x80\x00\xc2\x5a\xb0\x37\x75\x40\xc1\x1e\x07\x36\x52\x18\xd8\x3b\xe5\x59\xd0\xec\x38\x7e\x1b\x34\x03\x18\x58\xd5\xbe\x7d\xa3\x5c\x0a\x62\x85\x85\x6a\xaa\x1c\x3e\x62\x65\x5d\x9b\xea\x89\xb0\xb6\x5a\xdb\x3d\x6b\xd4\x5d\xad\x28\xa8\xda\x10\xaf\x09\x90\x0d\x79\x5b\x29\x46\x60\x6b\xec\xde\xfc\x56\x5a\xf2\x34\xb0\x58\x2b\x8d\x73\xd8\x97\x4a\x96\xd0\xda\x06\xf6\x4a\xeb\xa8\x94\xb7\x50\x58\x0e\x50\x5e\xe6\x43\xfc\x8b\x03\xbb\x37\x2c\xf6\xc0\xc0\x61\x6d\xc1\x09\x5f\xa2\x03\x5f\x0a\xd3\x5d\xbc\x51\xbe\x6c\x56\x60\x79\x11\x41\xab\x2d\x66\xf0\xab\x6d\x9e\x6b\x0d\x42\x93\xed\xaf\x98\x82\x0d\xca\x83\x32\xde\x86\x33\xd2\x1a\x2f\x94\x41\x37\x87\x15\x6a\xbb\xcf\xe0\x16\x47\x54\x4b\xef\x6b\xca\x97\x4b\xf6\x29\x59\xb0\x47\x6b\xdc\x08\xd9\x86\x85\xe5\xa6\x51\x05\xd2\xb2\x21\x5c\xd4\x4e\xed\x84\xc7\xe0\x77\xac\xc5\x72\x60\xd1\x1b\x81\xa8\x5c\x48\x6b\xd6\x6a\x33\x6c\x01\xc4\x85\x8f\xa2\xce\x93\xc5\x34\xf4\x16\xc9\xb1\xbf\x6a\x90\x10\x93\xcb\xc8\x64\xf4\xbb\xaf\x1a\x63\xaf\xa8\xe4\x95\x52\xec\x10\x04\x14\x6a\xbd\x46\xc7\x69\xb6\xe7\xd0\x85\xd3\x98\x4a\x03\xf6\x91\x5d\x8a\x3e\xa7\xa3\x9d\x2a\xb0\xc7\x7b\xad\x36\x95\xa8\x47\x41\x94\x2f\x41\x18\x40\xe3\x5d\x1b\x74\xb8\x8b\x44\x77\x73\x10\xa6\x80\xc6\x48\x5b\x71\x7e\x0f\xe7\xa3\xb6\x1f\x83\x1d\x85\x29\x06\x2e\x68\x76\x81\x83\x42\xea\x0c\xf9\xc0\x02\x0c\xc3\x5f\xb0\x40\x72\xec\xab\x16\x08\x29\xc0\x5b\x50\x15\x67\x56\xb8\xba\xbe\x0a\xd1\x0f\x2f\x58\x2d\x52\x1b\xa3\xcc\x78\x39\x2b\xb7\x43\xa7\xd6\x4a\x86\x14\x0f\x75\xe3\x6a\x4b\x48\xa7\x7f\x02\xc8\x81\x4b\xcc\x1b\x11\x45\x06\x88\xef\xfb\x13\xc0\x81\x70\x9b\x31\x3e\x1f\x41\x6c\x53\x6f\x38\x71\x50\x02\xcd\x34\xf7\x3e\x7b\x24\xfb\x3e\x3c\x77\x24\xfb\xf6\x70\x0e\x21\xf8\x20\xf1\x27\xa5\xa1\x43\xdd\x61\x48\x90\xc6\xc2\x2c\xe7\xb2\x49\x7e\x06\xaa\x12\x1b\x8c\xde\xcf\x07\x32\x78\xa7\x4c\x11\x74\xae\x38\x9f\x38\x94\xa3\xd7\xc6\x5c\xa2\x51\x10\x72\xd6\x08\x47\xd9\x08\xdc\x59\x80\xf0\x43\xc0\x97\xcd\x2a\x2b\xac\xdc\xa2\xcb\xa4\xad\x96\xae\xcb\x00\x31\xee\xbd\x18\xa0\xeb\xed\xc8\x1d\x02\x77\x0f\x7c\xab\x17\x1b\x60\x49\xb3\x81\x26\x5c\x93\x43\xc7\x50\xd9\x94\x5b\x7e\x9e\xbd\xfc\x36\x7b\x39\xa5\xbd\x6e\xb4\xbe\xb6\x5a\xc9\x36\x87\xf7\xeb\x4f\xd6\x5f\x3b\xa4\x54\x0b\x87\x64\x1b\x27\x91\xd2\x04\xee\xf0\xbf\x0d\x92\x9f\xac\x01\xc8\xba\xc9\xe1\xdb\xb3\x6a\xb2\x58\x85\x1c\x9f\xc3\x77\xdf\x7c\x54\x63\x63\x61\x5d\x7a\x78\x31\x5a\xe6\x3a\x34\x19\x17\x67\x17\x5c\x32\x95\x59\x5b\x57\x05\x97\x15\x7a\xa0\xd6\x6a\x87\x06\x89\xae\x9d\x5d\x61\x2a\x01\x43\x7a\x35\x2d\xd7\xf1\xaa\xc8\x70\xba\x2c\x7c\x99\xc3\x52\xd4\x2a\x22\xbd\xfb\x6e\xa9\x0a\x34\x5e\xf9\x36\xab\x9b\x55\x42\xab\x8c\xf2\x4a\xe8\x37\xa8\x45\x7b\xcb\xf1\x59\x50\x0e\xdf\x26\x04\x5e\x55\x68\x1b\x7f\x64\x8f\xab\xab\xfa\xff\x10\x35\x09\xda\x89\x61\x8e\xf7\x45\x10\xeb\xdb\x75\x94\x0c\xbd\x0c\x92\x15\x4b\xa2\x92\x3b\x43\x1b\x7b\x55\xd0\xb6\xcb\x37\x1b\x36\x19\x28\x13\x7d\xee\x39\xc5\x33\x44\xe5\x72\x92\x26\x7b\xcc\x7e\x31\xba\xcd\xc1\xbb\x06\x99\x1b\x37\x3f\x21\x43\xad\xba\xc4\xce\x21\x55\xa3\x5b\x5b\x27\x91\x99\xc6\x6e\x87\x9b\x9d\xc7\x04\x4f\x1b\x92\xa9\xec\x3b\xe1\x3a\xd9\x23\xd9\x5f\x13\x3f\x89\xd1\xf7\x46\xea\x26\x64\x4e\xee\xd9\x62\x81\xeb\xb3\x6a\x6c\x0a\xbe\xd2\xc3\xf4\x5d\xcc\xf7\x7c\xf4\xa0\xbf\x18\xb2\x2b\x14\x28\xb5\x70\xdc\xab\xad\xec\x2e\x49\x00\x4f\xb4\x01\x31\x3d\xa6\xca\x3b\x6b\xfd\x32\x23\x2a\x1f\x55\x40\x98\xc9\xad\xb3\xb1\x44\xcd\xe2\xcd\xf3\x9e\x24\xe1\x80\x66\xa7\x9c\x35\xa1\x20\xc4\x5a\x3b\xfb\xf0\xe5\xc7\xb7\xaf\x7f\xf9\xf4\xee\xfd\xd5\x2c\x96\x80\x39\xe3\x61\x77\xe8\xdc\xb4\x5e\x27\x6c\x42\x89\x5b\xb5\xb1\x9a\x7a\x7d\x4c\xc7\x07\x85\xf6\xa1\x8e\xa3\x73\x32\xf1\xa3\x8a\x72\xcd\xe3\x51\xa5\xbf\x8d\x53\x74\xd2\x8a\x74\xd2\x05\x9b\x24\x2c\x0e\x1b\x9a\xd4\xe8\xa1\x9b\xe9\x7b\x6e\x61\x40\x68\x8f\xce\x70\x4f\xfd\x40\xe2\xb5\xb3\x15\xbb\x45\xdf\xb1\xcc\x41\x10\xbb\x5b\x57\x55\x19\x06\x6d\xe5\x96\x1e\x1a\x1b\xcd\x2e\x3f\x82\xcb\x08\xf7\x04\x97\x9d\xd0\x0d\x3e\xc0\xe4\x6b\x4e\x7c\xe8\x03\x7d\xcd\x7d\xc2\x03\xb8\xe4\x4f\x4b\xfd\x13\xc5\xfe\x11\xbf\x64\xaa\xd8\xdd\x4c\xe8\xa6\xf9\xe1\x6b\x91\xb7\x17\xdc\x94\x58\xa0\xa6\xae\x75\x0b\x3f\x7d\xfe\x7c\x0d\x2b\x41\x4a\x82\x68\x7c\x09\xd2\x61\xc8\xa4\x42\xc7\xaa\x3e\x0e\x02\xcc\x70\xa7\x44\x50\xfc\xee\xea\xfd\xe7\xdf\x5e\x7d\xf9\xfc\xd3\x97\xdb\xb7\x37\x77\x41\xdd\x61\xe9\xc3\xdb\x5f\xef\x26\x0e\xbf\x13\x4e\xf1\x18\x47\x7d\x83\x9c\x30\x8c\xed\xcb\x81\xfd\xde\x39\x5b\x4d\x6d\x18\xc9\x6e\x70\x9d\x4f\x34\x9f\xf4\x8a\x9c\xd8\x58\x85\x11\x00\xc6\x3c\x9f\xe0\x11\x21\x88\xc3\x29\x16\x5c\x89\xa5\x90\x25\x16\xec\x5a\xa9\x6f\x0f\x6d\x35\x23\xc5\xdc\xe7\x09\x17\xeb\xba\xbe\x39\x39\xd0\x0d\xd7\xe1\xe0\x3c\x5c\xc2\x43\x61\x87\xb1\x2f\x91\x52\x5f\x18\xbb\x57\xbf\xb7\x2c\x65\xc3\x38\x85\x88\x0b\x4f\x08\xc1\x11\xa1\xb4\xfb\x30\xf8\x5a\x63\x50\x06\x93\x29\x3f\xf5\x9d\xc5\x62\x50\x20\x0c\x3e\x7c\xf9\xe5\xb0\x94\x75\x4d\x5f\x46\x3b\x99\x49\xdd\x90\x47\x97\x71\x02\xd7\x29\x24\x5f\x28\xe6\x9a\x11\x8a\xd7\x91\xf4\xfd\xf5\x44\x29\x4e\x3b\x84\x3e\x0c\xd6\x53\xcf\x1e\x65\xe8\xe9\xd9\xbb\xbc\x63\xca\x30\xea\x26\x25\x28\x95\xb8\xa3\xbe\x3c\x99\x74\x99\x8a\xa0\x6a\x28\x8c\xfe\x01\x3d\x85\x45\x0c\xa7\x55\x28\x6c\xa1\xc7\x0b\x13\xff\x8b\x7e\x8c\x3e\x4d\x65\xe9\x93\x4b\x0c\x43\x76\xe0\x64\xf0\x9f\x08\xc2\xc5\x20\x16\xb8\x45\xa1\xdc\xe5\x83\xb2\x97\x8a\x75\x93\x74\x98\xa3\xf1\xbe\xdc\xfc\x1c\x5f\x26\x84\xd9\xc4\xbd\x2b\xe5\xc3\xb4\x4c\xca\x5b\xd7\x0e\xe9\xfa\x1d\x77\xc6\x09\xbb\xa7\x62\x8e\xdd\x26\xd1\xbd\x0b\x99\xa3\xe1\x94\xc6\x42\xdf\x3b\xff\xed\x45\x1a\x99\xa7\xf9\xf8\xf7\x87\xb7\xbf\x9e\xfe\x33\xce\xec\xa1\xad\x6e\x08\xdd\x72\x14\x36\x4b\x03\x9d\xf1\xe1\x70\x6a\x9c\xbe\xbc\xbf\x87\xec\x4a\x79\x56\x36\x3c\xde\x4d\x29\x56\x4e\x18\x59\xf6\x44\x3f\x86\xbf\xe2\x33\x9e\x5a\x87\x25\xce\x5f\x74\xec\x24\xf7\x70\x7c\xee\x36\x78\x0a\xfd\xcb\x2a\x93\x1c\x98\xcd\x67\xdd\x6b\xa0\x26\x4c\x8f\x3f\x9d\xd4\x1c\xb2\xe3\xc9\x38\x75\x55\xc2\xa8\x35\xf7\xe4\x1c\x43\xa4\x0a\x74\xd1\x1c\x07\x93\x4d\x78\x8c\xb0\x84\xd0\x98\x02\xdd\x81\x8d\x1d\x6a\xe1\xd5\x0e\x43\xcb\x49\xbd\x07\x6e\x26\x76\x3e\x88\xc9\x41\x39\x6a\x56\x85\x72\xe7\xf3\xf8\xff\xcb\xe1\x69\x73\x04\x27\x3c\x5d\x1e\x03\x27\xbc\x07\xf6\xa8\xf6\x54\x47\x18\x7c\x21\x74\xc7\xce\xb3\x71\x07\xcb\x31\x0d\x1c\x3f\xff\xb6\x12\xea\xa8\x00\xc8\x1b\x3d\x87\x9e\x6a\x7c\x9c\x3d\x6a\x0e\xe4\x54\xb2\xb7\x0c\x28\x9a\xf0\x6e\xc7\x38\x71\xc5\x56\xfe\x60\x00\x4f\xb1\xea\x6a\x5f\x57\xd9\x2e\x9f\x28\x75\xfd\x89\x8e\x17\x9f\xba\xfc\xc7\x16\x5b\x50\xc5\x0f\x03\xd9\x13\xed\x4c\x22\x15\xb3\x10\xbe\x71\x38\x79\x05\x38\x72\x57\xd8\x6e\x17\x03\x3d\x4d\xd2\x55\x9f\xad\x41\x79\x28\x05\x85\x52\x6c\x8d\x6e\x41\x48\x89\x14\x33\x7a\x89\xf1\x05\xed\x45\xff\x66\x73\xb7\x16\x9a\xf0\xee\xf4\xe4\xfe\x7e\xd1\x1b\xe2\xa6\xab\xe1\xc7\x6c\xd1\x33\x0d\xf4\x0f\xe3\xe1\x38\xd9\x11\x3b\x91\x77\x8d\xf4\x51\xde\x7d\x18\xe7\xb9\xc5\x6b\x3c\x50\x6b\x24\xac\xac\xdd\x6e\x11\x6b\xf6\xfa\x41\xd4\xd9\x46\xf9\xd9\x1c\x2a\x14\x0c\x38\x27\x34\x10\x61\xc6\xee\x02\xa1\xa9\xc9\x3b\x14\xd5\x10\x11\xa7\x07\x82\x31\xeb\x05\x79\xe1\xf1\x92\x13\xcc\xa3\x7e\x63\xf0\x77\xdf\x3b\x4f\x52\xf1\x84\x81\x59\x7f\xc7\xac\xaf\x47\x09\x93\x17\x98\x6d\xb2\x39\xfc\x07\xb9\xb3\x7c\xad\x6d\x53\x9c\x66\xe1\x81\xc8\xdb\x2d\xcf\x27\x04\xb5\x70\x5e\xc9\x46\x0b\xd7\x1b\xa3\xe3\x72\x58\x4a\xbb\x5b\x2f\xf7\xc4\x79\x54\x32\xaf\x6c\xcf\x7c\xb3\xbd\x75\x5b\x1a\x86\xcd\x83\x63\xe1\xa2\x4b\xb1\x92\xe7\x2f\x2f\x1e\xfe\x9b\x2a\xfc\x36\x7a\x5f\x9f\x95\x86\x97\x6a\x6b\x9e\x70\x8d\x8f\x1d\xf5\xd5\x48\x7c\xe0\x21\x3d\xbf\xc5\xc8\xef\x32\xf4\x81\x8f\x7b\xcb\xb1\x23\xe1\xe2\x47\x5c\xe7\x16\xdd\xee\xc8\x37\x0c\x1e\x08\xc6\x0e\x88\x63\xf5\xfb\xb4\x14\x8b\x2d\x97\xb1\xe8\x65\x84\x3e\xf9\x30\xf2\x3c\xf9\xb6\x92\x7c\x24\x61\xe3\x84\xa7\xbb\xd0\x94\x67\x13\x2d\xb5\x22\x8f\x66\xd1\x89\x70\x99\x5f\x9c\x5d\x9c\x0f\x20\xdd\xe0\x46\x91\x77\xed\x1b\x45\x0c\xf1\xad\x14\x26\xb8\xeb\x01\x52\xae\x23\x5b\x14\x91\x6e\x41\x1d\x61\xaa\x76\x97\x1b\x5f\x15\x85\x8a\x8f\x2c\x5c\xbc\x5f\x71\xf3\x3e\x81\x71\xdc\x1f\xfb\xb7\xfb\x7b\x70\xa1\x15\xf8\xca\xe9\x45\xf8\xea\x35\xc9\xa7\xe3\x6f\xfd\x05\xbf\xd4\x1d\xfb\x37\x9f\x6e\xfb\xc6\x8b\xe6\xdd\x40\xd4\xb8\xae\x0d\x03\x53\x58\x4f\x60\x03\x31\x54\xa2\x0d\x8f\x53\x7a\x37\x3e\x51\x1a\xd2\xd6\x6e\x9b\x1a\x14\x51\x83\x04\xd6\x00\xd9\x0a\xe1\xc3\xf0\xad\x88\xb9\x37\x35\x8d\x2f\x90\x85\xa1\xfe\xfd\x6b\xf6\xc9\x1a\x9c\xa5\x3b\xaf\x83\x00\xe9\x1b\x64\xbc\x9c\xa6\xcf\x92\xfd\x60\x13\xe4\x9b\xec\x0c\x33\xd7\xec\x7c\x76\xf2\xbf\x00\x00\x00\xff\xff\x64\x62\x6f\x3e\x5f\x1c\x00\x00"), }, "/flux-secret.yaml.tmpl": &vfsgen۰CompressedFileInfo{ name: "flux-secret.yaml.tmpl", diff --git a/pkg/install/templates/flux-deployment.yaml.tmpl b/pkg/install/templates/flux-deployment.yaml.tmpl index 20abff070..deba680a3 100644 --- a/pkg/install/templates/flux-deployment.yaml.tmpl +++ b/pkg/install/templates/flux-deployment.yaml.tmpl @@ -66,7 +66,7 @@ spec: # There are no ":latest" images for flux. Find the most recent # release or image version at https://hub.docker.com/r/fluxcd/flux/tags # and replace the tag here. - image: docker.io/fluxcd/flux:1.25.1 + image: docker.io/fluxcd/flux:1.25.2 imagePullPolicy: IfNotPresent resources: requests: