Please see the releases page for changelogs.
- Updated snakeyaml to a secure version
- Upgrade all dependencies to latest, patched versions
- use newer openjdk Dojo image kudulab/openjdk-dojo:1.4.1
- whitelist to includes rename, blacklist to ignore
- V3 capabilities API implementation
- Support
includes
in the JSON input for pipeline export. Related to: gocd/gocd#8266 - Fix for pipeline export with multiple materials without name, #144
- Added support for
ignore_for_scheduling
to dependency materials. Updated README with changes in new Format Versions. - Updated library dependencies
- updated README documenting
allow_only_on_success
attribute for approval in stages
Release deleted.
- Adding endpoint that lists config files for the given directory
- updated README and tests to support credentials attributes in materials
- switch build system to use open source openjdk-dojo image #17574
- remove docker image from this repo, use new image with gocd-cli
- Add support for
display_order
at pipeline level #114
- fixes export of external artifacts
- automate releases and version bump
- support nested lists of stages #95
- added syntax to configure new scms #109
- Changed JSON keys returned by
get-capabilities
call - Changed JSON structure returned by
parse-content
call - Implemented a new
get-icon
call that will return the icon for this plugin
- return json from CLI command
- Add export content metadata
- Fix plugin settings request and implement handler for plugin config change notification
- Added support for
parse-content
.
- accept stdin input in cli tool
- adds CLI for syntax checking
- adds docker image with the CLI to releases
- added inverse transforms and config-repo 2.0 API support
- updated to gradle 4.10.2
- introduces
format_version: 3
and external fetch task
- fix ability to set custom file pattern per configuration repository
- switch to EsotericSoftware's yamlbeans
- adds support for referencing templates and specifying parameters
- adds better support for YAML aliases
- introduces format_version field, with future work for v2 format
- new release build tasks
- added configrepo material type
- added p4 material type support
- fixed IO error reporting
- added elastic_profile_id in job
- added validation of duplicate keys
- added optional
timeout
field to job
Initial release.