-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dependency upgrade process #515
Closed
4 tasks done
Labels
feature
Product feature
Comments
I don't know if you kept this in mind, but another nice thing would be to manually be able to batch update projects' multiple dependencies when we release something, eg in case of virtual-schema-common-jdbc being updated .. I'm not sure if that's out of scope or not. |
Review effort .2 |
kaklakariada
added a commit
that referenced
this issue
Feb 1, 2024
Co-authored-by: Christoph Kuhnke <[email protected]>
kaklakariada
added a commit
that referenced
this issue
Feb 1, 2024
kaklakariada
added a commit
that referenced
this issue
Feb 1, 2024
kaklakariada
added a commit
that referenced
this issue
Feb 7, 2024
kaklakariada
added a commit
that referenced
this issue
Feb 8, 2024
kaklakariada
added a commit
that referenced
this issue
Feb 8, 2024
kaklakariada
added a commit
that referenced
this issue
Feb 8, 2024
Merged
kaklakariada
added a commit
that referenced
this issue
Feb 8, 2024
kaklakariada
added a commit
that referenced
this issue
Feb 8, 2024
Co-authored-by: Christoph Kuhnke <[email protected]>
kaklakariada
added a commit
that referenced
this issue
Feb 8, 2024
kaklakariada
added a commit
that referenced
this issue
Feb 8, 2024
Co-authored-by: Christoph Kuhnke <[email protected]>
kaklakariada
added a commit
that referenced
this issue
Feb 8, 2024
kaklakariada
added a commit
that referenced
this issue
Feb 8, 2024
kaklakariada
added a commit
that referenced
this issue
Feb 9, 2024
kaklakariada
added a commit
that referenced
this issue
Feb 9, 2024
kaklakariada
added a commit
that referenced
this issue
Feb 22, 2024
kaklakariada
added a commit
that referenced
this issue
Feb 22, 2024
kaklakariada
added a commit
that referenced
this issue
Feb 23, 2024
kaklakariada
added a commit
that referenced
this issue
Feb 26, 2024
Co-authored-by: Christoph Kuhnke <[email protected]>
kaklakariada
added a commit
that referenced
this issue
Feb 26, 2024
…hub.com/exasol/project-keeper into feature/#515-dependency-update-workflow
kaklakariada
added a commit
that referenced
this issue
Feb 26, 2024
Co-authored-by: Christoph Kuhnke <[email protected]>
2 tasks
Effort: ~8pd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goal
Speedup process for fixing vulnerabilities in third party dependencies.
Implementation
When the
dependencies_check.yml
workflow finds new vulnerabilities in dependencies it will trigger another GitHub workflow. This new workflow will upgrade all dependencies to their latest versions.Input
We add a new
update-dependencies
mode to PK that gets an optional parameter. This parameter describes:Process
main
branch is checked out currently* release date = today
* Code name: Fix vulnerabilities CVE-.... in dependency ...
* Summary: This release fixes the following vulnerabilities: ...
* Changes: # Security * #... Fixed CVE-... in dependency ...
Tasks
Open questions
Delimitations / out-of-scope
pom.xml
in project root folder)release.yml
andci-build.yml
wokflows: Customize build artifacts inrelease.yml
andci-build.yml
wokflows #517release.yml
andci-build.yml
: Customize build steps inrelease.yml
andci-build.yml
#519pk fix
The text was updated successfully, but these errors were encountered: