From fea952c4b53ed54a287eaf2f026e90f0d97e646a Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Mon, 16 Jan 2023 00:23:52 +0300 Subject: [PATCH] Add 38.2 and 38.3 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ee3c4b..e801627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ This document summarizes main and fixes changes published in stable (aka `main`) https://github.com/kubeshark/kubeshark/wiki/CHANGELOG +## 38.3 + +### fixes + +- Fixed the issues in port-forward. + +## 38.2 + +### fixes + +- Fixed the `targetted` typo. +- Fixed the parsing of `--proxy-front-port` and `--proxy-hub-port` options. + +### improvements + +- Added a command-line option to set `ImagePullSecrets`. + ## 38.1 ### fixes