Skip to content

v0.198.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 23:04
43bed86

Bug Fixes

  • ALBs: ensure ALB listener actions are passed to Orca in the correct order (7471577)
  • api: remove irrelivant constraint state (cbee30a)
  • config: actually ignoring the raw config in the diff... (c23764a)
  • config: created a separate endpoint for reading configs from gate (3d902ba)
  • config: exclude raw config in diff (12617c9)
  • config: reverted the new raw upsert endpoint, and moved it to a separate url (a126cfe)
  • config: trim leading quotes coming from gate (3f4d3b9)
  • constraints: do not allow deploys for the hour following the end of the window (abed5e7)
  • constraints: only call plugin to reevaluate if it wants it (#1971) (2f2b7a9)
  • dgs: replace strings with consts in mutation definitions (0b2b93c)
  • ec2: increment image tag launch metric (#1974) (aefe2d3)
  • ec2: parse ALB moniker properly (a2ffa2e)
  • imageservice: remove hardcoded account name (#1967) (7065b78)
  • mj: add auth to slack callback for judgement (8635f0c)
  • mj: add feature flag to disable authz on mj slack interactions (c9619e1)
  • mj: enable authz by default (67a2cb1)
  • pr: add comments (589686d)
  • pr: add missing dep (13b7614)
  • pr: add unit test (6691bc9)
  • pr: don't get image info from action repo (87d0219)
  • pr: make container runner precondition fail message more meaningufl (a52882d)
  • pr: remove unneeded get (1f103e9)
  • pr: set the action endedAt time (590ab4b)
  • pr: typo in comment (1710281)
  • pr: update tests (9deeaa8)
  • pr: use a constant instead of a getter (5034b46)
  • preview-environments: Enforce max name length restriction on preview env resources (c511422)
  • preview-environments: Fix dependency renames (12c5f4c)
  • preview-envs: Account for empty moniker stack in resource renaming (887231f)
  • preview-envs: Add implicit constraint to match preview environment and artifact branches (03d033b)
  • preview-envs: Fix formula for resource name truncation (f412e35)
  • scm: Replace use of all-application cache with application search (181bc3e)
  • titus: add scaleInCooldown and scaleOutCooldown to scaling policy config for Titus (6b70112)
  • titus: add scaleInCooldown and scaleOutCooldown to scaling policy equals/hashCode (d2ddcc9)
  • titus: correct property names passed to Orca (15c6d6e)
  • titus: put scaleInCooldown and scaleOutCooldown in the right place in the Orca call (f385fd4)
  • yaml: allow for YAML containing anchors & aliases (8f2fc7c)

Features

  • config: auto dismissal of delivery config notifications (9211549)
  • config: fix validation + validate config in event listeners (8037dcc)
  • constraints: include actual and max deploy counts in constraint attributes (90f10bc)
  • constraints: optionally limit max deploys in a window (5713e7a)
  • core: Store the raw delivery config in DB (c11eeca)
  • dgs: added auth to queries and mutations (#1982) (43bed86)
  • git: added a new mutation to toggle the git integration (5bd6209)
  • preview-environments: Filter artifact versions for preview environments to match branch (4b6ba95)
  • preview-envs: Omit post-deploy actions when creating preview environments (eab47ab)
  • scaling: automatically add a AutoScalingGroupName dimension to Titus target tracking policies (#1976) (1129967)
  • scm: Add author metadata to code events (f2c44cb)
  • tagging: add a post deploy tag-ami option (b39fcca)