Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubeshark-cli for openSUSE:Factory 
checked in at 2025-06-17 18:24:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubeshark-cli (Old)
 and      /work/SRC/openSUSE:Factory/.kubeshark-cli.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kubeshark-cli"

Tue Jun 17 18:24:15 2025 rev:20 rq:1286356 version:52.7.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/kubeshark-cli/kubeshark-cli.changes      
2025-06-04 20:28:22.668546479 +0200
+++ /work/SRC/openSUSE:Factory/.kubeshark-cli.new.19631/kubeshark-cli.changes   
2025-06-17 18:24:58.029155107 +0200
@@ -1,0 +2,14 @@
+Tue Jun 17 10:51:52 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 52.7.8:
+  * Bug Fixes & New Features
+    - Resolved a Make issue that caused the CLI to use an explicit
+      tag (e.g., v52.3.77) instead of the latest tag (e.g., v52.3).
+    - Reintroduced online support via Intercom. This can be
+      disabled using: --set supportChatEnabled=false.
+    - Fixed a panic related to the WebSocket (WS) protocol.
+    - Added the ability to download an Agent logic script
+      (JavaScript file). Once downloaded, the script can be used
+      locally and managed via source control.
+
+-------------------------------------------------------------------

Old:
----
  kubeshark-cli-52.7.7.obscpio

New:
----
  kubeshark-cli-52.7.8.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kubeshark-cli.spec ++++++
--- /var/tmp/diff_new_pack.uYNlZt/_old  2025-06-17 18:24:58.897191201 +0200
+++ /var/tmp/diff_new_pack.uYNlZt/_new  2025-06-17 18:24:58.901191368 +0200
@@ -19,7 +19,7 @@
 %define executable_name kubeshark
 
 Name:           kubeshark-cli
-Version:        52.7.7
+Version:        52.7.8
 Release:        0
 Summary:        CLI for the API traffic analyzer for Kubernetes
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.uYNlZt/_old  2025-06-17 18:24:58.929192532 +0200
+++ /var/tmp/diff_new_pack.uYNlZt/_new  2025-06-17 18:24:58.933192699 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/kubeshark/kubeshark</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v52.7.7</param>
+    <param name="revision">v52.7.8</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.uYNlZt/_old  2025-06-17 18:24:58.949193364 +0200
+++ /var/tmp/diff_new_pack.uYNlZt/_new  2025-06-17 18:24:58.953193530 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/kubeshark/kubeshark</param>
-              <param 
name="changesrevision">1d8fa774d3e51b1834eef777ba5c48b45f3715d6</param></service></servicedata>
+              <param 
name="changesrevision">c2d10f8cfa637385cb2a03a23ec6ed2f4b628b0e</param></service></servicedata>
 (No newline at EOF)
 

++++++ kubeshark-cli-52.7.7.obscpio -> kubeshark-cli-52.7.8.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kubeshark-cli-52.7.7/.github/ISSUE_TEMPLATE/bug_report.md 
new/kubeshark-cli-52.7.8/.github/ISSUE_TEMPLATE/bug_report.md
--- old/kubeshark-cli-52.7.7/.github/ISSUE_TEMPLATE/bug_report.md       
1970-01-01 01:00:00.000000000 +0100
+++ new/kubeshark-cli-52.7.8/.github/ISSUE_TEMPLATE/bug_report.md       
2025-06-16 23:28:45.000000000 +0200
@@ -0,0 +1,41 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**Provide more information**
+Running on EKS, AKS, GKE, Minikube, Rancher, OpenShift? Number of Nodes? CNI?
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Run `kubeshark <command> ...`
+2. Click on '...'
+3. Scroll down to '...'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Logs**
+Upload logs:
+1. Run the kubeshark command with `--set dump-logs=true` (e.g `kubeshark tap 
--set dump-logs=true`)
+2. Try to reproduce the issue
+3. <kbd>CTRL</kbd>+<kbd>C</kbd> on terminal tab which runs `kubeshark`
+4. Upload the logs zip file from `~/.kubeshark/kubeshark_logs_**.zip`
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Desktop (please complete the following information):**
+ - OS: [e.g. macOS]
+ - Web Browser: [e.g. Google Chrome]
+
+**Additional context**
+Add any other context about the problem here.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kubeshark-cli-52.7.7/.github/ISSUE_TEMPLATE/feature_request.yml 
new/kubeshark-cli-52.7.8/.github/ISSUE_TEMPLATE/feature_request.yml
--- old/kubeshark-cli-52.7.7/.github/ISSUE_TEMPLATE/feature_request.yml 
1970-01-01 01:00:00.000000000 +0100
+++ new/kubeshark-cli-52.7.8/.github/ISSUE_TEMPLATE/feature_request.yml 
2025-06-16 23:28:45.000000000 +0200
@@ -0,0 +1,55 @@
+name: Feature request
+description: Request a new feature or an improvement to an existing one
+title: "[Feature Request:]"
+labels: ["enhancement"]
+assignees:
+  - alongir
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thanks for taking the time to request a new feature!
+  - type: input
+    id: contact
+    attributes:
+      label: Contact Details
+      description: How can we get in touch with you if we need more info?
+      placeholder: ex. [email protected]
+    validations:
+      required: false
+  - type: textarea
+    id: the-problem
+    attributes:
+      label: Is your feature request related to a problem? Please describe.
+      description: Please describe the problem you are trying to solve
+    validations:
+      required: true
+  - type: input
+    id: original-thread
+    attributes:
+      label: Original Thread
+      description: A link to the original discussion thread (e.g. Slack, 
Discord, Email, Verbal)
+    validations:
+      required: false
+  - type: textarea
+    id: the-solution
+    attributes:
+      label: Describe the solution you'd like to see
+      description: A clear and concise description of what you want to happen.
+    validations:
+      required: false
+  - type: textarea
+    id: the-context
+    attributes:
+      label: Provide additional context
+      description: Add any other context or screenshots about the feature 
request here.
+    validations:
+      required: false
+  - type: checkboxes
+    id: terms
+    attributes:
+      label: Code of Conduct
+      description: By submitting this issue, you agree to follow our [Code of 
Conduct](https://github.com/kubeshark/kubeshark/blob/master/docs/CODE_OF_CONDUCT.md)
+      options:
+        - label: I agree to follow this project's Code of Conduct
+          required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kubeshark-cli-52.7.7/.github/static/kubeshark.rb.tmpl 
new/kubeshark-cli-52.7.8/.github/static/kubeshark.rb.tmpl
--- old/kubeshark-cli-52.7.7/.github/static/kubeshark.rb.tmpl   1970-01-01 
01:00:00.000000000 +0100
+++ new/kubeshark-cli-52.7.8/.github/static/kubeshark.rb.tmpl   2025-06-16 
23:28:45.000000000 +0200
@@ -0,0 +1,46 @@
+# typed: false
+# frozen_string_literal: true
+
+class Kubeshark < Formula
+  desc ""
+  homepage "https://github.com/kubeshark/kubeshark";
+  version "${CLEAN_VERSION}"
+
+  on_macos do
+    if Hardware::CPU.arm?
+      url 
"https://github.com/kubeshark/kubeshark/releases/download/${FULL_VERSION}/kubeshark_darwin_arm64";
+      sha256 "${DARWIN_ARM64_SHA256}"
+
+      def install
+        bin.install "kubeshark_darwin_arm64" => "kubeshark"
+      end
+    end
+    if Hardware::CPU.intel?
+      url 
"https://github.com/kubeshark/kubeshark/releases/download/${FULL_VERSION}/kubeshark_darwin_amd64";
+      sha256 "${DARWIN_AMD64_SHA256}"
+
+      def install
+        bin.install "kubeshark_darwin_amd64" => "kubeshark"
+      end
+    end
+  end
+
+  on_linux do
+    if Hardware::CPU.intel?
+      url 
"https://github.com/kubeshark/kubeshark/releases/download/${FULL_VERSION}/kubeshark_linux_amd64";
+      sha256 "${LINUX_AMD64_SHA256}"
+
+      def install
+        bin.install "kubeshark_linux_amd64" => "kubeshark"
+      end
+    end
+    if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
+      url 
"https://github.com/kubeshark/kubeshark/releases/download/${FULL_VERSION}/kubeshark_linux_arm64";
+      sha256 "${LINUX_ARM64_SHA256}"
+
+      def install
+        bin.install "kubeshark_linux_arm64" => "kubeshark"
+      end
+    end
+  end
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubeshark-cli-52.7.7/.github/workflows/helm.yml 
new/kubeshark-cli-52.7.8/.github/workflows/helm.yml
--- old/kubeshark-cli-52.7.7/.github/workflows/helm.yml 1970-01-01 
01:00:00.000000000 +0100
+++ new/kubeshark-cli-52.7.8/.github/workflows/helm.yml 2025-06-16 
23:28:45.000000000 +0200
@@ -0,0 +1,36 @@
+on:
+  push:
+    # Sequence of patterns matched against refs/tags
+    tags:
+    - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
+
+name: Release Helm Charts
+
+jobs:
+  release:
+    # depending on default permission settings for your org (contents being 
read-only or read-write for workloads), you will have to add permissions
+    # see: 
https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
+    permissions:
+      contents: write
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+        with:
+          fetch-depth: 0
+
+      - name: Configure Git
+        run: |
+          git config user.name "$GITHUB_ACTOR"
+          git config user.email "[email protected]"
+
+      - name: Install Helm
+        uses: azure/setup-helm@v3
+
+      - name: Run chart-releaser
+        uses: helm/[email protected]
+        with:
+          charts_dir: .
+          charts_repo_url: https://kubeshark.github.io/kubeshark
+        env:
+          CR_TOKEN: "${{ secrets.HELM_TOKEN }}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubeshark-cli-52.7.7/.github/workflows/linter.yml 
new/kubeshark-cli-52.7.8/.github/workflows/linter.yml
--- old/kubeshark-cli-52.7.7/.github/workflows/linter.yml       1970-01-01 
01:00:00.000000000 +0100
+++ new/kubeshark-cli-52.7.8/.github/workflows/linter.yml       2025-06-16 
23:28:45.000000000 +0200
@@ -0,0 +1,33 @@
+on:
+  push:
+    branches:
+      - master
+  pull_request:
+    branches:
+      - master
+
+name: Linter
+
+permissions:
+  contents: read
+
+jobs:
+  golint:
+    name: Golint
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+        with:
+          fetch-depth: 2
+
+      - name: Set up Go
+        uses: actions/setup-go@v4
+        with:
+          go-version-file: 'go.mod'
+
+      - name: Go lint
+        uses: golangci/golangci-lint-action@v3
+        with:
+          version: latest
+          args: --timeout=10m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubeshark-cli-52.7.7/.github/workflows/release.yml 
new/kubeshark-cli-52.7.8/.github/workflows/release.yml
--- old/kubeshark-cli-52.7.7/.github/workflows/release.yml      1970-01-01 
01:00:00.000000000 +0100
+++ new/kubeshark-cli-52.7.8/.github/workflows/release.yml      2025-06-16 
23:28:45.000000000 +0200
@@ -0,0 +1,67 @@
+on:
+  push:
+    # Sequence of patterns matched against refs/tags
+    tags:
+    - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
+
+name: Release
+
+concurrency:
+  group: kubeshark-publish-${{ github.ref }}
+  cancel-in-progress: true
+
+jobs:
+  release:
+    name: Build and publish a new release
+    runs-on: ubuntu-latest
+    outputs:
+      version: ${{ steps.version.outputs.tag }}
+    steps:
+      - name: Check out the repo
+        uses: actions/checkout@v3
+
+      - name: Set up Go
+        uses: actions/setup-go@v4
+        with:
+          go-version-file: 'go.mod'
+
+      - name: Version
+        id: version
+        shell: bash
+        run: |
+          {
+            echo "tag=${GITHUB_REF#refs/*/}"
+            echo "build_timestamp=$(date +%s)"
+            echo "branch=${GITHUB_REF#refs/heads/}"
+          } >> "$GITHUB_OUTPUT"
+
+      - name: Build
+        run: make build-all VER='${{ steps.version.outputs.tag }}' 
BUILD_TIMESTAMP='${{ steps.version.outputs.build_timestamp }}'
+
+      - name: Log the version into a .txt file
+        shell: bash
+        run: |
+          echo '${{ steps.version.outputs.tag }}' >> bin/version.txt
+
+      - name: Release
+        uses: ncipollo/release-action@v1
+        with:
+          token: ${{ secrets.GITHUB_TOKEN }}
+          artifacts: "bin/*"
+          tag: ${{ steps.version.outputs.tag }}
+          prerelease: false
+          bodyFile: 'bin/README.md'
+
+  brew:
+    name: Publish a new Homebrew formulae
+    needs: [release]
+    runs-on: ubuntu-latest
+    steps:
+      - name: Bump core homebrew formula
+        uses: mislav/bump-homebrew-formula-action@v3
+        with:
+          # A PR will be sent to github.com/Homebrew/homebrew-core to update 
this formula:
+          formula-name: kubeshark
+          push-to: kubeshark/homebrew-core
+        env:
+          COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubeshark-cli-52.7.7/.github/workflows/test.yml 
new/kubeshark-cli-52.7.8/.github/workflows/test.yml
--- old/kubeshark-cli-52.7.7/.github/workflows/test.yml 1970-01-01 
01:00:00.000000000 +0100
+++ new/kubeshark-cli-52.7.8/.github/workflows/test.yml 2025-06-16 
23:28:45.000000000 +0200
@@ -0,0 +1,31 @@
+on:
+  push:
+    branches:
+      - master
+  pull_request:
+    branches:
+      - master
+
+name: Test
+
+jobs:
+  run-unit-tests:
+    name: Unit Tests
+    runs-on: ubuntu-latest
+    timeout-minutes: 20
+    steps:
+      - name: Check out code into the Go module directory
+        uses: actions/checkout@v3
+        with:
+          fetch-depth: 2
+
+      - name: Set up Go
+        uses: actions/setup-go@v4
+        with:
+          go-version-file: 'go.mod'
+
+      - name: Test
+        run: make test
+
+      - name: Upload coverage to Codecov
+        uses: codecov/codecov-action@v3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubeshark-cli-52.7.7/.gitignore 
new/kubeshark-cli-52.7.8/.gitignore
--- old/kubeshark-cli-52.7.7/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/kubeshark-cli-52.7.8/.gitignore 2025-06-16 23:28:45.000000000 +0200
@@ -0,0 +1,66 @@
+# Binaries for programs and plugins
+*.exe
+*.exe~
+*.dll
+*.so
+*.dylib
+
+# Test binary, built with `go test -c`
+*.test
+
+# Output of the go coverage tool, specifically when used with LiteIDE
+*.out
+
+# Dependency directories (remove the comment below to include it)
+# vendor/
+.idea/
+build
+
+# Mac OS
+.DS_Store
+.vscode/
+
+# Ignore the scripts that are created for development
+*dev.*
+
+# Environment variables
+.env
+
+# pprof
+pprof/*
+
+# Database Files
+*.db
+*.gob
+
+# Nohup Files - https://man7.org/linux/man-pages/man1/nohup.1p.html
+nohup.*
+
+# Cypress tests
+cypress.env.json
+*/cypress/downloads
+*/cypress/fixtures
+*/cypress/plugins
+*/cypress/screenshots
+*/cypress/videos
+*/cypress/support
+
+# UI folders to ignore
+**/node_modules/**
+**/dist/**
+*.editorconfig
+
+# Ignore *.log files
+*.log
+
+# Object files
+*.o
+
+# Binaries
+bin
+
+# Scripts
+scripts/
+
+# CWD config YAML
+kubeshark.yaml
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubeshark-cli-52.7.7/Makefile 
new/kubeshark-cli-52.7.8/Makefile
--- old/kubeshark-cli-52.7.7/Makefile   2025-06-03 19:11:52.000000000 +0200
+++ new/kubeshark-cli-52.7.8/Makefile   2025-06-16 23:28:45.000000000 +0200
@@ -85,8 +85,7 @@
 
 generate-helm-values: ## Generate the Helm values from config.yaml
        mv ~/.kubeshark/config.yaml ~/.kubeshark/config.yaml.old; 
bin/kubeshark__ config>helm-chart/values.yaml;mv ~/.kubeshark/config.yaml.old 
~/.kubeshark/config.yaml
-       sed -i 's/^license:.*/license: ""/' helm-chart/values.yaml && sed -i 
'1i # find a detailed description here: 
https://github.com/kubeshark/kubeshark/blob/master/helm-chart/README.md' 
helm-chart/values.yaml
-       sed -i "s/^    tag:.*/    tag: \"$(shell echo $(VERSION) | sed -E 
's/^v?([0-9]+\.[0-9]+)\..*/v\1/')\"/" helm-chart/values.yaml
+       sed -i 's/^license:.*/license: ""/' helm-chart/values.yaml && sed -i 
'1i # find a detailed description here: 
https://github.com/kubeshark/kubeshark/blob/master/helm-chart/README.md' 
helm-chart/values.yaml 
 
 generate-manifests: ## Generate the manifests from the Helm chart using 
default configuration
        helm template kubeshark -n default ./helm-chart > 
./manifests/complete.yaml
@@ -195,9 +194,15 @@
        @cd ../kubeshark
 
 release-dry-run:
-       @cd ../kubeshark && sed -i "s/^version:.*/version: \"$(shell echo 
$(VERSION) | sed -E 's/^([0-9]+\.[0-9]+\.[0-9]+)\..*/\1/')\"/" 
helm-chart/Chart.yaml && make && make generate-helm-values && make 
generate-manifests
-       @cd helm-chart && rm -r ../../kubeshark.github.io/charts/chart/* && cp 
-r . ../../kubeshark.github.io/charts/chart
-       @cd ../kubeshark
+       @cd ../worker && git checkout master && git pull 
+       @cd ../tracer && git checkout master && git pull 
+       @cd ../hub && git checkout master && git pull
+       @cd ../front && git checkout master && git pull 
+       @cd ../kubeshark && git checkout master && git pull && sed -i 
"s/^version:.*/version: \"$(shell echo $(VERSION) | sed -E 
's/^([0-9]+\.[0-9]+\.[0-9]+)\..*/\1/')\"/" helm-chart/Chart.yaml && make
+       @if [ "$(shell uname)" = "Darwin" ]; then \
+               codesign --sign - --force 
--preserve-metadata=entitlements,requirements,flags,runtime ./bin/kubeshark__; \
+       fi
+       @make generate-helm-values && make generate-manifests
 
 branch:
        @cd ../worker && git checkout master && git pull && git checkout -b 
$(name); git push --set-upstream origin $(name)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubeshark-cli-52.7.7/config/configStruct.go 
new/kubeshark-cli-52.7.8/config/configStruct.go
--- old/kubeshark-cli-52.7.7/config/configStruct.go     2025-06-03 
19:11:52.000000000 +0200
+++ new/kubeshark-cli-52.7.8/config/configStruct.go     2025-06-16 
23:28:45.000000000 +0200
@@ -174,7 +174,7 @@
        CloudLicenseEnabled  bool                          
`yaml:"cloudLicenseEnabled" json:"cloudLicenseEnabled" default:"true"`
        AiAssistantEnabled   bool                          
`yaml:"aiAssistantEnabled" json:"aiAssistantEnabled" default:"true"`
        DemoModeEnabled      bool                          
`yaml:"demoModeEnabled" json:"demoModeEnabled" default:"false"`
-       SupportChatEnabled   bool                          
`yaml:"supportChatEnabled" json:"supportChatEnabled" default:"false"`
+       SupportChatEnabled   bool                          
`yaml:"supportChatEnabled" json:"supportChatEnabled" default:"true"`
        InternetConnectivity bool                          
`yaml:"internetConnectivity" json:"internetConnectivity" default:"true"`
        Scripting            configStructs.ScriptingConfig `yaml:"scripting" 
json:"scripting"`
        Manifests            ManifestsConfig               
`yaml:"manifests,omitempty" json:"manifests,omitempty"`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubeshark-cli-52.7.7/helm-chart/Chart.yaml 
new/kubeshark-cli-52.7.8/helm-chart/Chart.yaml
--- old/kubeshark-cli-52.7.7/helm-chart/Chart.yaml      2025-06-03 
19:11:52.000000000 +0200
+++ new/kubeshark-cli-52.7.8/helm-chart/Chart.yaml      2025-06-16 
23:28:45.000000000 +0200
@@ -1,6 +1,6 @@
 apiVersion: v2
 name: kubeshark
-version: "52.7.7"
+version: "52.7.8"
 description: The API Traffic Analyzer for Kubernetes
 home: https://kubeshark.co
 keywords:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kubeshark-cli-52.7.7/helm-chart/templates/_helpers.tpl 
new/kubeshark-cli-52.7.8/helm-chart/templates/_helpers.tpl
--- old/kubeshark-cli-52.7.7/helm-chart/templates/_helpers.tpl  2025-06-03 
19:11:52.000000000 +0200
+++ new/kubeshark-cli-52.7.8/helm-chart/templates/_helpers.tpl  2025-06-16 
23:28:45.000000000 +0200
@@ -80,7 +80,7 @@
 */}}
 {{- define "kubeshark.defaultVersion" -}}
 {{- $defaultVersion := (printf "v%s" .Chart.Version) -}}
-{{- if not .Values.tap.docker.tagLocked }}
+{{- if .Values.tap.docker.tagLocked }}
   {{- $defaultVersion = regexReplaceAll "^([^.]+\\.[^.]+).*" $defaultVersion 
"$1" -}}
 {{- end }}
 {{- $defaultVersion }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubeshark-cli-52.7.7/helm-chart/values.yaml 
new/kubeshark-cli-52.7.8/helm-chart/values.yaml
--- old/kubeshark-cli-52.7.7/helm-chart/values.yaml     2025-06-03 
19:11:52.000000000 +0200
+++ new/kubeshark-cli-52.7.8/helm-chart/values.yaml     2025-06-16 
23:28:45.000000000 +0200
@@ -2,7 +2,7 @@
 tap:
   docker:
     registry: docker.io/kubeshark
-    tag: "v52.7"
+    tag: ""
     tagLocked: true
     imagePullPolicy: Always
     imagePullSecrets: []
@@ -250,7 +250,7 @@
 cloudLicenseEnabled: true
 aiAssistantEnabled: true
 demoModeEnabled: false
-supportChatEnabled: false
+supportChatEnabled: true
 internetConnectivity: true
 scripting:
   env: {}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubeshark-cli-52.7.7/manifests/complete.yaml 
new/kubeshark-cli-52.7.8/manifests/complete.yaml
--- old/kubeshark-cli-52.7.7/manifests/complete.yaml    2025-06-03 
19:11:52.000000000 +0200
+++ new/kubeshark-cli-52.7.8/manifests/complete.yaml    2025-06-16 
23:28:45.000000000 +0200
@@ -4,10 +4,10 @@
 kind: NetworkPolicy
 metadata:
   labels:
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   annotations:
   name: kubeshark-hub-network-policy
@@ -34,10 +34,10 @@
 kind: NetworkPolicy
 metadata:
   labels:
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   annotations:
   name: kubeshark-front-network-policy
@@ -61,10 +61,10 @@
 kind: NetworkPolicy
 metadata:
   labels:
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   annotations:
   name: kubeshark-dex-network-policy
@@ -88,10 +88,10 @@
 kind: NetworkPolicy
 metadata:
   labels:
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   annotations:
   name: kubeshark-worker-network-policy
@@ -117,10 +117,10 @@
 kind: ServiceAccount
 metadata:
   labels:
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   annotations:
   name: kubeshark-service-account
@@ -134,10 +134,10 @@
   namespace: default
   labels:
     app.kubeshark.co/app: hub
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
 stringData:
     LICENSE: ''
@@ -153,10 +153,10 @@
   namespace: default
   labels:
     app.kubeshark.co/app: hub
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
 stringData:
   AUTH_SAML_X509_CRT: |
@@ -169,10 +169,10 @@
   namespace: default
   labels:
     app.kubeshark.co/app: hub
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
 stringData:
   AUTH_SAML_X509_KEY: |
@@ -184,10 +184,10 @@
   name: kubeshark-nginx-config-map
   namespace: default
   labels:
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
 data:
   default.conf: |
@@ -248,10 +248,10 @@
   namespace: default
   labels:
     app.kubeshark.co/app: hub
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
 data:
     POD_REGEX: '.*'
@@ -304,10 +304,10 @@
 kind: ClusterRole
 metadata:
   labels:
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   annotations:
   name: kubeshark-cluster-role-default
@@ -352,10 +352,10 @@
 kind: ClusterRoleBinding
 metadata:
   labels:
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   annotations:
   name: kubeshark-cluster-role-binding-default
@@ -374,10 +374,10 @@
 kind: Role
 metadata:
   labels:
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   annotations:
   name: kubeshark-self-config-role
@@ -418,10 +418,10 @@
 kind: RoleBinding
 metadata:
   labels:
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   annotations:
   name: kubeshark-self-config-role-binding
@@ -441,10 +441,10 @@
 metadata:
   labels:
     app.kubeshark.co/app: hub
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   annotations:
   name: kubeshark-hub
@@ -463,10 +463,10 @@
 kind: Service
 metadata:
   labels:
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   annotations:
   name: kubeshark-front
@@ -485,10 +485,10 @@
 apiVersion: v1
 metadata:
   labels:
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   annotations:
     prometheus.io/scrape: 'true'
@@ -498,10 +498,10 @@
 spec:
   selector:
     app.kubeshark.co/app: worker
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   ports:
   - name: metrics
@@ -514,10 +514,10 @@
 apiVersion: v1
 metadata:
   labels:
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   annotations:
     prometheus.io/scrape: 'true'
@@ -527,10 +527,10 @@
 spec:
   selector:
     app.kubeshark.co/app: hub
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   ports:
   - name: metrics
@@ -545,10 +545,10 @@
   labels:
     app.kubeshark.co/app: worker
     sidecar.istio.io/inject: "false"
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   annotations:
   name: kubeshark-worker-daemon-set
@@ -563,10 +563,10 @@
     metadata:
       labels:
         app.kubeshark.co/app: worker
-        helm.sh/chart: kubeshark-52.7.7
+        helm.sh/chart: kubeshark-52.7.8
         app.kubernetes.io/name: kubeshark
         app.kubernetes.io/instance: kubeshark
-        app.kubernetes.io/version: "52.7.7"
+        app.kubernetes.io/version: "52.7.8"
         app.kubernetes.io/managed-by: Helm
       name: kubeshark-worker-daemon-set
       namespace: kubeshark
@@ -771,10 +771,10 @@
 metadata:
   labels:
     app.kubeshark.co/app: hub
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   annotations:
   name: kubeshark-hub
@@ -790,10 +790,10 @@
     metadata:
       labels:
         app.kubeshark.co/app: hub
-        helm.sh/chart: kubeshark-52.7.7
+        helm.sh/chart: kubeshark-52.7.8
         app.kubernetes.io/name: kubeshark
         app.kubernetes.io/instance: kubeshark
-        app.kubernetes.io/version: "52.7.7"
+        app.kubernetes.io/version: "52.7.8"
         app.kubernetes.io/managed-by: Helm
     spec:
       dnsPolicy: ClusterFirstWithHostNet
@@ -886,10 +886,10 @@
 metadata:
   labels:
     app.kubeshark.co/app: front
-    helm.sh/chart: kubeshark-52.7.7
+    helm.sh/chart: kubeshark-52.7.8
     app.kubernetes.io/name: kubeshark
     app.kubernetes.io/instance: kubeshark
-    app.kubernetes.io/version: "52.7.7"
+    app.kubernetes.io/version: "52.7.8"
     app.kubernetes.io/managed-by: Helm
   annotations:
   name: kubeshark-front
@@ -905,10 +905,10 @@
     metadata:
       labels:
         app.kubeshark.co/app: front
-        helm.sh/chart: kubeshark-52.7.7
+        helm.sh/chart: kubeshark-52.7.8
         app.kubernetes.io/name: kubeshark
         app.kubernetes.io/instance: kubeshark
-        app.kubernetes.io/version: "52.7.7"
+        app.kubernetes.io/version: "52.7.8"
         app.kubernetes.io/managed-by: Helm
     spec:
       containers:
@@ -940,7 +940,7 @@
             - name: 'REACT_APP_AI_ASSISTANT_ENABLED'
               value: 'true'
             - name: REACT_APP_SUPPORT_CHAT_ENABLED
-              value: 'false'
+              value: 'true'
             - name: REACT_APP_DISSECTORS_UPDATING_ENABLED
               value: 'true'
             - name: REACT_APP_SENTRY_ENABLED

++++++ kubeshark-cli.obsinfo ++++++
--- /var/tmp/diff_new_pack.uYNlZt/_old  2025-06-17 18:24:59.113200184 +0200
+++ /var/tmp/diff_new_pack.uYNlZt/_new  2025-06-17 18:24:59.113200184 +0200
@@ -1,5 +1,5 @@
 name: kubeshark-cli
-version: 52.7.7
-mtime: 1748970712
-commit: 1d8fa774d3e51b1834eef777ba5c48b45f3715d6
+version: 52.7.8
+mtime: 1750109325
+commit: c2d10f8cfa637385cb2a03a23ec6ed2f4b628b0e
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/kubeshark-cli/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.kubeshark-cli.new.19631/vendor.tar.gz differ: char 
13, line 1

Reply via email to