Dave Greene
Dave Greene
We should add something that allows us to check if there's a new release when Awsaml starts and if so, offers the ability to upgrade to the newest version.
`chef_handler` [v3.0.0](https://github.com/chef-cookbooks/chef_handler/tree/v3.0.0) was released earlier today and breaks the `dd-handler` recipe. ``` ================================================================================ Error executing action `enable` on resource 'chef_handler[Chef::Handler::Datadog]' ================================================================================ NoMethodError ------------- No resource or method named `unregister_handler' for...
Currently this error is returned from the update server if arch is provided as `universal`: ``` Unsupported platform: "darwin-universal". Supported: darwin-x64, darwin-arm64, win32-x64, win32-ia32, win32-arm64. ``` This happens even though...
Currently the feed URL is constructed from [`process.arch`](https://github.com/electron/update-electron-app/blob/master/index.js#L39C68-L39C68) which doesn't offer any insight into how the app that's calling it is built. I'm not sure it's possible for the running...
Getting the following: ``` An error occured performing task Cleanerup Launch Configurations. delete_launch_configuration({"launch_configuration_name":"******"}): Rate exceeded ``` Much like convection, we need to introduce an artificial delay in API calls so...
# Description Currently, running the `convection diff` command does not validate the template for a given stack and can suppress errors that come up when converging. It would be nice...