OctopusDeploy / Library

| Public | A repository of step templates and other community-contributed extensions to Octopus Deploy
Other
171 stars 504 forks source link

Fixing mongodb extension selection #1381

Closed twerthi closed 1 year ago

twerthi commented 1 year ago

Background

When dynamically downloading liquibase, the mongodb jar extension was hardcoded to v1.0.0, which had a bug in it on the latest version of Liquibase. I've updated it to query the versions available and select the highest.

Results

It now selects the highest version of the mongodb liquibase extension, which fixes the bug mentioned above.

Before

After

Pre-requisites

Fixes # . If there is an open issue that this PR fixes add it here, otherwise just remove this line