Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

32 lines (21 loc) · 1.08 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.

[Unreleased]

Added

  • support for mongo 8 (install_mongo8)
  • added get_flavor_from_git_ref get_version_from_git_ref get_custom_from_git_ref helpers to parse git ref names (tag or branch names).
  • added install_sona_scanner_cli to install SonarQube scanner cli tool

Removed

  • support for mongo 4,5,6

Changed

  • kubectl bumped to 1.28.13
  • helm bumped to 3.14.4
  • helmfile bumped to 0.167.1
  • build_docs now takes a fourth parameter, the version of node to use to build the docs
  • send_coverage_to_cc now takes a second parameter, the prefix to add to files in coverage report
  • run_kli now uses the --fail-on-error kli flag

Fixed

  • do our best to determine OS_VERSION when VERSION_ID is not in /etc/os-release
  • run_app_tests now correctly upload code coverage if asked to