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

chore(main): release 1.2.0 #552

Merged
merged 1 commit into from
Apr 19, 2024
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
18 changes: 18 additions & 0 deletions release-automation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.2.0](https://github.com/eclipse-tractusx/sig-release/compare/v1.1.0...v1.2.0) (2024-04-18)


### Features

* enable exceptions mechanism ([3710ba7](https://github.com/eclipse-tractusx/sig-release/commit/3710ba71228924b9479d6ed0b2cdf02bd63b14cd))
* **release-automation:** add new checks to quality dashboard ([ecf7b85](https://github.com/eclipse-tractusx/sig-release/commit/ecf7b857877e1369f4b88fa6f3cc2d43182d6832))


### Bug Fixes

* **release-automation:** correct guideline mock at runner unit test ([71bc25b](https://github.com/eclipse-tractusx/sig-release/commit/71bc25b9bc9b3dc250673a74e0afe191aec942e9))
* **release-automation:** error msg amendment for non root container check ([cb707d3](https://github.com/eclipse-tractusx/sig-release/commit/cb707d3ea4a0d4d01a3f4c2335284217365b813d))
* **release-automation:** exception function call at unit test ([da4ed88](https://github.com/eclipse-tractusx/sig-release/commit/da4ed88b5b32150c9c0079bcb41a4679ab5feb0c))
* **release-automation:** update copyright headers ([7025178](https://github.com/eclipse-tractusx/sig-release/commit/702517853b5dca5aeb73d6225c011173124531f1))
* **release-automation:** web errors format of non root container check ([2d26217](https://github.com/eclipse-tractusx/sig-release/commit/2d26217f89132468c897404ae02acf4889335871))
* replace equal comparison by contains function ([dbed67d](https://github.com/eclipse-tractusx/sig-release/commit/dbed67d7d88724f84961fb3d638aeabcd3cdb0b3))

## [1.1.0](https://github.com/eclipse-tractusx/sig-release/compare/v1.0.0...v1.1.0) (2024-02-09)


Expand Down