Commit Graph

11 Commits

Author SHA1 Message Date
Brad Davidson 355252512c Migrate CRD generation to controller-gen
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2025-06-30 17:07:33 -07:00
Brad Davidson 61d715d07a Re-add arm support and fix target arch for non-amd64 platforms
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2024-09-25 17:31:04 -07:00
Brad Davidson ac09a00de7 Fix image tag
Workflow is triggered on tag, not release, so we can't use
release.tag_name. Also, need to use TARGETARCH instead of ARCH for
multiplatform builds.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2024-09-25 17:31:04 -07:00
Sheogorath 097fe71742 fix: Drop unneeded reorder surpression
This patch drops the deprecated flag for output reordering. This causes
the output to be ordered properly instead of following the order of the
resource list.

References:
https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/sortoptions/#legacy-sorting
2024-03-07 23:29:40 -08:00
Brad Davidson bc2daa5002 Add CRD manifest as build artifact
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2022-03-03 09:35:36 -08:00
Jacob Blain Christen 36d625e383 prepare for v0.4.0
Fixes #51
2020-03-25 00:00:49 -07:00
Jacob Blain Christen b53bd3bac0 testing: sonobuoy plugin for e2e testing
- includes removal of controller serviceAccountName references and envvar
- image tarballs a la `docker save` are added to dist/artifacts
- sonobuoy plugin yaml added to dist/artifacts
- introduces e2e-tests tag suffix image that can be used for the sonobuoy plugin
2020-02-10 10:45:39 -07:00
Jacob Blain Christen 64e51c9fa5 testing: unit tests leveraging ginkgo and gomega 2020-02-04 09:48:27 -07:00
Jacob Blain Christen 82b6733a94 updated build scripts enabling automatic publishing of binaries 2020-01-30 12:34:07 -07:00
Jacob Blain Christen 0e77c79550 secrets support
- Add `secrets` references to **Plan** spec. Changes in referenced `secrets` can trigger re-application of a **Plans**.
- The label that a **Plan** places on an applied `node` is no longer the `status.latestVersion` but is instead a sha224 digest of `status.latestVersion` and the key-order-value(s) of each secret's `data` in the order each `secret` is specified. This value is represented as `status.latestHash`
2020-01-29 13:55:38 -07:00
Jacob Blain Christen 968cf52541 initial commit 2020-01-05 22:46:52 -07:00