Skip to content

Commit

Permalink
Merge branch 'improvement/add-networking-packages-mk8s-utils' into tm…
Browse files Browse the repository at this point in the history
…p/octopus/w/129.0/improvement/add-networking-packages-mk8s-utils
  • Loading branch information
bert-e committed Sep 10, 2024
2 parents 371afec + bbd62ee commit 75ac3a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@
- Anonymize diff when updating a Kubernetes Secret object from salt state
(PR[#4313](https://github.com/scality/metalk8s/pull/4313))

- Include mtr and traceroute packages in metalk8s-utils image
(PR[#4419](https://github.com/scality/metalk8s/pull/4419))

### Bug fixes

- Do no longer use `latest` for `storage-operator` image
Expand Down
2 changes: 2 additions & 0 deletions images/metalk8s-utils/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ RUN dnf clean expire-cache && \
lsof \
ltrace \
lvm2 \
mtr \
net-tools \
nethogs \
nmap \
Expand All @@ -106,6 +107,7 @@ RUN dnf clean expire-cache && \
tcpdump \
telnet \
tmux \
traceroute \
util-linux \
vim \
wget \
Expand Down

0 comments on commit 75ac3a8

Please sign in to comment.