diff --git a/CHANGELOG.md b/CHANGELOG.md index b8288b164aca..7d46a941b74b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] + - **CUMULUS-4789** Update Docusaurus to latest version - 3.10 - **CSD-104** - `PVLNumeric` now stores the original string value as `rawValue` before converting to `Number()`, preserving precision for large numeric strings. diff --git a/bamboo/iceberg-api-integration-tests.sh b/bamboo/iceberg-api-integration-tests.sh new file mode 100755 index 000000000000..0b1b63bf6c87 --- /dev/null +++ b/bamboo/iceberg-api-integration-tests.sh @@ -0,0 +1,4 @@ +#!/bin/bash +set -ex + +echo "*** Skipping iceberg tests for 21.3.x release branch"