Michael Tarng
Michael Tarng
**As a:** Bedrock CLI user with a gitops workflow deployed **I want:** To be able to add an external to my cluster via the CLI and have the lifecycle pipeline...
**As a:** Developer/Test runner **I want:** To be able to test my ring deployments via the smoke test. - [x] Requires #805 The smoke test should: - [x] Extend tests...
**Topic:** The current assumption of: "A service's build pipeline definition (its `build-update-hld.yaml` file) only needs to exist in a single branch and can be configured to trigger off any branch."...
**Topic:** Following the first workload guide and documentation, we have to create a SP to assign to a cluster. **Question:** Could we instead use the output from a SystemAssigned identity?...
**As a:** SPK User **I want:** To be able to remove rings and services via spk and pipelines **So that:** I don't have to manually remove them and worry about...
**As a:** spk user **I want:** to be able to add or remove rings to my project via an spk cli command **So that:** I can manage my rings **Describe...
**As a:** spk user **I want:** spk generated artifacts to be pinned/versioned, where possible **So that:** I can ensure future stability if I use a version of `spk` that has...
**As a:** Developer **I want:** spk validation smoke tests to also validate using config files and not just using flags **So that:** I can be confident that config values are...
**As a:** spk tester **I want:** a integration test that tests a project with a service in the project root directory **So that:** I can be sure changes do not...
**Describe the bug:** When calling `fab add` it excludes `type: component` at the top level of the `component.yaml`. Subsequently, if you run the same command again, `type:component` will be added...