BREAKING CHANGES
Spin Operator v0.4.0 introduces a breaking API change. The SpinApp
and SpinAppExecutor
are moving from the spinoperator.dev
to spinkube.dev
domains. This is a breaking change and therefore requires a re-install of the Spin Operator when upgrading to v0.4.0.
If you are upgrading from v0.3.0 to v0.4.0, read this guide: https://www.spinkube.dev/docs/misc/upgrading-to-v0.4.0/
What's Changed
- Bump helm chart versions to v0.3.0 by @calebschoepp in #311
- add release process by @bacongobbler in #312
- helm: fix generated chart RBAC by @endocrimes in #313
- First take at getting spintainer working by @calebschoepp in #278
- operator deployments: Only run on supported architectures by @endocrimes in #318
- Support runtime config in the spintainer executor by @calebschoepp in #320
- Spelling by @jsoref in #324
- feat: support only running a subset of components of a Spin app by @kate-goldenring in #323
- ref(Dockerfile): Fix linting issue by @calebschoepp in #335
- Update the domain from 'spinoperator.dev' to 'spinkube.dev' by @calebschoepp in #322
- Add selective deployment to Spintainer executor by @kate-goldenring in #339
- fix: selective deployment app domain by @kate-goldenring in #341
- Component filtering e2e test by @kate-goldenring in #328
- Spintainer selective deployment test by @kate-goldenring in #340
- Bumped controller tools version in Makefile. by @calebschoepp in #343
- fix(ci): Potential fix for sample apps failing to build by @calebschoepp in #337
- fix(apps): Fix salutation app build command to run properly in CI by @calebschoepp in #344
- Fix main attempt 1 by @bacongobbler in #345
New Contributors
- @jsoref made their first contribution in #324
- @kate-goldenring made their first contribution in #323
Full Changelog: v0.3.0...v0.4.0