Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

Releases: OctopusDeployLabs/java-octopus-deploy

0.0.6

30 Dec 07:23
dd5df10

Choose a tag to compare

Features Added:

  • N/A

Bugs Resolved:

Known Issues:

  • N/A

0.0.5

18 Dec 21:16
2633ff5

Choose a tag to compare

Updates log4j to 2.17.0 to mitigate further vulnerabilities.

0.0.4

14 Dec 22:20
c87bcf1

Choose a tag to compare

0.0.3

11 Dec 00:36
4986620

Choose a tag to compare

VERSION 0.0.3

Features Added:

  • N/A

Bugs Resolved:

  • Updated Log4J dependency to address Dec 2021 RCE 0-Day exploit

Known Issues:

  • N/A

0.0.2

21 Oct 00:50
728c095

Choose a tag to compare

Features Added:

  • Implemented Repository pattern over models and 'Api' classes
  • Added examples module
  • Renamed packages to remove pluralisation where possible
  • Provide better exception types when server requests fail
  • Added 'getByIdOrName' for each resource type
  • Added CRUD operations for:
    • Channels
    • Lifecycles
    • Runbooks
    • Tenants
    • Tagsets
    • Tasks

Bugs Resolved:

  • N/A

Known Issues:

  • N/A

0.0.1

01 Oct 00:29
c139ace

Choose a tag to compare

Features Added:

  • Initial Release
    • Create build system
    • Configure automated github CI operations
    • Autogen model types from openapi spec (with manual modifications)
  • Connect to Octopus Server using HTTP (via proxy if needed)
  • Perform CRUD operations on
    • Spaces
    • Projects
    • ProjectGroup
    • Users
    • Api Keys
    • Releases
    • Deployments
    • BuildInformation
    • Environments
    • Packages
  • Push packages to server
  • Prototype ExecutionAPI
  • Provide test-support module to support clients testing against a real octopus-server
    ** Used internally for Acceptance-Tests
  • Log appender such that clients can 'hook' sdk logged data

Bugs Resolved:

  • N/A

Known Issues:

  • N/A