Dominik Wombacher
Dominik Wombacher
@sanjeevgopal release v1.7.0 supports RHEL 9. The GitHub pre-release is mentioned here: https://github.com/aws/aws-codedeploy-agent/releases/tag/1.7.0-1 Announcement of the release: https://github.com/aws/aws-codedeploy-agent/issues/388 Also mentioned in the official AWS documentation: https://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent.html#codedeploy-agent-supported-operating-systems-ec2 I just did a...
@joshmeranda backport of the `rancher-logging` PR for logging sa annotation support as discussed by mail. My understanding of https://github.com/rancher/charts/tree/dev-v2.9?tab=readme-ov-file#versioning-charts is that the `patch` version has to be bumped as part...
@nicholasSUSE thanks for approving, is anything else required from me to merge the PR? I see that https://github.com/rancher/charts/pull/3731 cause a conflict now. Taking a look into the related issue https://github.com/rancher/rancher/issues/44727...
> While not the exact AMI you're using, we've had success with unit tests on AL2023, which is similar to FC34/35, with Openssl 3.0.x. I was unable to repro this...
I did a build with `-DCMAKE_BUILD_TYPE=RelwithDebInfo` [rhel9_relwithdebinfo_builder-live.log.gz](https://github.com/aws/s2n-tls/files/15347011/rhel9_relwithdebinfo_builder-live.log.gz) and `-DCMAKE_BUILD_TYPE=Debug` [rhel9_debug_builder-live.log.gz](https://github.com/aws/s2n-tls/files/15347012/rhel9_debug_builder-live.log.gz) on RHEL9. Both times the same tests failed again with the `untrusted certification` issues. I had another idea but it's...
> Your guess about the issue being a SHA1 signature algorithm is a good one. The failing tests use a certificate which uses sha1WithRSAEncryption as its signature algorithm. > >...
As mentioned in #105 by @matthijskooijman - [comment](https://github.com/poljar/weechat-matrix/issues/105#issuecomment-527431021) - creating a "activate_this.py" file in the bin folder of a Python3 venv is actually a functional workaround. The similar approach was...