Skip to content

Latest commit

 

History

History
139 lines (96 loc) · 5.08 KB

CHANGELOG.md

File metadata and controls

139 lines (96 loc) · 5.08 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.1.1]

Added

[2.1.0]

Added

  • Support for darwin-amd64 and darwin-arm64 platforms. #74 from @runlevel5

[2.0.5]

Added

[2.0.4]

Added

  • Glob support in path configuration. #62 from @worxli

[2.0.3]

Fixed

  • Get the appropriate version of binary based on what is specified in plugin configuration

[2.0.2]

#49 from @adikari

Added

  • Download the latest version of binary if plugin version is not specified
  • Log plugin binary version

[2.0.1]

Fixed

  • Incorrect binary path to download and docker service name commit from @adikari

[2.0.0]

Changed

[1.3.2] - 2021-03-10

Added

...
   command: "echo $MESSAGE"
   env:
       MESSAGE: hello world
...

[1.3.1] - 2021-02-19

Added

  • Ability to pass artificates configuration #41 from @worxli
config:
   ...
   artifacts:
     - "logs/*"

Fixed

[1.3.0] - 2020-02-19

Added

Changed

  • Extend command support with label and queues #33 from @worxli
steps:
  - label: "Deploying frontends"
    plugins:
      - chronotc/monorepo-diff#v1.3.0:
          diff: "git diff --name-only HEAD~1"
          watch:
            - path: "react/"
              config:
                command: "netlify --production deploy"
                label: ":netlify: Deploy to production"
                agents:
                  queue: "deploy"

[1.2.0] - 2020-08-16

Added

- chronotc/monorepo-diff#v1.2.0:
          diff: "git diff --name-only $(head -n 1 last_successful_build)"
          watch:
            - path:
                - "ops/terraform/"
                - "ops/templates/terraform/"
              config:
                command: "buildkite-agent pipeline upload ops/.buildkite/pipeline.yml"

[1.1.1] - 2019-05-21

Fixed

[1.1.0] - 2019-02-19

Added

  • Ability to watch multiple paths and trigger a single pipeline #10 from @elliott-davis

Changed

  • Updated examples to be consistent with recommended Buildkite plugin syntax #11 from @harrietgrace

[1.0.0] - 2018-10-04

Added