Stephen Cuppett
Stephen Cuppett
I think this can now be handled by configuration in [AWS SDK for Go v2](https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/retries-timeouts/)
This may be resolved by https://github.com/linki/cloudformation-operator/pull/173
Yes, this is still the same with go 1.18 and the following SDK versions: github.com/aws/aws-sdk-go-v2 v1.16.2 github.com/aws/aws-sdk-go-v2/config v1.15.3 github.com/aws/aws-sdk-go-v2/service/cloudformation v1.20.3 github.com/aws/aws-sdk-go-v2/service/sts v1.16.3
Sure. What was the issue/error? Anything you want me to resolve? On Wed, Mar 30, 2022, 7:44 AM Enrico Stahn ***@***.***> wrote: > @cuppett Apologies, there was an issue with...
Oh, I see what's going on. It already has the binaries built (outside the container) and likely removes the go.mod file. Definitely don't want to build it twice. I can...
I think I see this as well in AWS. I have a zone with multiple, existing TXT entries on the root domain: ```json { "Name": "example.com.", "Type": "TXT", "TTL": 86400,...
I found this workaround: https://github.com/kubernetes-sigs/external-dns/issues/449#issuecomment-1211191200 Using a --text-prefix that helps disambiguate and separate these out, it creates predictability here (and a few more records).
FWIW, I may be seeing a similar version of this on Fedora with Podman. Server Version: 4.9.0 API Version: 1.41 Operating System: fedora Resolved Docker Host: unix:///run/user/1000/podman/podman.sock Resolved Docker Socket...
Added a few more commits to fix minor issues, bring in some of the dependabot changes and add PHP 8.3. Summary: * Removes deprecated vierbergenlars/php-semver in favor of composer/semver (adds...
@rennokki These tests are coming back clean. Revisiting this, I bumped a few other versions and dependencies. Added PHP 8.3, you may want to drop 8.1 since we had 8.0...