-
Notifications
You must be signed in to change notification settings - Fork 11
Merge from 1.3.x #354
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
Merged
Merged
Merge from 1.3.x #354
Conversation
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
To avoid some api changes which could cause errors
Fix: tests failure due to new boto3 release
Chore: Update year in license header
Chore: fix github ci test failure
Fix: wrong ignored metadata files of *-archetype-catalog.xml
Merge from main branch to release
* Chore: fix a github action issue * bandit failure because of underlying container, so disabled * Fix pip install deprecation warning * Fix: Remove boto3_type_annotations from requirements due to rpm deps issue * validate config with schema * MMENG-3153 Signed-off-by: Harsh Modi <hmodi@redhat.com> * update rpm spec to fix rpm build * CLOUDBLD-3153 Signed-off-by: Harsh Modi <hmodi@redhat.com> * remove `ignore_patterns` as a required property * MMENG-3153 Signed-off-by: Harsh Modi <hmodi@redhat.com> * fix schema retrieval Instead of trying to fetch from relative paths, package schemas with charon and retrieve from pkg resources * MMENG-3153 Signed-off-by: Harsh Modi <hmodi@redhat.com> * bump charon version * MMENG-3153 Signed-off-by: Harsh Modi <hmodi@redhat.com> * make tests more robust * fix test paths to avoid failures when CWD is different * fix getenv * MMENG-3141 Signed-off-by: Harsh Modi <hmodi@redhat.com> * switch to tox env for running tests instead of relying on containers * MMENG-3141 Signed-off-by: Harsh Modi <hmodi@redhat.com> * update github actions to use tox * MMENG-3141 Signed-off-by: Harsh Modi <hmodi@redhat.com> * enable mypy type checkers * MMENG-3141 Signed-off-by: Harsh Modi <hmodi@redhat.com> * enable bandit analyzer * MMENG-3141 Signed-off-by: Harsh Modi <hmodi@redhat.com> * disable mypy it's not ideal currently to enable it. Revisit this later. * MMENG-3141 Signed-off-by: Harsh Modi <hmodi@redhat.com> * fix pytest issue current latest pytest==7.2.0 is having dependency conflicts Signed-off-by: Harsh Modi <hmodi@redhat.com> * initial implementation of singature for artifacts (Commonjava#169) * initial implementation of singature for artifacts * add API doc to generate_sign function * update README file * use configuration file to controll artifacts needs sign * fix some minor problem * change suffix to exclude instead * remove unused logger * fix minor problem * change charon.yml to a proper extension, change name of suffix confi * add rpm-sign as method of signature (Commonjava#170) * move subprocess command to configuration, make subprocess to run async (Commonjava#172) * move subprocess command to configuration, make subprocess to run async * simplify template rendering of sign command * Remove unwanted file * changed semaphore passing in asynic function (Commonjava#173) * use shlex to replace split instead (Commonjava#174) * add maven sign unit test (Commonjava#175) --------- Signed-off-by: Harsh Modi <hmodi@redhat.com> Co-authored-by: Gang Li <ligangty@users.noreply.github.com> Co-authored-by: Harsh Modi <hmodi@redhat.com>
Merge from main branch for release 1.2.1
[charon-1.3.0] merge from branch main to release
[merge from main] Release charon 1.3.1
1.3.2 release
merger from main branch
Use fixed image tag instead of floating latest for Container file
Merge branch 'main' into release
Merge main branch to release
Signed-off-by: Gang Li <ligangty@users.noreply.github.com>
Release 1.3.4
Fix a issue of pyproject.toml file
* Add MANIFEST.in for sdist generation * Fix some warning for sdist build
Some fix for setup tools
Fix pyproject.toml license issue
Feat: Accept multiple maven zips with non-RADAS signing way
Fix: remove a redundant open operation
Pull Request Test Coverage Report for Build 18893580101Details
💛 - Coveralls |
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.
No description provided.