Releases: spacelift-io/spacelift-operator
Releases · spacelift-io/spacelift-operator
v0.2.0
Installation
The latest container image can be found at public.ecr.aws/spacelift/spacelift-operator:v0.2.0
, and the latest set of manifests can be found at https://downloads.spacelift.io/spacelift-operator/v0.2.0/manifests.yaml.
To install the controller, run the following command:
kubectl apply -f https://downloads.spacelift.io/spacelift-operator/v0.2.0/manifests.yaml
Changelog
v0.1.0
Installation
The latest container image can be found at public.ecr.aws/spacelift/spacelift-operator:v0.1.0
, and the latest set of manifests can be found at https://downloads.spacelift.io/spacelift-operator/v0.1.0/manifests.yaml.
To install the controller, run the following command:
kubectl apply -f https://downloads.spacelift.io/spacelift-operator/v0.1.0/manifests.yaml
Changelog
- 3eeb173 Add SpaceReconciler (#27)
- 5c6ec87 Add
Spacelift-Client-Type
header to GraphQL client (#23) - 4a80cbd Clean up docs, add contributing doc, add license (#36)
- 6cbbe6d Create Spacelift client (#5)
- 3768c9d Create stack (#10)
- 0cc4f9f Initial commit
- b8a3d7b Make
manageStateFile
true by default, plus README adjustments (#18) - f30a843 Merge pull request #2 from spacelift-io/feat/scaffold_project
- 3e94b53 Merge pull request #3 from spacelift-io/chore/add_ci
- f91b74a Merge pull request #4 from spacelift-io/feat/add_run_controller
- 3fb2d86 Merge pull request #6 from spacelift-io/feat/add_run_controller_tests
- b56dc4d Merge pull request #7 from spacelift-io/CU-8693y86jm-scaffolding-for-stack
- 5b53cde Release flow (#32)
- ec2268e Scaffolding for Stack
- 53c1251 Simplify stack CRD (#19)
- 38e5547 Sync space and stack creation (#30)
- 0a9a478 Update YAML configs for Spaces (#34)
- ef90449 Update client to handle session removal (#15)
- bfb881e Update stack (#14)
- 56e7473 add manifests
- 49ac942 feat(CU-8694k863g): add context controller (#31)
- a16c83e feat(CU-8694n3ec4): add policy controller (#33)
- d41a0d6 feat: add Run CRD
- b9378de feat: add argo external link (#9)
- 6b78dc1 feat: add basic run controller
- f880d38 feat: add docker push
- 74c4c84 feat: add helmify (#43)
- a1e2531 feat: add make controller-manifests target
- 7434b15 feat: add ready status and retry on run when stack not ready (#13)
- dd07c0b feat: add run controller tests
- 11a452c feat: add run creation and poll for status (#8)
- 29eb40e feat: allow to configure AWS integration (#12)
- 18fb67c feat: allow to dynamically reload spacelift credentials from secret (#49)
- 62aab38 feat: create secrets from stack outputs after run (#11)
- 8cb5ed8 fix(CU-869448adv): stack spec mutates on creation (#17)
- ef41683 fix: add docker login
- 90c3e28 fix: add missing logs (#38)
- 534e675 fix: allow to read secrets
- 68bd090 fix: command to run in the manifest
- 4e8f184 fix: disable debug log level for retry messages (#46)
- 6569b1d fix: disable metrics server in tests (#29)
- f8dc64b fix: gh permissions
- 8f0a18d fix: handle aws integration attach/detach on stack update (#47)
- f64ccc7 fix: inconsistent field names (#42)
- 47593e5 fix: make
spec.name
optional (#40) - a761ed9 fix: makes sure all resource sample work together (#37)
- 06ab3b3 fix: only push docker on main branch
- 9964082 fix: outdated samples after update (#44)
- 45a2f25 fix: policy description was not updated (#45)
- ac934fb fix: remove useless
settings
nesting in stack (#39) - accca15 fix: retry failed updates (#48)
- 86f3408 fix: run never triggered (#21)
- b27ccae fix: simplify CI tests (#25)
- 01c5762 fix: vcs namespace can contains slashed on azure devops (#20)