* Mon Sep 30 2024 fredrik.lonnegren@suse.com
- Update to version 0.3.9:
* Properly install grep and kubectl into the SUC image (#196)
* Add default fallback values (`/opt/rke2/bin`, `/opt/bin`) to the PATH if `/usr/local/bin` is read-only (#195)
* use bci-base to run zypper then layer the result onto bci-micro (#194)
* Change base images to `bci-micro` (#169)
* Add CATTLE_AGENT_FALLBACK_PATH
* Fix if statement in install.sh
* bump Go version to 1.22, kube-related modules to v0.29.7 to eliminate CVEs
* Update module github.com/rancher/wharfie to v0.6.6
* Mon Aug 12 2024 kkaempf@suse.de
- Update to version 0.3.7:
* Add support for CATTLE_AGENT_VAR_DIR in suc plan
* add the step for creating GH release, and fix typo in filename
* Migrate from Drone to GitHub Action
* Version bump for Alpine and Kubectl
* Add support for CATTLE_AGENT_STRICT_VERIFY|STRICT_VERIFY environment variables to ensure kubeconfig CA data is valid (#171)
* Fri Apr 12 2024 fredrik.lonnegren@suse.com
- Update to version 0.3.6:
* Update Go to 1.21 and deps for k8s 1.27 (#152)
* Apply suggestions from code review
* Cleanup and exit if cannot download valid connection info.
* Thu Mar 14 2024 kkaempf@suse.com
- Update to version 0.3.5:
* Add interlocks to ensure operations are not interrupted (#150)
* Update module github.com/google/go-containerregistry to v0.16.1
* Update module github.com/rancher/wharfie to v0.6.2
* Update module github.com/urfave/cli/v2 to v2.25.7
* Update module github.com/sirupsen/logrus to v1.9.3
* Update plugins/manifest Docker tag to v1.4.0
* Update module golang.org/x/sync to v0.3.0
* Update dependency golangci/golangci-lint to v1.54.2
* Update alpine Docker tag to v3.18.3
* Update module github.com/mattn/go-colorable to v0.1.13
* Fri Feb 23 2024 kkaempf@suse.com
- bump go to 1.21 or later (SURE-7072)
* Mon Feb 19 2024 kkaempf@suse.com
- Update to version 0.3.4:
* Add initial Renovate configuration (#117)
* bump docker version and go deps to fix CVEs
* Fix repeated time parse error on probes that have not yet run successfully
- switched _service from 'disabled' to 'manual'
* Mon Sep 25 2023 dcassany@suse.com
- Remove the systemd unit file as this is now included as part of
elemental package
* Tue Jul 18 2023 kkaempf@suse.com
- Fix .spec to build and install on non-SUSE distributions
* Mon Jul 17 2023 kkaempf@suse.com
- Update to version 0.3.3:
* Add CATTLE_AGENT_ATTEMPT_NUMBER environment variable that corresponds to failure count for K8s plan application (#115)
* Retry update with latest secret if plan still matches the applied plan (#114)
* Add support for transactional-update based systems (#105)
* Add error handling logic that handles edge cases to force the system-agent to restart if we encounter non-transient errors. Disallow the K8s watcher from manipulating a secret when the UID changes. (#112)
* Update CODEOWNERS
* Add CODEOWNERS
* Update wrangler to v1.1.0
* Wed Apr 12 2023 kkaempf@suse.com
- Update to version 0.3.2:
* Convert uname aarch64 to k8s arm64 before downloading kubectl
* Only try to get the client version with kubectl
* Make curl fail on non 2xx codes
* Use `kubectl version` to make sure the downloaded binary works