Skip to content

Latest commit

 

History

History
83 lines (56 loc) · 2.83 KB

CHANGELOG.MD

File metadata and controls

83 lines (56 loc) · 2.83 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.0]

Added

  • Added support for TeamCity Role Assignments for User Groups #86
  • build-type: support updating the name field #82
  • project: support for updating the name #81
  • New Build Feature: Golang #80
  • project-feature/versioned-settings: support for configuring credentialsStorageType #76

Fixes

  • Fix panic if parameters is nil #83
  • Project Features incl update/delete #73

This release is the first major release and includes an upgrade to TeamCity 2019.2.2 as the supported version. Whenever a major version is bumped, backwards compatibility with previous TeamCity versions aren't guaranteed.

Changes:

  • Updating to use TeamCity 2019.2.2 #72
  • Added support for TeamCity User Group API #68
  • Support token auth #67

Added

  • Add support for octopus.push.package step. It allows creating and pushing packages from TeamCity to Octopus. #53

Fixed

  • Issue with serialization and newlines for VCSRoot branchSpec property

Changed

  • (BREAKING CHANGE) Move package code from pkg/teamcity to teamcity.
    • The former structure caused some issues with tooling such as gocode and godef. Since this project follows go-github design and conventions, I've adapted the project structure as well.

0.4.0 - 2018-10-11

Added

  • Add GetName() to Step interface.

0.2.0 - 2018-07-16

0.1.0 - 2018-07-16

First release.