Skip to content

Latest commit

 

History

History
88 lines (66 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

88 lines (66 loc) · 3.21 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.

[Unresolved]

Security

Added

Changed

Removed

Fixed

[1.5.1] - 2019-11-11

Security

  • fasterxml.jackson.version changed: 2.9.10 to 2.10.0

[1.5.0] - 2019-10-30

Changed

  • org.jenkins-ci.plugins:google-oauth-plugin version changed: 0.9 to 1.0.0
  • com.google.guava:guava version changed: 14.0.1 to 20.0
  • com.google.api-client:google-api-client version changed: 1.24.1 to 1.25.0
  • com.google.oauth-client:google-oauth-client version changed: 1.24.1 to 1.25.0
  • com.google.http-client:google-http-client version changed: 1.24.1 to 1.21.0
  • com.google.http-client:google-http-client-jackson2 version changed: 1.24.1 to 1.25.0
  • com.google.apis:google-api-services-storage version changed: v1-rev155-1.24.1 to v1-rev158-1.25.0

Fixed

  • Replaced usages of deprecated Objects::firstNonNull with MoreObjects::firstNonNull

[1.4.0] - 2019-09-04

Changed

  • org.jenkins-ci.plugins:google-oauth-plugin version changed: 0.7 to 0.9
  • org.jenkins-ci.plugins:credentials version changed: 2.1.16 to 2.2.0
  • org.jenkins-ci.plugins:ssh-credentials version changed: 1.13 to 1.16

Removed

  • StringJsonServiceAccountConfig for tests.

Fixed

  • Incompatiblity with version 0.9 of google-oauth-plugin.

[1.3.3] - 2019-08-07

Security

[1.3.2] - 2019-07-08

Fixed

  • Issue #82: Resolved IllegalStateException resulting from outdated use of Hudson.instance().

[1.3.1] - 2019-07-03

Fixed

  • Issue #78: Upload module was not being initialized when restarting Jenkins, causing build steps created prior to 1.3.0 to fail with null pointer exceptions, as well as build steps created in 1.3.0 once Jenkins was restarted. Fixed with PR #79. Users that updated to 1.3.0 should not have lost configuration for existing jobs and updating to 1.3.1 is sufficient to fix the issue.

[1.3.0] - 2019-06-24

Added

  • Build step functionality for post-build actions expiring bucket lifecycle and build log upload complete with integration testing for all pipeline steps.
  • Pipeline model definition added in POM.
  • Automated code formatting added in POM.

Changed

  • Upgraded Jenkins to 2.164.2 from 1.625.3.
  • Made UploadModule transient to satisfy JEP-200 since Jenkins was upgraded.