chore: release 1.1.0 - #46
Merged
Merged
Conversation
The BREAKING CHANGE trailer of ad9f231 claimed that verification stops accepting DSA and ElGamal keys and SHA-1 signatures. That rejection policy is only applied by the openpgp/v2 API and trdl uses v1, so nothing of the sort happens; tags signed with such keys still verify. The section is replaced by the behaviour changes this release does carry. The pre-release skip and the failed-tag skip cancel out within the release and are dropped from the list, and the three identical EdDSA entries are collapsed into one. Signed-off-by: Aleksei Igrychev <aleksei.igrychev@palark.com>
Collaborator
Author
|
🤖 Release is at https://github.com/flant/trx/releases/tag/v1.1.0 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release *beep* *boop*
1.1.0 (2026-09-19)
Notable Changes
No breaking change: the
BREAKING CHANGEtrailer of ad9f231 described a rejection of DSA and ElGamal keys and of SHA-1 signatures that the verification path never applies, since that policy belongs to theopenpgp/v2API and trdl uses v1. Tags signed with such keys keep passing verification.These do change behaviour, without breaking a working configuration:
onQuorumFailureandonCommandSkippedrun in the working directory trx was started in, not in the checkout, so that a hook reporting a failed verification cannot execute unverified repository content. A relative path such as./notify.shstops resolving inside the repository.envoverrides the repository one, as the README documents, and env names coming from a repositorytrx.yamlare upper-cased.<no value>.--disable-lockskips locking outright, and an instance that loses the lock race fails instead of deploying concurrently.minNumberOfKeys: such a quorum now fails verification throughonQuorumFailure.Bug Fixes
Tests
Miscellaneous Chores
This PR was generated with Release Please. See documentation.