Skip to content

Konnectivity 0.33.1-2 - #361

Open
jnummelin wants to merge 2 commits into
k0sproject:mainfrom
jnummelin:konnectivity-0.33.1
Open

jnummelin wants to merge 2 commits into
k0sproject:mainfrom
jnummelin:konnectivity-0.33.1

Conversation

@jnummelin

Copy link
Copy Markdown
Member
Dependency bumps:
- golang 1.26.7
- golang.org/x/net@v0.57.0
- google.golang.org/grpc@v1.83.1

Brings us clean Trivy scan:
```
┌───────────────────────────────┬──────────┬─────────────────┬─────────┐
│            Target             │   Type   │ Vulnerabilities │ Secrets │
├───────────────────────────────┼──────────┼─────────────────┼─────────┤
│ konn:v0.33.1-2 (debian 12.12) │  debian  │        0        │    -    │
├───────────────────────────────┼──────────┼─────────────────┼─────────┤
│ proxy-agent                   │ gobinary │        0        │    -    │
└───────────────────────────────┴──────────┴─────────────────┴─────────┘
```

Signed-off-by: Jussi Nummelin <jnummelin@mirantis.com>
- golang 1.26.7
- golang.org/x/net@v0.57.0
- google.golang.org/grpc@v1.83.1

Brings us clean Trivy scan:
```
┌───────────────────────────────┬──────────┬─────────────────┬─────────┐
│            Target             │   Type   │ Vulnerabilities │ Secrets │
├───────────────────────────────┼──────────┼─────────────────┼─────────┤
│ konn:v0.33.1-2 (debian 12.12) │  debian  │        0        │    -    │
├───────────────────────────────┼──────────┼─────────────────┼─────────┤
│ proxy-agent                   │ gobinary │        0        │    -    │
└───────────────────────────────┴──────────┴─────────────────┴─────────┘
```

Signed-off-by: Jussi Nummelin <jnummelin@mirantis.com>
&& { printf '%s */tmp/src.tar.gz' "$HASH" | sha256sum -c -; } \
&& tar xf /tmp/src.tar.gz --strip-components=1 \
# Some dependency bumps to silence CVEs
&& go get golang.org/x/net@v0.57.0 \

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I usually prefer to have a proper patch that can be applied against the source tree, so we see the real diff between the old go.mod file and the new one, and also capture the module digests correctly in go.sum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants