Skip to content
Draft
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Security

- Added exception for `@nationalarchives/*` from the npm cooldown

## [1.17.0](https://github.com/nationalarchives/docker/compare/v1.16.0...v1.17.0) - 2026-06-29

### Changed
Expand Down Expand Up @@ -45,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

- Added exceptions for `tna-frontend-jinja` and `tna-utilities` from the 7 day cooldown for Poetry and `@nationalarchives/eslint-config` and `@nationalarchives/stylelint-config` for npm
- Added exceptions for `tna-frontend-jinja` and `tna-utilities` from the 7 day cooldown for Poetry

## [1.15.0](https://github.com/nationalarchives/docker/compare/v1.14.0...v1.15.0) - 2026-06-04

Expand Down
1 change: 1 addition & 0 deletions docker/tna-python/bin/tna-nvm
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ else
fi

npm config set min-release-age="$COOLDOWN_PERIOD" --location=global
npm config set min-release-age-exclude="@nationalarchives/*" --location=global
npm config set fund=false --location=global
Loading