You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add support to set the maximum number of pods that can be unavailable during a DaemonSet rolling update using new input max_unavailable. Accepts absolute number or percentage (e.g., '1' or '10%'). (#158) (66382e3)
Added support to use image SHA instead of image tag. The default will now use SHA instead of tag. A new input logs_agent_init_image_version was added to differentiate between the initContainer image and the main container image (which is passed with logs_agent_image_version) (#154) (38c0187)
Added support for Log filtering (using new input log_filters) and support for enabling annotation filtering (using new input enable_annotations) (#152) (c1574ad)
improve DA user experience - update catalog content - modify IAM permissions listed for DA - update reference architecture diagram - added a new input variable provider_visibility - update DA readme and DA docs (#118) (ae96404)