Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update changelog for 1.4 release #1461

Merged
merged 4 commits into from
May 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
CHANGELOG
=========

v1.4 (May 4th, 2023)
----------------------

**Buildspec Changes**

- Add support for logical AND in status check by introducing a new property ``mode`` `#1429 <https://github.com/buildtesters/buildtest/pull/1429>`_
- Remove `suite` property in spack schema to ensure suitenames are auto-generated when running `spack test results` `1451 <https://github.com/buildtesters/buildtest/pull/1451>`_

**Command Line Changes**

- Add support for building multiple tags by comma separated list ``buildtest build --tags tag1,tag2,tag3``. `1419 <https://github.com/buildtesters/buildtest/pull/1419>`_
- Add option ``buildtest config compilers find --file`` to save configuration file in alternative location. `#1420 <https://github.com/buildtesters/buildtest/pull/1420>`_
- Add pagination support for ``buildtest history`` and ``buildtest inspect``. `#1424 <https://github.com/buildtesters/buildtest/pull/1424>`_, `#1428 <https://github.com/buildtesters/buildtest/pull/1428>`_
- Add global option ``--row-count`` that can be used with ``buildtest inspect``, ``buildtest buildspec find``, ``buildtest buildspec invalid``, ``buildtest buildspec maintainers``, ``buildtest report`` and ``buildtest history`` command. `#1463 <https://github.com/buildtesters/buildtest/pull/1463>`_
**Configuration Changes**

- Add support for ``buildspecs`` property in configuration file to configure behavior of ``buildtest buildspec find`` command. `#1455 <https://github.com/buildtesters/buildtest/pull/1455>`_
- Add support for ``report`` section in configuration file to control behavior of ``buildtest report`` command `1459 <https://github.com/buildtesters/buildtest/pull/1459>`_
- Rename ``buildspecs_root`` to ``root`` under the ``buildspecs`` section. `#1457 <https://github.com/buildtesters/buildtest/pull/1457>`_
- Change pattern property for executor names to be alphanumeric `#1440 <https://github.com/buildtesters/buildtest/pull/1440>`_

**Misc Updates**

- Update github issue templates `#1430 <https://github.com/buildtesters/buildtest/pull/1430>`_, `#1431 <https://github.com/buildtesters/buildtest/pull/1431>`_
- Fix issue with tab-completion for subcommands at top-level options `#1432 <https://github.com/buildtesters/buildtest/pull/1432>`_
- Remove ``codecov`` dependency `#1436 <https://github.com/buildtesters/buildtest/pull/1436>`_
- Add documentation on Assert Less Than `#1439 <https://github.com/buildtesters/buildtest/pull/1439>`_
- Remove CI job for Cori and refactor tests `#1442 <https://github.com/buildtesters/buildtest/pull/1442>`_

v1.3 (Mar 7th, 2023)
----------------------

Expand Down