Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Releases: mibexsoftware/bamboo-plan-dsl-plugin

Update vulnerable dependencies

30 Apr 12:19
Compare
Choose a tag to compare
  • Update vulnerable snakeyaml dependency

Bug fix for SSH/SCP task

28 May 22:21
Compare
Choose a tag to compare

Bug fixes:

  • Unknown encrypted data format error when using SSH/SCP tasks

Bug fixes

22 Jun 12:18
Compare
Choose a tag to compare

Bug fixes:

  • Setting notification options on "Branches" doesn't work
  • Maintenance of existing notifications in deployment environments doesn't work
  • NPE when leaving out "keepBuildWithLabels" in YAML syntax
  • When using HipChat notification with YAML an IllegalArgumentException occurs
  • Artifact download for new plans is not always working properly

Bug fixes

01 Mar 22:37
Compare
Choose a tag to compare

Bug fixes:

  • Input validations are too restrictive for deployment project and environment names

Support for project and plan inheritance permissions

03 Nov 10:37
Compare
Choose a tag to compare

New Features:

  • Support project permissions introduced with Bamboo 6.2
  • Support plan permissions inheritance introduced with Bamboo 6.2

Bug fixes:

  • Bitbucket Cloud SCM together with shared credentials yields a NullPointerException

Support for new release versioning inheritance option and bug fixing

28 Aug 09:30
Compare
Choose a tag to compare

Bug fixes:

  • Compatibility issue with Bamboo 5.10 due to missing environment agent service

New features:

  • Support for the new Bamboo 6.1 option to inherit plan release versioning inheritance for branches

Improvements:

  • Improved custom plan branch referencing including debug logging in case of problems
  • Better error messages in case license problems occur

Custom misc options on job, repo option for BBS trigger and bug fixes

22 Aug 15:18
Compare
Choose a tag to compare

Bug fixes:

  • Improve plan lookup in artifact downloader task
  • Job requirements are not replaced when not-referenced option is set to DELETE
  • Setting auto branch management strategy for option "new plan branches with matching regex" does not work in Bamboo 6.0
  • Validation for inline scripts in seed task fails if one of the exported Bamboo objects is used
  • Improve mapping between branch and deployment project branch

New features:

  • Support custom misc options on job level
  • Option to specify the repos to use in Bitbucket Server Trigger

Support for agent assignments and Bamboo 6.1

25 Jul 13:24
Compare
Choose a tag to compare

Bug fixes:

  • Setting permissions in YAML does not work (#43)
  • Configuring e-mail notification type doesn't work
  • Configuring a job as disabled doesn't work when creating it for the first time (#46)
  • Custom notifications are not available in deployment project environments (#48)

New features:

  • Support agent assignments in deployment projects (#25)
  • Compatibility with Bamboo 6.1

Improvements:

  • When action=disabled, disable all the jobs instead of setting the stage to manual (#44)

Bug fix for YAML !markers without child elements

13 Jul 08:24
Compare
Choose a tag to compare

Bug fixes:

  • YAML !markers without child elements lead to " Can't construct a java object" exception

Bug fix release

07 Jul 09:35
Compare
Choose a tag to compare

Bug fixes:

  • Permissions in deployment projects and environments are not correctly set for "other users" group

New Features

  • Export of Bamboo's encryptionService to be used in DSL and YAML scripts

Improvements:

  • Improve debug logging in case of a transaction error
  • Improved error handling when missing checkout task in front of DSL task