diff --git a/CHANGELOG.md b/CHANGELOG.md index b96988654..dbc3d5f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,120 @@ +## 1.19.0 (2020-04-02) + +This minor version release is a bumper edition with many +contributions, including (to pick a handful): + + - more flexibility with GPG signature verification + - the ability to disable garbage collection for individual resources + - users of `.flux.yaml` "patchUpdated" should see an improvement to + automated updates, with [fluxcd/flux#2805][]. + - people who want to tightly control which images are scanned by + fluxd will appreciate [fluxcd/flux#2850][] + +### Enhancements + +- Add ssh-keygen key format option [fluxcd/flux#2911][] +- Publish fluxctl to Docker Hub so it can be used in e.g., GitHub + Actions [fluxcd/flux#2915][] +- Add annotation for disabling garbage collection for individual + resources [fluxcd/flux#2858][] +- Dedicated error for unresolvable Git hostname [fluxcd/flux#2865][] +- Support multiple signature verification strategies with + `--gitVerifySignaturesMode` [fluxcd/flux#2803][] +- Let people explicitly include images to scan [fluxcd/flux#2850][], + [fluxcd/flux#2852][] +- Add support for bash/zsh completion [fluxcd/flux#2833][] +- Log start of cluster sync [fluxcd/flux#2823][] +- Add JSON output option for fluxctl's list-images and list-workloads + [fluxcd/flux#2834][] + +### Fixes + +- Cache the generators of patchUpdated configurations [fluxcd/flux#2805][] +- address CVE-2020-6750 for glib [fluxcd/flux#2922][] +- Fix concurrent map write panics [fluxcd/flux#2926][] + +### Maintenance and documentation + +- Add portforward package to break versioning deadlock + [fluxcd/flux#2952][] +- Make docker/image-tag work on MacOS again [fluxcd/flux#2957][] +- Note the retirement of some maintainers [fluxcd/flux#2953][] +- Migrate tests to GitHub actions [fluxcd/flux#2940][] +- Update Kubernetes packages to 1.17 [fluxcd/flux#2950][] +- Remove support for HelmRelease alpha and beta [fluxcd/flux#2949][] +- Regenerate (and fix verification of) generated_templates.gogen.go + [fluxcd/flux#2942][] +- Update gitsrv used in e2e tests to v1.0.0 [fluxcd/flux#2937][] +- Remove race condition in sync e2e test [fluxcd/flux#2885][] +- Move github.com/2opremio/distribution to + github.com/fluxcd/distribution [fluxcd/flux#2884][] +- Update pluralization of yaml to non-disputable version + [fluxcd/flux#2876][] +- Change list in issue template to start at 1 [fluxcd/flux#2842][] +- Fix more links [fluxcd/flux#2948][] +- Update Who is using Flux in production [fluxcd/flux#2849][], + [fluxcd/flux#2943][], [fluxcd/flux#2930][], [fluxcd/flux#2898][] +- move to mkdocs [fluxcd/flux#2919][] +- Mention new fluxctl arch linux package [fluxcd/flux#2912][] +- Updated helm operator CRD URL in the documentation + [fluxcd/flux#2887][] +- Add other semver example with range [fluxcd/flux#2866][] +- Fixing Helm operator docs link [fluxcd/flux#2863][] +- Add note about targeting a specific Helm version for the Helm + operator [fluxcd/flux#2830][] + +### Thanks + +Thanks to @2opremio, @ArchiFleKs, @alaa, @alesgurd, @borancar, +@dholbach, @edwardyoung, @hiddeco, @infa-bsurber, @jimangel, +@jstevans, @kharf, @mattfarina, @morremeyer, @ogerbron, @pchico83, +@phillebaba, @shibumi, @squaremo, @stefanprodan, @stevenpall, +@sysdevguru, @trevrosen, @yasserisa and @yiannistri for their +contributions to this release. + +[fluxcd/flux#2957]: https://github.com/fluxcd/flux/pull/2957 +[fluxcd/flux#2953]: https://github.com/fluxcd/flux/pull/2953 +[fluxcd/flux#2952]: https://github.com/fluxcd/flux/pull/2952 +[fluxcd/flux#2950]: https://github.com/fluxcd/flux/pull/2950 +[fluxcd/flux#2949]: https://github.com/fluxcd/flux/pull/2949 +[fluxcd/flux#2948]: https://github.com/fluxcd/flux/pull/2948 +[fluxcd/flux#2946]: https://github.com/fluxcd/flux/pull/2946 +[fluxcd/flux#2943]: https://github.com/fluxcd/flux/pull/2943 +[fluxcd/flux#2942]: https://github.com/fluxcd/flux/pull/2942 +[fluxcd/flux#2941]: https://github.com/fluxcd/flux/pull/2941 +[fluxcd/flux#2940]: https://github.com/fluxcd/flux/pull/2940 +[fluxcd/flux#2937]: https://github.com/fluxcd/flux/pull/2937 +[fluxcd/flux#2930]: https://github.com/fluxcd/flux/pull/2930 +[fluxcd/flux#2926]: https://github.com/fluxcd/flux/pull/2926 +[fluxcd/flux#2922]: https://github.com/fluxcd/flux/pull/2922 +[fluxcd/flux#2919]: https://github.com/fluxcd/flux/pull/2919 +[fluxcd/flux#2915]: https://github.com/fluxcd/flux/pull/2915 +[fluxcd/flux#2912]: https://github.com/fluxcd/flux/pull/2912 +[fluxcd/flux#2911]: https://github.com/fluxcd/flux/pull/2911 +[fluxcd/flux#2898]: https://github.com/fluxcd/flux/pull/2898 +[fluxcd/flux#2887]: https://github.com/fluxcd/flux/pull/2887 +[fluxcd/flux#2885]: https://github.com/fluxcd/flux/pull/2885 +[fluxcd/flux#2884]: https://github.com/fluxcd/flux/pull/2884 +[fluxcd/flux#2876]: https://github.com/fluxcd/flux/pull/2876 +[fluxcd/flux#2866]: https://github.com/fluxcd/flux/pull/2866 +[fluxcd/flux#2865]: https://github.com/fluxcd/flux/pull/2865 +[fluxcd/flux#2863]: https://github.com/fluxcd/flux/pull/2863 +[fluxcd/flux#2858]: https://github.com/fluxcd/flux/pull/2858 +[fluxcd/flux#2852]: https://github.com/fluxcd/flux/pull/2852 +[fluxcd/flux#2850]: https://github.com/fluxcd/flux/pull/2850 +[fluxcd/flux#2849]: https://github.com/fluxcd/flux/pull/2849 +[fluxcd/flux#2842]: https://github.com/fluxcd/flux/pull/2842 +[fluxcd/flux#2835]: https://github.com/fluxcd/flux/pull/2835 +[fluxcd/flux#2834]: https://github.com/fluxcd/flux/pull/2834 +[fluxcd/flux#2833]: https://github.com/fluxcd/flux/pull/2833 +[fluxcd/flux#2830]: https://github.com/fluxcd/flux/pull/2830 +[fluxcd/flux#2829]: https://github.com/fluxcd/flux/pull/2829 +[fluxcd/flux#2827]: https://github.com/fluxcd/flux/pull/2827 +[fluxcd/flux#2826]: https://github.com/fluxcd/flux/pull/2826 +[fluxcd/flux#2823]: https://github.com/fluxcd/flux/pull/2823 +[fluxcd/flux#2805]: https://github.com/fluxcd/flux/pull/2805 +[fluxcd/flux#2803]: https://github.com/fluxcd/flux/pull/2803 + ## 1.18.0 (2020-02-06) This is a feature release with quite a few new features and fixes. diff --git a/MAINTAINERS b/MAINTAINERS index 1f07b1ca3..071c0749a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8,3 +8,10 @@ Alfonso Acosta, Weaveworks (github: @2opremio, slack: fons) Hidde Beydals, Weaveworks (github: @hiddeco, slack: hidde) Michael Bridgen, Weaveworks (github: @squaremo, slack: Michael Bridgen) Stefan Prodan, Weaveworks (github: @stefanprodan, slack: stefanprodan) + +Retired maintainers: + +- Nick Cabatoff +- Justin Barrick + +Thank you for your involvement, and let us not say "farewell" ... diff --git a/chart/flux/values.yaml b/chart/flux/values.yaml index 73650d879..3edf8ef2c 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.18.0 + tag: 1.19.0 pullPolicy: IfNotPresent pullSecret: @@ -44,7 +44,7 @@ clusterRole: # true, a name based on fullname is generated name: -resources: +resources: # If you do want to specify resource limits, uncomment the following and adjust values # limits: # cpu: 100m diff --git a/deploy/flux-deployment.yaml b/deploy/flux-deployment.yaml index 10d87d512..97c1837f5 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.18.0 + image: docker.io/fluxcd/flux:1.19.0 imagePullPolicy: IfNotPresent resources: requests: diff --git a/pkg/install/generated_templates.gogen.go b/pkg/install/generated_templates.gogen.go index 5534849a3..116923909 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: 7265, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x59\x5d\x6f\x1b\xb7\xd2\xbe\xf7\xaf\x18\x28\x2f\x90\x18\x90\x56\x76\xdd\x16\xc5\xf6\x55\x71\xd2\x7c\xb8\x39\x69\x52\xc3\x4e\xce\x41\xaf\x6a\x8a\x3b\xd2\x12\xe2\x92\x7b\x38\x5c\xa9\x82\xd0\xff\x7e\x30\xe4\x7e\x70\x65\xd9\x29\x72\x77\x72\x11\xdb\xbb\xc3\xe1\xcc\x33\x5f\x0f\xb9\xb3\xd9\xec\x4c\xd4\xea\x5f\xe8\x48\x59\x93\x83\xa8\x6b\x9a\x6f\x2f\xcf\x36\xca\x14\x39\xbc\xc6\x5a\xdb\x7d\x85\xc6\x9f\x55\xe8\x45\x21\xbc\xc8\xcf\x00\x8c\xa8\x30\x87\x95\x6e\xfe\x3c\x1c\x40\xad\x20\xfb\x28\x2a\xa4\x5a\x48\x84\xbf\xfe\x6a\xdf\x87\x3f\x73\x38\x1c\xc6\x6f\x0f\x07\x40\x53\xb0\x18\xd5\x28\x59\x99\xc3\x5a\x2b\x29\x28\x87\xcb\x33\x00\x42\x8d\xd2\x5b\xc7\x6f\x00\x2a\xe1\x65\xf9\xab\x58\xa2\xa6\xf8\x20\xdd\x9b\xa5\xbd\x13\x1e\xd7\xfb\xf8\xd2\xef\x6b\xcc\xe1\x16\xa5\x43\xe1\xf1\x0c\xc0\x63\x55\x6b\xe1\xb1\x55\x96\x78\xc0\xff\x84\x31\xd6\x0b\xaf\xac\xe9\x95\x03\xd4\xce\x56\xe8\x4b\x6c\x28\x53\x76\x5e\x5b\xe7\x73\x98\x5c\x5d\x5c\x5d\x4e\xe0\x19\x78\xd4\x3a\x91\x00\x6f\x81\xa4\x13\x35\xc2\xbc\x42\xef\x94\x24\x76\xae\xb6\xca\xf8\xe7\x04\xbc\x38\x6b\x15\xeb\x91\x0f\x47\x5e\x00\x74\x58\x84\x57\xb6\xc0\xbb\x11\x0a\xfc\x6f\x89\x5e\x64\x9b\x66\x89\xce\xa0\xc7\x60\x9c\xa5\x1c\xb4\x32\xad\x0a\x86\xce\x6d\x95\xc4\x97\x52\xda\xc6\xf8\x8f\xe3\x1d\x00\xb6\x56\x37\x15\xf6\x36\xcc\x5a\x1b\xd6\xca\xcf\x36\xb8\xef\x37\x22\x86\xcf\x0f\x1b\x77\x4f\x06\x7d\x33\x5e\x52\x84\xcc\x48\xa4\x0a\x5c\x89\x46\xfb\x0f\xb6\xc0\x1c\x2e\xbe\xbd\xb8\x80\x67\xb0\x2b\xd1\x40\xc5\xd6\x60\x01\x0e\x45\x31\xb3\x46\xef\xa7\xb0\x43\xd8\x59\xf3\xdc\xc3\x12\x41\x2c\x35\x32\x90\xb2\xac\x6c\x71\xd6\x2a\x7c\x06\x9f\x4a\x45\xa0\x08\x04\xf8\xaa\x5e\x11\x34\x84\x05\xac\xac\x83\x35\x1a\x74\xc2\x2b\xb3\x86\xbb\xbb\x5f\x60\x83\x7b\xca\xe0\x9d\x81\xf7\x3f\x10\xfc\xb4\x80\xcb\xec\xf2\x62\xda\x6b\xe9\xf6\x8e\x2e\x10\x08\x87\xa9\x1d\x64\xd9\x14\x83\x58\x80\x00\xc2\x5a\x70\x36\xb5\x40\xc1\x0e\x7b\x35\x52\x18\xd8\x39\xe5\xd9\xd0\xec\x34\x7e\x6b\x34\x3d\x18\x58\xd5\x7e\xff\x5a\xb9\x14\xc4\x0a\x0b\xd5\x54\x39\x7c\xc0\xca\xba\x7d\xea\x27\xc2\xca\x6a\x6d\x77\xec\x51\xbb\xb5\xa2\xe0\x6a\x43\xfc\x4c\x80\x6c\xc8\xdb\x4a\x31\x02\x1b\x63\x77\xe6\x8f\xd2\x92\xa7\x5e\xc5\x4a\x69\x9c\xc2\xae\x54\xb2\x84\xbd\x6d\x60\xa7\xb4\x8e\x4e\x79\x0b\x85\xe5\x02\xe5\xc7\xbc\x88\x7f\x71\x60\x77\x86\xcd\xee\x15\x38\xac\x2d\x38\xe1\x4b\x74\xe0\x4b\x61\xda\x8d\xd7\xca\x97\xcd\x12\x2c\x3f\x44\xd0\x6a\x83\x19\xfc\x6e\x9b\xe7\x5a\x83\xd0\x64\xbb\x2d\xc6\x60\x83\xf2\xa0\x8c\xb7\x61\x8d\xb4\xc6\x0b\x65\xd0\x4d\x61\x89\xda\xee\x32\xb8\xc3\x01\xd5\xd2\xfb\x9a\xf2\xf9\xbc\xb0\x92\x32\x4e\x2c\x59\x70\x5a\xa3\x99\x73\xcd\x92\x9f\xaf\x1b\x55\x20\xcd\x1b\xc2\x59\xed\xd4\x56\x78\x0c\xa9\xc7\x8e\xf4\x4a\xba\x30\x10\x95\x33\x69\xcd\x4a\xad\xfb\x57\x00\xf1\xc1\x07\x51\xe7\xc9\xc3\xb4\xf8\x66\xc9\xb2\xaf\x0d\x49\xa8\xca\x79\x54\x32\x64\xde\x17\xc3\xb1\x53\x54\xf2\x93\x52\x6c\x11\x04\x14\x6a\xb5\x42\xc7\x8d\xb6\xd3\xd0\x16\xd4\xd0\x4c\x03\xfa\x51\x5d\x8a\x3f\x37\xa4\xad\x2a\xb0\x43\x7c\xa5\xd6\x95\xa8\x07\x43\x94\x2f\x41\x18\x40\xe3\xdd\x3e\xf8\x70\x1f\x85\xee\xa7\x20\x4c\x01\x8d\x91\xb6\xe2\x0e\x1f\xd6\x47\x6f\x3f\x84\x48\x0a\x53\xf4\x5a\xd0\x6c\x83\x06\x85\xd4\x86\xf2\x41\x04\x18\x86\xaf\x88\x40\xb2\xec\x8b\x11\x08\x4d\xc0\x5b\x50\x15\xf7\x56\xb8\xbe\xb9\x0e\xf5\x0f\x2f\xd8\x2d\x52\x6b\xa3\xcc\xb0\x39\x3b\xb7\x45\xa7\x56\x4a\x86\x26\x0f\x75\xe3\x6a\x4b\x48\xe7\x7f\x03\xc8\x5e\x4b\xec\x1c\x11\x45\x06\x88\xf7\xfb\x1b\xc0\x81\x70\xeb\xa1\x42\x1f\x41\x6c\x5d\xaf\xb9\x75\x50\x02\xcd\xb8\xfb\x3e\x7b\xa4\xff\x3e\x5c\x77\xa2\xff\x76\x70\xf6\x45\xf8\xa0\xf5\x27\xc3\xa1\x45\xdd\x61\x68\x91\xc6\xc2\x24\x8f\x45\x38\x01\x55\x89\x35\xc6\xec\xe7\x05\x19\xbc\x55\xa6\x08\x3e\x57\xdc\x51\x1c\xca\x21\x6b\x63\x37\xd1\x28\x08\xb9\x6f\x84\xa5\x1c\x04\xe6\x16\x20\x7c\x5f\xf2\x65\xb3\xcc\x0a\x2b\x37\xe8\x32\x69\xab\xb9\x9b\xc7\xf2\x0f\x3f\xe6\x5e\xf4\xd0\x75\x71\x64\x8e\xc0\xfc\x81\x77\xf5\x62\x0d\x6c\x69\xd6\xcb\x84\x6d\x72\x68\x15\x2a\x9b\x6a\xcb\x2f\xb3\xcb\x1f\xb2\x8b\xb1\xec\x4d\xa3\xf5\x8d\xd5\x4a\xee\x73\x78\xb7\xfa\x68\xfd\x8d\x43\x4a\xbd\x70\x48\xb6\x71\x12\x29\x6d\xe1\x0e\xff\xd3\x20\xf9\xd1\x33\x00\x59\x37\x39\x7c\x77\x51\x8d\x1e\x56\xa1\xcb\xe7\xf0\xfd\xb7\x1f\xd4\x40\x2d\xac\x4b\x17\xcf\x86\xc8\xdc\x04\x9a\x71\x75\x71\xc5\x43\x53\x99\x95\x75\x55\x48\x59\xa1\x7b\x69\xad\xb6\x68\x90\xe8\xc6\xd9\x25\xa6\x16\x30\xa4\xd7\xe3\x81\x1d\xb7\x8a\x0a\xc7\x8f\x85\x2f\x73\x98\x8b\x5a\x45\xa4\xb7\xdf\xcf\x55\x81\xc6\x2b\xbf\xcf\xea\x66\x99\xc8\x2a\xa3\xbc\x12\xfa\x35\x6a\xb1\xbf\xe3\xfa\x2c\x28\x87\xef\x12\x01\xaf\x2a\xb4\x8d\x3f\xf1\x8e\xe7\xab\xfa\xdf\x30\x35\x29\xda\x51\x60\x4e\x33\x23\x88\x13\xee\x26\x5a\x86\x5e\x06\xcb\x8a\x39\x51\xc9\xdc\xd0\x46\xb6\x0a\xda\xb6\xfd\x66\xcd\x21\x03\x65\x62\xce\x3d\xa7\xb8\x86\xa8\x9c\x8f\xda\x64\x87\xd9\x6f\x46\xef\x73\xf0\xae\x41\xd6\xc6\xf4\x27\x74\xa8\x65\xdb\xd8\xb9\xa4\x6a\x74\x2b\xeb\x24\xb2\xd2\xc8\x77\x98\xee\x3c\x66\x78\x4a\x49\xc6\xb6\x6f\x85\x6b\x6d\x8f\x62\x5f\x67\x7e\x52\xa3\xef\x8c\xd4\x4d\xe8\x9c\xcc\xda\xe2\x80\xeb\xba\x6a\xa4\x05\x5f\x60\x31\x1d\x8f\xf9\x91\x97\x1e\x31\x8c\xbe\xbb\x42\x81\x52\x0b\xc7\x6c\x6d\x69\xb7\x49\x03\x78\x82\x06\xc4\xf6\x98\x3a\xef\xac\xf5\xf3\x8c\xa8\x7c\xd4\x01\x61\x46\xbb\x4e\x86\x11\x35\x89\x3b\x4f\x3b\x91\x44\x03\x9a\xad\x72\xd6\x84\x81\x10\x67\xed\xe4\xfd\xe7\x9f\xdf\xbc\xfa\xed\xe3\xdb\x77\xd7\x93\x38\x02\xa6\x8c\x87\xdd\xa2\x73\xe3\x79\x9d\xa8\x09\x23\x6e\xb9\x8f\xd3\xd4\xeb\x53\x3e\x3e\x18\xb4\x0f\x7d\x1c\x92\x93\x85\x1f\x75\x94\x67\x1e\x1f\x56\xba\xdd\xb8\x45\x27\x54\xa4\xb5\x2e\xc4\x24\x51\x71\x4c\x68\xd2\xa0\x07\x36\xd3\xb1\x6e\x61\x40\x68\x8f\xce\x30\xab\x7e\x60\xf1\xca\xd9\x8a\xd3\xa2\x63\x2c\x53\x10\xc4\xe9\xd6\x4e\x55\x86\x41\x5b\xb9\xa1\x87\xc1\x46\xb3\xcd\x4f\xe0\x32\xc0\x3d\xc2\x65\x2b\x74\x83\x0f\x30\xf9\x52\x12\x1f\xe7\x40\x37\x73\x9f\xc8\x00\x1e\xf9\xe3\x51\xff\xc4\xb0\x7f\x24\x2f\x59\x2a\xb2\x9b\x91\xdc\xb8\x3f\x7c\xa9\xf2\x76\x82\x49\x89\x05\x6a\xea\x5a\xef\xe1\x97\x4f\x9f\x6e\x60\x29\x48\x49\x10\x8d\x2f\x41\x3a\x0c\x9d\x54\xe8\x38\xd5\x87\xa3\x00\x2b\xdc\x2a\x11\x1c\xbf\xbf\x7e\xf7\xe9\x8f\x97\x9f\x3f\xfd\xf2\xf9\xee\xcd\xed\x7d\x70\xb7\x7f\xf4\xfe\xcd\xef\xf7\xa3\x84\xdf\x0a\xa7\xf8\x20\x47\x1d\x41\x4e\x14\x46\xfa\x72\x14\xbf\xb7\xce\x56\xe3\x18\x46\xb1\x5b\x5c\xe5\x23\xcf\x47\x5c\x91\x1b\x1b\xbb\x30\x00\xc0\x98\xe7\x23\x3c\x22\x04\xf1\x78\x8a\x05\x4f\x62\x29\x64\x89\x05\xa7\x56\x9a\xdb\x3d\xad\x66\xa4\x58\xfb\x34\xd1\x62\x5d\xcb\x9b\x93\x05\xed\xf1\x3a\x2c\x9c\x86\x4d\xf8\x58\xd8\x62\xec\x4b\xa4\x34\x17\x06\xf6\xea\x77\x96\xad\x6c\x18\xa7\x50\x71\xe1\x12\x21\x24\x22\x94\x76\x17\x8e\xbe\xd6\x18\x94\x21\x64\xca\x8f\x73\x67\x36\xeb\x1d\x08\xe7\x1e\xde\x7c\xd1\x3f\xca\x5a\xd2\x97\xd1\x56\x66\x52\x37\xe4\xd1\x65\xdc\xc0\x75\x0a\xc9\x67\x8a\xbd\x66\x80\xe2\x55\x14\x7d\x77\x33\x72\x8a\xdb\x0e\xa1\x0f\x47\xeb\x71\x66\x0f\x36\x74\xf2\x9c\x5d\xde\xb1\x64\x38\xec\x26\x23\x28\xb5\xb8\x95\x5e\x9c\x8d\x58\xa6\x22\xa8\x1a\x0a\x87\xff\x80\x9e\xc2\x22\x96\xd3\x32\x0c\xb6\xc0\xf1\xc2\x99\xff\x45\x77\x90\x3e\x4f\x6d\xe9\x9a\x4b\x2c\x43\x4e\xe0\xe4\xe8\x3f\x32\x84\x87\x41\x1c\x70\xb3\x42\xb9\xc5\x83\xb1\x97\x9a\x75\x9b\x30\xcc\x21\x78\x9f\x6f\x7f\x8d\x77\x13\xc2\xac\xe3\xbb\x6b\xe5\xc3\x79\x99\x94\xb7\x6e\xdf\xb7\xeb\xb7\xcc\x8c\x13\x75\x4f\xd5\x1c\xa7\x4d\xe2\x7b\x5b\x32\x27\xcb\x29\xad\x85\x8e\x3b\xff\xdf\x8b\xb4\x32\xcf\xf3\xe1\xef\xf7\x6f\x7e\x3f\xff\x47\x3c\xb5\x07\x5a\xdd\x10\xba\xf9\x60\x6c\x96\x16\x3a\xe3\xc3\xe5\xd4\x38\xbd\x38\x1c\x20\xbb\x56\x9e\x9d\x0d\xd7\x77\x63\x89\xa5\x13\x46\x96\x9d\xd0\xcf\xe1\xaf\x78\x91\xa7\x56\xe1\x11\xf7\x2f\x3a\xb5\x92\x39\x1c\xaf\xbb\x0b\x99\x42\xff\xb4\xca\x24\x0b\x26\xd3\x49\x7b\x1f\xa8\x09\xd3\xe5\x4f\x37\x35\x87\x9c\x78\x32\x9e\xba\x2a\x61\xd4\x8a\x39\x39\xd7\x10\xa9\x02\x5d\x0c\xc7\xd1\xc9\x26\x5c\x47\x58\x42\x68\x4c\x81\xee\x28\xc6\x0e\xb5\xf0\x6a\x8b\x81\x72\x52\x97\x81\xeb\x51\x9c\x8f\x6a\xb2\x77\x8e\x9a\x65\xa1\xdc\xe5\x34\xfe\xfc\xa6\xbf\xdc\x1c\xc0\x09\x97\x97\xa7\xc0\x09\x37\x82\x1d\xaa\x9d\xd4\x09\x05\x9f\x09\xdd\xa9\xf5\x1c\xdc\x3e\x72\x2c\x03\xa7\xd7\xbf\xa9\x84\x3a\x69\x00\xf2\x8b\x4e\x43\x27\x35\x5c\xcf\x9e\x0c\x07\x72\x2b\xd9\x59\x06\x14\x4d\xb8\xb9\x63\x9c\x78\x62\x2b\x7f\x74\x00\x4f\xb1\x6a\x67\x5f\x3b\xd9\x16\x4f\x8c\xba\x6e\x45\xab\x8b\x57\x2d\xfe\x7f\x83\x7b\x50\xc5\x4f\xbd\xd8\x13\x74\x26\xb1\x8a\x55\x08\xdf\x38\x1c\xdd\x02\x9c\xd8\x2b\xbc\xde\xcf\x7a\x79\x1a\xb5\xab\xae\x5b\x83\xf2\x50\x0a\x0a\xa3\xd8\x1a\xbd\x07\x21\x25\x52\xec\xe8\x25\xc6\x3b\xb4\x17\xdd\x9d\xcd\xfd\x4a\x68\xc2\xfb\xf3\xb3\xc3\x61\xd6\x05\xe2\xb6\x9d\xe1\xa7\x62\xd1\x29\x0d\xf2\x0f\xeb\xe1\xb4\xd8\x89\x38\x91\x77\x8d\xf4\xd1\xde\x5d\x38\xce\x33\xc5\x6b\x3c\xd0\xde\x48\x58\x5a\xbb\xd9\x20\xd6\x9c\xf5\xbd\xa9\x93\xb5\xf2\x93\x29\x54\x28\x18\x70\x6e\x68\x20\xc2\x19\xbb\x2d\x84\xa6\x26\xef\x50\x54\x7d\x45\x9c\x1f\x19\xc6\xaa\x67\xe4\x85\xc7\x05\x37\x98\x47\xf3\xc6\xe0\x9f\xbe\x4b\x9e\x64\xe2\x09\x03\x93\x6e\x8f\x49\x37\x8f\x12\x25\x2f\x30\x5b\x67\x53\xf8\x37\x32\xb3\x7c\xa5\x6d\x53\x9c\x67\xe1\x82\xc8\xdb\x0d\x9f\x4f\x08\x6a\xe1\xbc\x92\x8d\x16\xae\x0b\x46\xab\xe5\x78\x94\xb6\xbb\x2e\x76\xc4\x7d\x54\xb2\xae\x6c\xc7\x7a\xb3\x9d\x75\x1b\xea\x0f\x9b\x47\xcb\xc2\x46\x0b\xb1\x94\x97\xdf\x5c\x3d\xfc\x3f\x75\xf8\x4d\xcc\xbe\xae\x2b\xf5\x77\xd5\xd6\x3c\x91\x1a\x1f\x5a\xe9\xeb\x41\xf8\x28\x43\x3a\x7d\xb3\x41\xdf\x22\xf0\xc0\xc7\xb3\xe5\xd4\x92\xb0\xf1\x23\xa9\x73\x87\x6e\x7b\xe2\x2b\x06\x1f\x08\x06\x06\xc4\xb5\xfa\x63\x3a\x8a\xc5\x86\xc7\x58\xcc\x32\x42\x9f\x7c\x1a\x79\x9e\x7c\x5d\x49\x3e\x93\x70\x70\xc2\xd5\x5d\x20\xe5\xd9\xc8\x4b\xad\xc8\xa3\x99\xb5\x26\x2c\xf2\xab\x8b\xab\xcb\x1e\xa4\x5b\x5c\x2b\xf2\x6e\xff\x5a\x11\x43\x7c\x27\x85\x09\xe9\x7a\x84\x94\x6b\xc5\x66\x45\x94\x9b\x51\x2b\x98\xba\xdd\xf6\xc6\x97\x45\xa1\xe2\x25\x0b\x0f\xef\x97\x4c\xde\x47\x30\x0e\xef\x07\xfe\x76\x38\x80\x0b\x54\xe0\x0b\xab\x67\xe1\xbb\xd7\xa8\x9f\x0e\xbf\x75\x1b\xfc\x56\xb7\xea\x5f\x7f\xbc\xeb\x88\x17\x4d\xdb\x03\x51\xe3\x5a\x1a\x06\xa6\xb0\x9e\xc0\x06\x61\xa8\xc4\x3e\x5c\x4e\xe9\xed\x70\x45\x69\x48\x5b\xbb\x69\x6a\x50\x44\x0d\x12\x58\x03\x64\x2b\x84\xf7\xfd\xd7\x22\xd6\xde\xd4\x34\xdc\x40\x16\x86\xba\xfb\xaf\xc9\x47\x6b\x70\x92\xbe\x79\x15\x0c\x48\xef\x20\xe3\xe6\x34\xbe\x96\xec\x0e\x36\xc1\xbe\xd1\x9b\xfe\xcc\x35\xb9\x9c\x9c\xfd\x37\x00\x00\xff\xff\xe3\xae\x52\x30\x61\x1c\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x59\x6d\x6f\x1b\x37\xf2\x7f\xef\x4f\x31\x50\xfe\x40\x62\x40\x5a\xd9\x75\x5b\xfc\x6f\x7b\x2a\x2e\xcd\x83\x9b\x4b\x93\x1a\x76\x72\x87\xbe\xaa\x29\xee\x48\x4b\x88\x4b\xee\x71\xb8\x52\x05\xa1\xdf\xfd\x30\xe4\x3e\x70\x65\xd9\x29\xf2\xee\xf2\x22\xb6\x77\x87\xc3\x99\xdf\x3c\xfd\xc8\x9d\xcd\x66\x67\xa2\x56\xff\x42\x47\xca\x9a\x1c\x44\x5d\xd3\x7c\x7b\x79\xb6\x51\xa6\xc8\xe1\x35\xd6\xda\xee\x2b\x34\xfe\xac\x42\x2f\x0a\xe1\x45\x7e\x06\x60\x44\x85\x39\xac\x74\xf3\xc7\xe1\x00\x6a\x05\xd9\x47\x51\x21\xd5\x42\x22\xfc\xf9\x67\xfb\x3e\xfc\x99\xc3\xe1\x30\x7e\x7b\x38\x00\x9a\x82\xc5\xa8\x46\xc9\xca\x1c\xd6\x5a\x49\x41\x39\x5c\x9e\x01\x10\x6a\x94\xde\x3a\x7e\x03\x50\x09\x2f\xcb\x5f\xc4\x12\x35\xc5\x07\xe9\xde\x2c\xed\x9d\xf0\xb8\xde\xc7\x97\x7e\x5f\x63\x0e\xb7\x28\x1d\x0a\x8f\x67\x00\x1e\xab\x5a\x0b\x8f\xad\xb2\xc4\x03\xfe\x27\x8c\xb1\x5e\x78\x65\x4d\xaf\x1c\xa0\x76\xb6\x42\x5f\x62\x43\x99\xb2\xf3\xda\x3a\x9f\xc3\xe4\xea\xe2\xea\x72\x02\xcf\xc0\xa3\xd6\x89\x04\x78\x0b\x24\x9d\xa8\x11\xe6\x15\x7a\xa7\x24\xb1\x73\xb5\x55\xc6\x3f\x27\xe0\xc5\x59\xab\x58\x8f\x7c\x38\xf2\x02\xa0\xc3\x22\xbc\xb2\x05\xde\x8d\x50\xe0\x7f\x4b\xf4\x22\xdb\x34\x4b\x74\x06\x3d\x06\xe3\x2c\xe5\xa0\x95\x69\x55\x30\x74\x6e\xab\x24\xbe\x94\xd2\x36\xc6\x7f\x1c\xef\x00\xb0\xb5\xba\xa9\xb0\xb7\x61\xd6\xda\xb0\x56\x7e\xb6\xc1\x7d\xbf\x11\x31\x7c\x7e\xd8\xb8\x7b\x32\xe8\x9b\xf1\x92\x22\x64\x46\x22\x55\xe0\x4a\x34\xda\x7f\xb0\x05\xe6\x70\xf1\xed\xc5\x05\x3c\x83\x5d\x89\x06\x2a\xb6\x06\x0b\x70\x28\x8a\x99\x35\x7a\x3f\x85\x1d\xc2\xce\x9a\xe7\x1e\x96\x08\x62\xa9\x91\x81\x94\x65\x65\x8b\xb3\x56\xe1\x33\xf8\x54\x2a\x02\x45\x20\xc0\x57\xf5\x8a\xa0\x21\x2c\x60\x65\x1d\xac\xd1\xa0\x13\x5e\x99\x35\xdc\xdd\xfd\x0c\x1b\xdc\x53\x06\xef\x0c\xbc\xff\x7f\x82\x1f\x17\x70\x99\x5d\x5e\x4c\x7b\x2d\xdd\xde\xd1\x05\x02\xe1\x30\xb5\x83\x2c\x9b\x62\x10\x0b\x10\x40\x58\x0b\xce\xa6\x16\x28\xd8\x61\xaf\x46\x0a\x03\x3b\xa7\x3c\x1b\x9a\x9d\xc6\x6f\x8d\xa6\x07\x03\xab\xda\xef\x5f\x2b\x97\x82\x58\x61\xa1\x9a\x2a\x87\x0f\x58\x59\xb7\x4f\xfd\x44\x58\x59\xad\xed\x8e\x3d\x6a\xb7\x56\x14\x5c\x6d\x88\x9f\x09\x90\x0d\x79\x5b\x29\x46\x60\x63\xec\xce\xfc\x5e\x5a\xf2\xd4\xab\x58\x29\x8d\x53\xd8\x95\x4a\x96\xb0\xb7\x0d\xec\x94\xd6\xd1\x29\x6f\xa1\xb0\x5c\xa0\xfc\x98\x17\xf1\x2f\x0e\xec\xce\xb0\xd9\xbd\x02\x87\xb5\x05\x27\x7c\x89\x0e\x7c\x29\x4c\xbb\xf1\x5a\xf9\xb2\x59\x82\xe5\x87\x08\x5a\x6d\x30\x83\xdf\x6c\xf3\x5c\x6b\x10\x9a\x6c\xb7\xc5\x18\x6c\x50\x1e\x94\xf1\x36\xac\x91\xd6\x78\xa1\x0c\xba\x29\x2c\x51\xdb\x5d\x06\x77\x38\xa0\x5a\x7a\x5f\x53\x3e\x9f\x17\x56\x52\xc6\x89\x25\x0b\x4e\x6b\x34\x73\xae\x59\xf2\xf3\x75\xa3\x0a\xa4\x79\x43\x38\xab\x9d\xda\x0a\x8f\x21\xf5\xd8\x91\x5e\x49\x17\x06\xa2\x72\x26\xad\x59\xa9\x75\xff\x0a\x20\x3e\xf8\x20\xea\x3c\x79\x98\x16\xdf\x2c\x59\xf6\xb5\x21\x09\x55\x39\x8f\x4a\x86\xcc\xfb\x62\x38\x76\x8a\x4a\x7e\x52\x8a\x2d\x82\x80\x42\xad\x56\xe8\xb8\xd1\x76\x1a\xda\x82\x1a\x9a\x69\x40\x3f\xaa\x4b\xf1\xe7\x86\xb4\x55\x05\x76\x88\xaf\xd4\xba\x12\xf5\x60\x88\xf2\x25\x08\x03\x68\xbc\xdb\x07\x1f\xee\xa3\xd0\xfd\x14\x84\x29\xa0\x31\xd2\x56\xdc\xe1\xc3\xfa\xe8\xed\x87\x10\x49\x61\x8a\x5e\x0b\x9a\x6d\xd0\xa0\x90\xda\x50\x3e\x88\x00\xc3\xf0\x15\x11\x48\x96\x7d\x31\x02\xa1\x09\x78\x0b\xaa\xe2\xde\x0a\xd7\x37\xd7\xa1\xfe\xe1\x05\xbb\x45\x6a\x6d\x94\x19\x36\x67\xe7\xb6\xe8\xd4\x4a\xc9\xd0\xe4\xa1\x6e\x5c\x6d\x09\xe9\xfc\x2f\x00\xd9\x6b\x89\x9d\x23\xa2\xc8\x00\xf1\x7e\x7f\x01\x38\x10\x6e\x3d\x54\xe8\x23\x88\xad\xeb\x35\xb7\x0e\x4a\xa0\x19\x77\xdf\x67\x8f\xf4\xdf\x87\xeb\x4e\xf4\xdf\x0e\xce\xbe\x08\x1f\xb4\xfe\x64\x38\xb4\xa8\x3b\x0c\x2d\xd2\x58\x98\xe4\xb1\x08\x27\xa0\x2a\xb1\xc6\x98\xfd\xbc\x20\x83\xb7\xca\x14\xc1\xe7\x8a\x3b\x8a\x43\x39\x64\x6d\xec\x26\x1a\x05\x21\xf7\x8d\xb0\x94\x83\xc0\xdc\x02\x84\xef\x4b\xbe\x6c\x96\x59\x61\xe5\x06\x5d\x26\x6d\x35\x77\xf3\x58\xfe\xe1\xc7\xdc\x8b\x1e\xba\x2e\x8e\xcc\x11\x98\x3f\xf0\xae\x5e\xac\x81\x2d\xcd\x7a\x99\xb0\x4d\x0e\xad\x42\x65\x53\x6d\xf9\x65\x76\xf9\xb7\xec\x62\x2c\x7b\xd3\x68\x7d\x63\xb5\x92\xfb\x1c\xde\xad\x3e\x5a\x7f\xe3\x90\x52\x2f\x1c\x92\x6d\x9c\x44\x4a\x5b\xb8\xc3\xff\x34\x48\x7e\xf4\x0c\x40\xd6\x4d\x0e\xdf\x5d\x54\xa3\x87\x55\xe8\xf2\x39\x7c\xff\xed\x07\x35\x50\x0b\xeb\xd2\xc5\xb3\x21\x32\x37\x81\x66\x5c\x5d\x5c\xf1\xd0\x54\x66\x65\x5d\x15\x52\x56\xe8\x5e\x5a\xab\x2d\x1a\x24\xba\x71\x76\x89\xa9\x05\x0c\xe9\xf5\x78\x60\xc7\xad\xa2\xc2\xf1\x63\xe1\xcb\x1c\xe6\xa2\x56\x11\xe9\xed\xf7\x73\x55\xa0\xf1\xca\xef\xb3\xba\x59\x26\xb2\xca\x28\xaf\x84\x7e\x8d\x5a\xec\xef\xb8\x3e\x0b\xca\xe1\xbb\x44\xc0\xab\x0a\x6d\xe3\x4f\xbc\xe3\xf9\xaa\xfe\x37\x4c\x4d\x8a\x76\x14\x98\xd3\xcc\x08\xe2\x84\xbb\x89\x96\xa1\x97\xc1\xb2\x62\x4e\x54\x32\x37\xb4\x91\xad\x82\xb6\x6d\xbf\x59\x73\xc8\x40\x99\x98\x73\xcf\x29\xae\x21\x2a\xe7\xa3\x36\xd9\x61\xf6\xab\xd1\xfb\x1c\xbc\x6b\x90\xb5\x31\xfd\x09\x1d\x6a\xd9\x36\x76\x2e\xa9\x1a\xdd\xca\x3a\x89\xac\x34\xf2\x1d\xa6\x3b\x8f\x19\x9e\x52\x92\xb1\xed\x5b\xe1\x5a\xdb\xa3\xd8\xd7\x99\x9f\xd4\xe8\x3b\x23\x75\x13\x3a\x27\xb3\xb6\x38\xe0\xba\xae\x1a\x69\xc1\x17\x58\x4c\xc7\x63\x7e\xe0\xa5\x47\x0c\xa3\xef\xae\x50\xa0\xd4\xc2\x31\x5b\x5b\xda\x6d\xd2\x00\x9e\xa0\x01\xb1\x3d\xa6\xce\x3b\x6b\xfd\x3c\x23\x2a\x1f\x75\x40\x98\xd1\xae\x93\x61\x44\x4d\xe2\xce\xd3\x4e\x24\xd1\x80\x66\xab\x9c\x35\x61\x20\xc4\x59\x3b\x79\xff\xf9\xa7\x37\xaf\x7e\xfd\xf8\xf6\xdd\xf5\x24\x8e\x80\x29\xe3\x61\xb7\xe8\xdc\x78\x5e\x27\x6a\xc2\x88\x5b\xee\xe3\x34\xf5\xfa\x94\x8f\x0f\x06\xed\x43\x1f\x87\xe4\x64\xe1\x47\x1d\xe5\x99\xc7\x87\x95\x6e\x37\x6e\xd1\x09\x15\x69\xad\x0b\x31\x49\x54\x1c\x13\x9a\x34\xe8\x81\xcd\x74\xac\x5b\x18\x10\xda\xa3\x33\xcc\xaa\x1f\x58\xbc\x72\xb6\xe2\xb4\xe8\x18\xcb\x14\x04\x71\xba\xb5\x53\x95\x61\xd0\x56\x6e\xe8\x61\xb0\xd1\x6c\xf3\x13\xb8\x0c\x70\x8f\x70\xd9\x0a\xdd\xe0\x03\x4c\xbe\x94\xc4\xc7\x39\xd0\xcd\xdc\x27\x32\x80\x47\xfe\x78\xd4\x3f\x31\xec\x1f\xc9\x4b\x96\x8a\xec\x66\x24\x37\xee\x0f\x5f\xaa\xbc\x9d\x60\x52\x62\x81\x9a\xba\xd6\x7b\xf8\xf9\xd3\xa7\x1b\x58\x0a\x52\x12\x44\xe3\x4b\x90\x0e\x43\x27\x15\x3a\x4e\xf5\xe1\x28\xc0\x0a\xb7\x4a\x04\xc7\xef\xaf\xdf\x7d\xfa\xfd\xe5\xe7\x4f\x3f\x7f\xbe\x7b\x73\x7b\x1f\xdc\xed\x1f\xbd\x7f\xf3\xdb\xfd\x28\xe1\xb7\xc2\x29\x3e\xc8\x51\x47\x90\x13\x85\x91\xbe\x1c\xc5\xef\xad\xb3\xd5\x38\x86\x51\xec\x16\x57\xf9\xc8\xf3\x11\x57\xe4\xc6\xc6\x2e\x0c\x00\x30\xe6\xf9\x08\x8f\x08\x41\x3c\x9e\x62\xc1\x93\x58\x0a\x59\x62\xc1\xa9\x95\xe6\x76\x4f\xab\x19\x29\xd6\x3e\x4d\xb4\x58\xd7\xf2\xe6\x64\x41\x7b\xbc\x0e\x0b\xa7\x61\x13\x3e\x16\xb6\x18\xfb\x12\x29\xcd\x85\x81\xbd\xfa\x9d\x65\x2b\x1b\xc6\x29\x54\x5c\xb8\x44\x08\x89\x08\xa5\xdd\x85\xa3\xaf\x35\x06\x65\x08\x99\xf2\xe3\xdc\x99\xcd\x7a\x07\xc2\xb9\x87\x37\x5f\xf4\x8f\xb2\x96\xf4\x65\xb4\x95\x99\xd4\x0d\x79\x74\x19\x37\x70\x9d\x42\xf2\x99\x62\xaf\x19\xa0\x78\x15\x45\xdf\xdd\x8c\x9c\xe2\xb6\x43\xe8\xc3\xd1\x7a\x9c\xd9\x83\x0d\x9d\x3c\x67\x97\x77\x2c\x19\x0e\xbb\xc9\x08\x4a\x2d\x6e\xa5\x17\x67\x23\x96\xa9\x08\xaa\x86\xc2\xe1\x3f\xa0\xa7\xb0\x88\xe5\xb4\x0c\x83\x2d\x70\xbc\x70\xe6\x7f\xd1\x1d\xa4\xcf\x53\x5b\xba\xe6\x12\xcb\x90\x13\x38\x39\xfa\x8f\x0c\xe1\x61\x10\x07\xdc\xac\x50\x6e\xf1\x60\xec\xa5\x66\xdd\x26\x0c\x73\x08\xde\xe7\xdb\x5f\xe2\xdd\x84\x30\xeb\xf8\xee\x5a\xf9\x70\x5e\x26\xe5\xad\xdb\xf7\xed\xfa\x2d\x33\xe3\x44\xdd\x53\x35\xc7\x69\x93\xf8\xde\x96\xcc\xc9\x72\x4a\x6b\xa1\xe3\xce\xff\xf7\x22\xad\xcc\xf3\x7c\xf8\xfb\xfd\x9b\xdf\xce\xff\x11\x4f\xed\x81\x56\x37\x84\x6e\x3e\x18\x9b\xa5\x85\xce\xf8\x70\x39\x35\x4e\x2f\x0e\x07\xc8\xae\x95\x67\x67\xc3\xf5\xdd\x58\x62\xe9\x84\x91\x65\x27\xf4\x53\xf8\x2b\x5e\xe4\xa9\x55\x78\xc4\xfd\x8b\x4e\xad\x64\x0e\xc7\xeb\xee\x42\xa6\xd0\x3f\xad\x32\xc9\x82\xc9\x74\xd2\xde\x07\x6a\xc2\x74\xf9\xd3\x4d\xcd\x21\x27\x9e\x8c\xa7\xae\x4a\x18\xb5\x62\x4e\xce\x35\x44\xaa\x40\x17\xc3\x71\x74\xb2\x09\xd7\x11\x96\x10\x1a\x53\xa0\x3b\x8a\xb1\x43\x2d\xbc\xda\x62\xa0\x9c\xd4\x65\xe0\x7a\x14\xe7\xa3\x9a\xec\x9d\xa3\x66\x59\x28\x77\x39\x8d\x3f\xbf\xe9\x2f\x37\x07\x70\xc2\xe5\xe5\x29\x70\xc2\x8d\x60\x87\x6a\x27\x75\x42\xc1\x67\x42\x77\x6a\x3d\x07\xb7\x8f\x1c\xcb\xc0\xe9\xf5\x6f\x2a\xa1\x4e\x1a\x80\xfc\xa2\xd3\xd0\x49\x0d\xd7\xb3\x27\xc3\x81\xdc\x4a\x76\x96\x01\x45\x13\x6e\xee\x18\x27\x9e\xd8\xca\x1f\x1d\xc0\x53\xac\xda\xd9\xd7\x4e\xb6\xc5\x13\xa3\xae\x5b\xd1\xea\xe2\x55\x8b\xbf\x6f\x70\x0f\xaa\xf8\xb1\x17\x7b\x82\xce\x24\x56\xb1\x0a\xe1\x1b\x87\xa3\x5b\x80\x13\x7b\x85\xd7\xfb\x59\x2f\x4f\xa3\x76\xd5\x75\x6b\x50\x1e\x4a\x41\x61\x14\x5b\xa3\xf7\x20\xa4\x44\x8a\x1d\xbd\xc4\x78\x87\xf6\xa2\xbb\xb3\xb9\x5f\x09\x4d\x78\x7f\x7e\x76\x38\xcc\xba\x40\xdc\xb6\x33\xfc\x54\x2c\x3a\xa5\x41\xfe\x61\x3d\x9c\x16\x3b\x11\x27\xf2\xae\x91\x3e\xda\xbb\x0b\xc7\x79\xa6\x78\x8d\x07\xda\x1b\x09\x4b\x6b\x37\x1b\xc4\x9a\xb3\xbe\x37\x75\xb2\x56\x7e\x32\x85\x0a\x05\x03\xce\x0d\x0d\x44\x38\x63\xb7\x85\xd0\xd4\xe4\x1d\x8a\xaa\xaf\x88\xf3\x23\xc3\x58\xf5\x8c\xbc\xf0\xb8\xe0\x06\xf3\x68\xde\x18\xfc\xc3\x77\xc9\x93\x4c\x3c\x61\x60\xd2\xed\x31\xe9\xe6\x51\xa2\xe4\x05\x66\xeb\x6c\x0a\xff\x46\x66\x96\xaf\xb4\x6d\x8a\xf3\x2c\x5c\x10\x79\xbb\xe1\xf3\x09\x41\x2d\x9c\x57\xb2\xd1\xc2\x75\xc1\x68\xb5\x1c\x8f\xd2\x76\xd7\xc5\x8e\xb8\x8f\x4a\xd6\x95\xed\x58\x6f\xb6\xb3\x6e\x43\xfd\x61\xf3\x68\x59\xd8\x68\x21\x96\xf2\xf2\x9b\xab\x87\xff\xa7\x0e\xbf\x89\xd9\xd7\x75\xa5\xfe\xae\xda\x9a\x27\x52\xe3\x43\x2b\x7d\x3d\x08\x1f\x65\x48\xa7\x6f\x36\xe8\x5b\x04\x1e\xf8\x78\xb6\x9c\x5a\x12\x36\x7e\x24\x75\xee\xd0\x6d\x4f\x7c\xc5\xe0\x03\xc1\xc0\x80\xb8\x56\x7f\x48\x47\xb1\xd8\xf0\x18\x8b\x59\x46\xe8\x93\x4f\x23\xcf\x93\xaf\x2b\xc9\x67\x12\x0e\x4e\xb8\xba\x0b\xa4\x3c\x1b\x79\xa9\x15\x79\x34\xb3\xd6\x84\x45\x7e\x75\x71\x75\xd9\x83\x74\x8b\x6b\x45\xde\xed\x5f\x2b\x62\x88\xef\xa4\x30\x21\x5d\x8f\x90\x72\xad\xd8\xac\x88\x72\x33\x6a\x05\x53\xb7\xdb\xde\xf8\xb2\x28\x54\xbc\x64\xe1\xe1\xfd\x92\xc9\xfb\x08\xc6\xe1\xfd\xc0\xdf\x0e\x07\x70\x81\x0a\x7c\x61\xf5\x2c\x7c\xf7\x1a\xf5\xd3\xe1\xb7\x6e\x83\x5f\xeb\x56\xfd\xeb\x8f\x77\x1d\xf1\xa2\x69\x7b\x20\x6a\x5c\x4b\xc3\xc0\x14\xd6\x13\xd8\x20\x0c\x95\xd8\x87\xcb\x29\xbd\x1d\xae\x28\x0d\x69\x6b\x37\x4d\x0d\x8a\xa8\x41\x02\x6b\x80\x6c\x85\xf0\xbe\xff\x5a\xc4\xda\x9b\x9a\x86\x1b\xc8\xc2\x50\x77\xff\x35\xf9\x68\x0d\x4e\xd2\x37\xaf\x82\x01\xe9\x1d\x64\xdc\x9c\xc6\xd7\x92\xdd\xc1\x26\xd8\x37\x7a\xd3\x9f\xb9\x26\x97\x93\xb3\xff\x06\x00\x00\xff\xff\x37\x97\x86\x34\x61\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 a2e8f37c2..573051d40 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.18.0 + image: docker.io/fluxcd/flux:1.19.0 imagePullPolicy: IfNotPresent resources: requests: