Joe Groocock

Results 158 comments of Joe Groocock

https://github.com/home-assistant/core/blob/a59460a23336627d0bc12b1eefffdaa516e55e87/homeassistant/util/ssl.py#L19-L46 This code needs updating as per the Mozilla spec

I'd be happy to. Note that this change would disable TLS1.2 for anyone not changing the default `ssl_profile` option, which I'm assuming is the vast majority of users. I don't...

If we were to produce a warning, the only real suggestion that could be made would be to downgrade the profile to the intermediate and significantly less secure option. Could...

@garethgreenaway I'm not sure this is related to any specific SLS configuration, but I will try to dig out a short series of states that execute in our state graph...

It seems that v3004 is unaffected, so this must be a regression somehow. I am seeing `[ERROR ] Recursive requisite found` when enabling `state_aggregate: true`, even on 3004 (with c9a6217fb73ccdbf1cfb80befb4c35df3b64af5c...

Here is a simple reproducer that causes the `Recursive requisite found` error on 3004 with the backport applied ``` local: ---------- ID: git Function: pkg.installed Result: False Comment: Recursive requisite...

> due to recursive requisites since your `pkg.installed` states will be aggregated to both require `/tmp/foo` and be required in `/tmp/foo` So this is precisely the problem that my example...

I can confirm that the patch above certainly improves the situation reducing the 64 minute pause after the `ntp.service` state to _just_ 3 minutes. Whilst still not ideal, that's near/within...

So I tried out the attached PR a few weeks ago (sorry about the silence, I've been busy with other things, including trying to get v3005 to work) In my...

I'm also hitting this test failure with v3005rc1 on Debian Bullseye with these dependencies installed Expand me.. python3, python3-apt, python3-attr (>= 19.1), python3-augeas, python3-boto, python3-boto3, python3-cheetah, python3-cherrypy3, python3-consul, python3-croniter, python3-dateutil,...