Cameron Boulton

Results 9 issues of Cameron Boulton

### What happened? Managed resource stopped reconciling with error event: ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning CannotInitializeManagedResource 29m (x19 over 19h) managed/queue.sqs.aws.crossplane.io cannot...

bug
docs
stale

According to GitHub's audit log, we haven't seen Organization Manager run against our repos in over 8 days. We tried reverting some configuration changes thinking that was breaking it but...

### Problem Statement JMESPath includes [sort_by()](https://jmespath.org/specification.html#sort) and [sort()](https://jmespath.org/specification.html#sort) built-in functions. It does _not_ however, include a way to retrieve unique entries / remove duplicates. ### Solution Description Add `unique()` and...

enhancement
JMESPath

We have a need for treating all releases within a single helmfile as atomic. Currently, we are using `atomic: true` such that EACH release is atomic: if a release fails,...

feature request

We have the use case of using `google-cas-issuer` outside of GKE but want to lean on GCP's Workload Identity instead of static Service Account credentials. We can achieve this by...

needs-rebase

#### Problem For VMs provided at https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ on the Vagrant "platform", the provided ZIP file does not meet the Vagrant box file format specification detailed here: https://www.vagrantup.com/docs/boxes/format.html Specifically, when using...

**What happened**: This is a strange one and I have tested many iterations of different kind CLI and image versions to isolate the breaking change. When creating a kind cluster...

kind/bug

Currently, `ImageUpdateAutomation` push configuration only supports discovery/inference of a `sourceRef.kind: GitRepository` from `GitRepository.spec.ref.branch`. See code here: https://github.com/fluxcd/image-automation-controller/blob/main/internal/source/git.go#L158-L161 Support should be expanded to handle `GitRepository.spec.ref.name` such as `refs/heads/main`. This is especially...

enhancement

**Bug Description** HTTPRoute Attachment/Acceptance Fails for ALL parentRefs when 1 or more is Reason: NoMatchingListenerHostname **Steps to Reproduce** - Step-by-step guide to reproduce the bug: - Create a Gateway with...