Max Arnold

Results 81 comments of Max Arnold

Things that seem useful to keep in core (esp. sqlite modules, nacl modules, pkg runner, aptpkg/denconfmod states, rsync state): ``` engines: stalekey.py

A question for everyone: What additional communication channels (besides the SEP process, Open Hour meetings, blog posts, Slack/Discord community. Github issues) the Salt Core team should have used to inform...

I think this might be not backward compatible, because `utcnow()` returns a naive datetime, and `now(tz=datetime.UTC)` returns a timezone-aware one.

Could this unported PR potentially solve the issue? https://github.com/saltstack/salt/pull/51629

@oeuftete You might want to test this patch https://github.com/saltstack/salt/pull/66007

@austinpapp @mattp- I think you might want to review and test this PR (it is based on one of your pre-Neon patches)

@dwoz I never used this feature, just stumbled upon it while testing #66007. Apparently, parallel runners were introduced in v2018.2: https://github.com/saltstack/salt/pull/39670