-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bsp-agent-DTM-RC:v1.7.1 #261
Conversation
noslav
commented
Jun 11, 2024
•
edited
Loading
edited
- fix alpine image tag in Dockerfile to address security vulnerabilities #258 Alpine image Security update
- Bump golang.org/x/sys from 0.18.0 to 0.21.0 #259 Golang Sys upgrade
- Bump github.com/linkedin/goavro/v2 from 2.12.0 to 2.13.0 #256 Avro upgrade
- Bump github.com/fatih/color from 1.16.0 to 1.17.0 #257 Fatih Color Upgrade
…3.20 without a fix
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.21.0. - [Commits](golang/sys@v0.18.0...v0.21.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
fix alpine image tag in Dockerfile to address security vulnerabilities
…/golang.org/x/sys-0.21.0 Bump golang.org/x/sys from 0.18.0 to 0.21.0
Bumps [github.com/linkedin/goavro/v2](https://github.com/linkedin/goavro) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/linkedin/goavro/releases) - [Changelog](https://github.com/linkedin/goavro/blob/master/debug_release.go) - [Commits](linkedin/goavro@v2.12...v2.13.0) --- updated-dependencies: - dependency-name: github.com/linkedin/goavro/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Pranay Valson <[email protected]>
…/github.com/linkedin/goavro/v2-2.13.0 Bump github.com/linkedin/goavro/v2 from 2.12.0 to 2.13.0
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](fatih/color@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: github.com/fatih/color dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…/github.com/fatih/color-1.17.0 Bump github.com/fatih/color from 1.16.0 to 1.17.0
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #261 +/- ##
=======================================
Coverage 44.83% 44.83%
=======================================
Files 28 28
Lines 1927 1927
=======================================
Hits 864 864
Misses 1028 1028
Partials 35 35 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Pranay Valson <[email protected]>
is it possible to update to go stdlib to at least 1.20.14? or even better >= 1.21.11 (to include latest bugfixes) |
Will require an update to golang to 1.21.11 itself, can do it in another PR since most depedencies will be affected by this |