Releases: Liftric/octopus-deploy-plugin
Releases · Liftric/octopus-deploy-plugin
2.0.0
- Converted Extension properties to use Gradle's Property API, allowing for lazy and on-demand configuration
- Refactored tasks to use Gradle's input/output annotations consistently
- Implemented Gradle's convention mapping for default values
- Added explicit task dependencies using dependsOn and mustRunAfter for proper task ordering
- Updated Dependencies
- Updated Gradle
- Fixed smaller things related to stricter gradle rules after gradle update
Breaking Changes:
- Extension Import Path changed
- Converted Extension properties to use Gradle's Property API, allowing for lazy and on-demand configuration
1.8.0
Highlights:
- CreateReleaseTask:
octo create-release
from gradle - CreateBuildInformationMarkdownTask: For the
octo create-release
--releaseNotes=
parameter which supports markdown.
What's Changed
- Feature/manual release by @Ingwersaft in #12
Full Changelog: 1.7.1...1.8.0
1.8.0-alpha-5
- pre-release of new CreateBuildInformationMarkdownTask and CreateReleaseTask
- bugfix: octopus api Task properties may be nullable
- feat(octopus/tasks): quote params which might contain blanks
1.8.0-alpha-4
- pre-release of new CreateBuildInformationMarkdownTask and CreateReleaseTask
- bugfix: octopus api Task properties may be nullable
1.8.0-alpha-3
- pre-release of new CreateBuildInformationMarkdownTask and CreateReleaseTask
- bugfix octopus api Task.startTime is nullable
1.8.0-alpha-2
pre-release of new CreateBuildInformationMarkdownTask and CreateReleaseTask
1.7.1
1.7.0
What's Changed
- feat(build): upgrade gradle, plugins, and dependencies by @Refizul3399 in #9
New Contributors
- @Refizul3399 made their first contribution in #9
Full Changelog: 1.6.1...1.7.0
1.6.1
- add workaround for dotnet runtime issue
If uploadBuildInformation
or uploadPackage
failed with the following error code:
octo build-information returned non-zero exitCode: 159
this is the fix for you