github aws/copilot-cli v1.17.0
copilot-cli: Release v1.17.0

latest releases: v1.34.0, v1.33.4, v1.33.3...
2 years ago

⚡️ 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!

Don't miss a new copilot-cli release

NewReleases is sending notifications on new releases.