NOISSUE - Update certs and smq versions#544
Merged
Merged
Conversation
…ntext - Updated `cloud.google.com/go/compute/metadata` from v0.8.0 to v0.9.0. - Updated `github.com/absmach/certs` from v0.18.0 to v0.18.2. - Updated `github.com/absmach/supermq` from v0.18.1 to v0.18.2. - Updated `github.com/go-logfmt/logfmt` from v0.6.0 to v0.6.1. - Updated `github.com/grpc-ecosystem/grpc-gateway/v2` from v2.27.2 to v2.27.3. - Updated `github.com/prometheus/common` from v0.66.1 to v0.67.1. - Updated `github.com/rogpeppe/go-internal` from v1.13.1 to v1.14.1. - Updated `github.com/segmentio/asm` from v1.2.0 to v1.2.1. - Updated `go.opentelemetry.io/auto/sdk` from v1.1.0 to v1.2.1. - Updated `go.opentelemetry.io/proto/otlp` from v1.7.1 to v1.8.0. - Updated `golang.org/x/net` from v0.45.0 to v0.46.0. - Updated `golang.org/x/oauth2` from v0.30.0 to v0.32.0. - Updated `google.golang.org/genproto/googleapis/api` and `google.golang.org/genproto/googleapis/rpc` to the latest versions. - Refactored `generateCASignedCertificate` method in `certificate_provider.go` to accept a context parameter. - Updated calls to `generateCASignedCertificate` in `GetCertificate` and `TestCASignedCertificateErrors` to pass the context. Signed-off-by: Sammy Oina <sammyoina@gmail.com>
…e additional parameters Signed-off-by: Sammy Oina <sammyoina@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #544 +/- ##
==========================================
+ Coverage 66.90% 69.49% +2.58%
==========================================
Files 76 76
Lines 6884 5544 -1340
==========================================
- Hits 4606 3853 -753
+ Misses 1936 1350 -586
+ Partials 342 341 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
WashingtonKK
approved these changes
Nov 4, 2025
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.
Updated
cloud.google.com/go/compute/metadatafrom v0.8.0 to v0.9.0.Updated
github.com/absmach/certsfrom v0.18.0 to v0.18.2.Updated
github.com/absmach/supermqfrom v0.18.1 to v0.18.2.Updated
github.com/go-logfmt/logfmtfrom v0.6.0 to v0.6.1.Updated
github.com/grpc-ecosystem/grpc-gateway/v2from v2.27.2 to v2.27.3.Updated
github.com/prometheus/commonfrom v0.66.1 to v0.67.1.Updated
github.com/rogpeppe/go-internalfrom v1.13.1 to v1.14.1.Updated
github.com/segmentio/asmfrom v1.2.0 to v1.2.1.Updated
go.opentelemetry.io/auto/sdkfrom v1.1.0 to v1.2.1.Updated
go.opentelemetry.io/proto/otlpfrom v1.7.1 to v1.8.0.Updated
golang.org/x/netfrom v0.45.0 to v0.46.0.Updated
golang.org/x/oauth2from v0.30.0 to v0.32.0.Updated
google.golang.org/genproto/googleapis/apiandgoogle.golang.org/genproto/googleapis/rpcto the latest versions.Refactored
generateCASignedCertificatemethod incertificate_provider.goto accept a context parameter.Updated calls to
generateCASignedCertificateinGetCertificateandTestCASignedCertificateErrorsto pass the context.What type of PR is this?
What does this do?
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
Did you document any new/modified feature?
Notes