Bevan Arps

Results 93 issues of Bevan Arps

For the Beta-0 release, @matthchr manually tested that resources deployed with Alpha-5 would correctly operate with the new release. We should automate these tests so that we can ensure we...

new-feature

A bunch of issues to consider here, including: * How do we recover from a failed upgrade? Do we try the upgrade again or can we revert to an earlier...

P0

Instead of blithely installing all custom resource definitions (CRDs) when the operator is deployed, we should have an approach that allows users to install only the CRDs they need. This...

**Describe the bug** Attempting to redirect the log output from `generator` to a file does not work. **To Reproduce** Steps to reproduce the behavior: `.\generator.exe -v 3 --log_file log.txt gen-types...

bug

We are starting to introduce selected handwritten custom resources, ones that can't be generated as they are not ARM resources; these don't currently show up in our generated documentation of...

new-feature

We should cover various corner cases being able to inject certain failures. Some of this should be achievable using our existing envtest + recording framework and some may need some...

test
new-feature

**Describe the current behavior** A common error is to fail to update our git submodules after doing a pull, which can result in the local working folder being stale. This...

task

Or, phrased another way, how old an installation of the service operator would we expect to seamlessly upgrade to a new installation? This plays into the time/version horizon we adopt...

**Describe the current behavior** During run of the code generator, we get warnings about unsupported property formats: ``` W0919 10:16:53.861756 37696 jsonast.go:339] unknown format "base64url" W0919 10:16:53.908731 37696 jsonast.go:339] unknown...

good-first-issue

**Describe the current behavior** We're currently using a version of the GitHub action that's due to be deprecated: ``` Warning: CodeQL Action v1 will be deprecated on December 7th, 2022....

task