Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 3.13 KB

CHANGELOG.md

File metadata and controls

81 lines (56 loc) · 3.13 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.

API

The API consists of all public Java types from com.atlassian.performance.tools.dockerinfrastructure.api and its subpackages:

POM

Changing the license is breaking a contract. Adding a requirement of a major version of a dependency is breaking a contract. Dropping a requirement of a major version of a dependency is a new contract.

0.3.0 - 2022-11-07

Added

  • Add SshUbuntuContainer.Builder with version override.
  • Add SshUbuntuContainer.Builder.enableDocker.

Removed

  • Remove SshUbuntuContainer constructors in favour of the builder.

0.2.6 - 2022-09-20

Changed

  • Bump testcontainers library to 1.17.3
  • Generate SshUbuntuContainer in a way it needs no modifications of container after starting it. This way it should be less sensitive to changes in behaviour of feature testcontainer library changes.

0.2.5 - 2022-09-14

  • Versions 0.2.3 and 0.2.4 were not released due to problem with pushing docker image to docker repository.

Fixed

  • Generate test ubuntu image at runtime and don't push it to any registry. Address [JPERF-791].

Fixed

0.2.2 - 2019-09-16

Fixed

  • Use distribution-specific mirrors.

0.2.1 - 2019-09-13

Fixed

  • use geo-locating mirror for apt-get packages for faster installs. Resolve JPERF-444.

0.2.0 - 2019-04-05

Added

  • Customize SshUbuntuContainer via testcontainers API. Resolve JPERF-445.

0.1.0 - 2019-02-15

Added

  • Provide SshUbuntu.