Skip to content

copilot-cli: Release v1.17.0

Compare
Choose a tag to compare
@huanjani huanjani released this 12 Apr 16:02
1fdcfc0

⚡️ Features and enhancements

  • Support tracing for Request-Driven Web Services (#3440)

    You can now update the manifest file for Request-Driven Web Services to use AWS X-Ray with your instrumented AWS App Runner workloads for end-to-end analysis, debugging, and diagnosis:

    # Enable tracing for the service.
    observability:
      tracing: awsxray
  • Allow disabling of Scheduled Jobs (#3447)

    Easily toggle your Scheduled Job off by setting your schedule to "none" in your manifest, disabling the event rule.

    on:
      schedule: "none"
  • Increase visibility of progress trackers (#3430 & #3432)

    With more resources surfaced, you have a finer-grained look at which resources Copilot is handling under the hood.

🐛 Bug Fixes

  • Remove color formatting of suggested pipeline names (#3437)

    This allows default pipeline names to pass validation consistently.

❤️ Contributions

Thank you, contributors!