Skip to content

Conversation

@harshit12339
Copy link
Contributor

@harshit12339 harshit12339 commented Sep 24, 2025

Proposed changes

This PR fixes #5044 and fixes #5077
that we were also facing here in flipkart, that experiment logs were not showing on UI.

The backend has the actual keys of experimentPod, which were mistakenly put as faultPod in frontend, due to which experiment logs came missing on UI.
refer the screenshot, for backend graphql api response under getExperimentRun api response -> executionData - chaosData
https://github.com/litmuschaos/litmus/blob/master/chaoscenter/graphql/server/pkg/chaos_experiment/types.go#L55

Screenshot-
graphql_get_experiment_run_resp

Types of changes

What types of changes does your code introduce to Litmus? Put an x in the boxes that apply

  • New feature (non-breaking change which adds functionality)
  • Bugfix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices applies)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the CONTRIBUTING doc
  • I have signed the commit for DCO to be passed.
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have added necessary documentation (if appropriate)

Dependency

Fixed missing experiment pod logs by updating relevant entities and components.
Updated workflowRun entity, CustomStepLog controller, and ExperimentRunDetailsPanel
to properly handle and display experiment pod logs.

Signed-off-by: Harshit Panchbhai <[email protected]>
Copilot AI review requested due to automatic review settings September 24, 2025 05:53
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a bug where experiment pod logs were not displaying correctly in the UI due to incorrect property names. The backend GraphQL API uses experimentPod as the key, but the frontend was incorrectly referencing faultPod, causing experiment logs to be missing from the UI.

  • Updated TypeScript interface to use correct property name experimentPod instead of faultPod
  • Fixed component references to use the correct property for accessing experiment pod logs
  • Ensured consistency between frontend and backend API schema

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
chaoscenter/web/src/api/entities/workflowRun.ts Updated ChaosData interface to use correct experimentPod property name
chaoscenter/web/src/views/ExperimentRunDetailsPanel/ExperimentRunDetailsPanel.tsx Fixed key prop to reference correct experimentPod property
chaoscenter/web/src/controllers/CustomStepLog/CustomStepLog.tsx Updated expPod parameter to use correct experimentPod property

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@PriteshKiri PriteshKiri requested a review from amityt October 8, 2025 10:56
Copy link
Contributor

@amityt amityt left a comment

Choose a reason for hiding this comment

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

Hi @harshit12339, thanks for the contribution! The attached screenshot shows the API response. Could you please share another screenshot showing the UI rendering the logs that were previously not visible?

@harshit12339
Copy link
Contributor Author

Hi @harshit12339, thanks for the contribution! The attached screenshot shows the API response. Could you please share another screenshot showing the UI rendering the logs that were previously not visible?

Hi @amityt thanks for your review, attaching experiment pod logs which werent visible previously.
IMG_26550B240340-1

@Jonsy13 Jonsy13 merged commit a249856 into litmuschaos:master Oct 16, 2025
17 of 18 checks passed
UJESH2K pushed a commit to UJESH2K/fix-server-addr that referenced this pull request Oct 23, 2025
Fixed missing experiment pod logs by updating relevant entities and components.
Updated workflowRun entity, CustomStepLog controller, and ExperimentRunDetailsPanel
to properly handle and display experiment pod logs.

Signed-off-by: Harshit Panchbhai <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
Jonsy13 added a commit that referenced this pull request Oct 27, 2025
* fix[5200]: Namespace Compromise via hostPID (#5201)

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution (#5203)

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: [5167]: updated probe fetching logic in a fault (#5199)

* feat: [5167]: updated probe fetching logic in a fault

Signed-off-by: Amit Kumar Das <[email protected]>

* feat: [5167]: fixed go fmt

Signed-off-by: Amit Kumar Das <[email protected]>

---------

Signed-off-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update Polices (#5186)

* update: governance

Signed-off-by: PriteshKiri <[email protected]>

* update: code of conduct

Signed-off-by: PriteshKiri <[email protected]>

* update: contribution guide

Signed-off-by: PriteshKiri <[email protected]>

* chore: updated community meetings content in Readme

Signed-off-by: PriteshKiri <[email protected]>

* fix: community meeting form link

Signed-off-by: PriteshKiri <[email protected]>

---------

Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Removes hardcoded namespaces for K8s manifests (#5223)

Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Ensure SERVER_ADDR includes scheme on re-download manifestFix server addr (#5213)

* Ensure SERVER_ADDR includes scheme on re-download manifest

Signed-off-by: UJESH2K <[email protected]>

* Ensure SERVER_ADDR includes scheme on re-download manifest

Signed-off-by: UJESH2K <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: resolve missing experiment pod logs issue (#5207)

Fixed missing experiment pod logs by updating relevant entities and components.
Updated workflowRun entity, CustomStepLog controller, and ExperimentRunDetailsPanel
to properly handle and display experiment pod logs.

Signed-off-by: Harshit Panchbhai <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Added fixes (#5227)

Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* chore(3.22.0): Add the installation manifest for 3.22.0 version (#5229)

Signed-off-by: Shubham Chaudhary <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Fixed conversion issues and added formatting improvements

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed all go version to 1.24.0

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Delete test-chaoscenter-mods.ps1

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Delete test-chaoscenter-mods.ps1​

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update Dockerfile

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
Signed-off-by: Amit Kumar Das <[email protected]>
Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: Harshit Panchbhai <[email protected]>
Signed-off-by: Shubham Chaudhary <[email protected]>
Co-authored-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Co-authored-by: Bartlomiej Gmerek <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Co-authored-by: harshit12339 <[email protected]>
Co-authored-by: git <[email protected]>
UJESH2K added a commit to UJESH2K/fix-server-addr that referenced this pull request Oct 28, 2025
…schaos#5236)

* fix[5200]: Namespace Compromise via hostPID (litmuschaos#5201)

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution (litmuschaos#5203)

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: [5167]: updated probe fetching logic in a fault (litmuschaos#5199)

* feat: [5167]: updated probe fetching logic in a fault

Signed-off-by: Amit Kumar Das <[email protected]>

* feat: [5167]: fixed go fmt

Signed-off-by: Amit Kumar Das <[email protected]>

---------

Signed-off-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update Polices (litmuschaos#5186)

* update: governance

Signed-off-by: PriteshKiri <[email protected]>

* update: code of conduct

Signed-off-by: PriteshKiri <[email protected]>

* update: contribution guide

Signed-off-by: PriteshKiri <[email protected]>

* chore: updated community meetings content in Readme

Signed-off-by: PriteshKiri <[email protected]>

* fix: community meeting form link

Signed-off-by: PriteshKiri <[email protected]>

---------

Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Removes hardcoded namespaces for K8s manifests (litmuschaos#5223)

Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Ensure SERVER_ADDR includes scheme on re-download manifestFix server addr (litmuschaos#5213)

* Ensure SERVER_ADDR includes scheme on re-download manifest

Signed-off-by: UJESH2K <[email protected]>

* Ensure SERVER_ADDR includes scheme on re-download manifest

Signed-off-by: UJESH2K <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: resolve missing experiment pod logs issue (litmuschaos#5207)

Fixed missing experiment pod logs by updating relevant entities and components.
Updated workflowRun entity, CustomStepLog controller, and ExperimentRunDetailsPanel
to properly handle and display experiment pod logs.

Signed-off-by: Harshit Panchbhai <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Added fixes (litmuschaos#5227)

Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* chore(3.22.0): Add the installation manifest for 3.22.0 version (litmuschaos#5229)

Signed-off-by: Shubham Chaudhary <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Fixed conversion issues and added formatting improvements

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed all go version to 1.24.0

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Delete test-chaoscenter-mods.ps1

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Delete test-chaoscenter-mods.ps1​

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update Dockerfile

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
Signed-off-by: Amit Kumar Das <[email protected]>
Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: Harshit Panchbhai <[email protected]>
Signed-off-by: Shubham Chaudhary <[email protected]>
Co-authored-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Co-authored-by: Bartlomiej Gmerek <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Co-authored-by: harshit12339 <[email protected]>
Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
UJESH2K added a commit to UJESH2K/fix-server-addr that referenced this pull request Oct 28, 2025
…schaos#5236)

* fix[5200]: Namespace Compromise via hostPID (litmuschaos#5201)

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution (litmuschaos#5203)

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: [5167]: updated probe fetching logic in a fault (litmuschaos#5199)

* feat: [5167]: updated probe fetching logic in a fault

Signed-off-by: Amit Kumar Das <[email protected]>

* feat: [5167]: fixed go fmt

Signed-off-by: Amit Kumar Das <[email protected]>

---------

Signed-off-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update Polices (litmuschaos#5186)

* update: governance

Signed-off-by: PriteshKiri <[email protected]>

* update: code of conduct

Signed-off-by: PriteshKiri <[email protected]>

* update: contribution guide

Signed-off-by: PriteshKiri <[email protected]>

* chore: updated community meetings content in Readme

Signed-off-by: PriteshKiri <[email protected]>

* fix: community meeting form link

Signed-off-by: PriteshKiri <[email protected]>

---------

Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Removes hardcoded namespaces for K8s manifests (litmuschaos#5223)

Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Ensure SERVER_ADDR includes scheme on re-download manifestFix server addr (litmuschaos#5213)

* Ensure SERVER_ADDR includes scheme on re-download manifest

Signed-off-by: UJESH2K <[email protected]>

* Ensure SERVER_ADDR includes scheme on re-download manifest

Signed-off-by: UJESH2K <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: resolve missing experiment pod logs issue (litmuschaos#5207)

Fixed missing experiment pod logs by updating relevant entities and components.
Updated workflowRun entity, CustomStepLog controller, and ExperimentRunDetailsPanel
to properly handle and display experiment pod logs.

Signed-off-by: Harshit Panchbhai <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Added fixes (litmuschaos#5227)

Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* chore(3.22.0): Add the installation manifest for 3.22.0 version (litmuschaos#5229)

Signed-off-by: Shubham Chaudhary <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Fixed conversion issues and added formatting improvements

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed all go version to 1.24.0

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Delete test-chaoscenter-mods.ps1

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Delete test-chaoscenter-mods.ps1​

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update Dockerfile

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
Signed-off-by: Amit Kumar Das <[email protected]>
Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: Harshit Panchbhai <[email protected]>
Signed-off-by: Shubham Chaudhary <[email protected]>
Co-authored-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Co-authored-by: Bartlomiej Gmerek <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Co-authored-by: harshit12339 <[email protected]>
Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
Jonsy13 added a commit that referenced this pull request Oct 29, 2025
* Fix JWT module version and checksum issue

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* docs: add missing GCP experiments to documentation table (#5239)

Signed-off-by: Gurupriyan D A <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* docs: Add AWS SSM Chaos experiments to AWS experiments table (#5240)

* docs: Add AWS SSM Chaos experiments to AWS experiments table

Add AWS SSM Chaos By ID and AWS SSM Chaos By Tag experiments

Fixes #5237

Signed-off-by: Coder-pro1 <[email protected]>

* Fix AWS SSM Chaos links in contents.md

Signed-off-by: Seneviratne N S <[email protected]>

---------

Signed-off-by: Coder-pro1 <[email protected]>
Signed-off-by: Seneviratne N S <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update go.mod

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Updated Runner Type for Ubuntu to latest under github-pages build pipeline (#5249)

* Added fixes

Signed-off-by: git <[email protected]>

* Added fixes

Signed-off-by: git <[email protected]>

---------

Signed-off-by: git <[email protected]>
Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Fix: Patch CVE-2024-45337 (crypto/ssh Authorization Bypass) and stabilize controller-runtime envtest failure (#5244)

* Fix: resolved vulnerability issues in server

Signed-off-by: UJESH2K <[email protected]>

* changed goversion to 1.24.0 in every file

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix(UI): update delete command in Disable Chaos Infrastructure popup (#5253) (#5261)

- Corrected command syntax to use commas between resources.
- Kept namespace dynamic using ${chaosInfrastructureNamespace}.
- Verified in UI.

Signed-off-by: Devank Gupta <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix(security): upgrade golang.org/x/oauth2 to v0.27.0 to resolve CVE-2025-22868 (#5233)

* fix(security): upgrade golang.org/x/oauth2 to v0.27.0 to resolve CVE-2025-22868

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* chore: update Go version to 1.24.0 in go.mod, Dockerfile, and CI workflow

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: use stable golang:1.24.0-bookworm base image in Dockerfile

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* 1.25 go version

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* golang.org/x/crypto v0.35.0 go version

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* golang.org/x/crypto v0.35.0 go version and 1.24

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed docker

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed docker

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Temporary commit before rebase

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Changed trivy to v2 and authentication goversion to 1.24.0

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Revert Trivy v2 change

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed build.yml from 1.24 to 1.24.0

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* removed trivy version mismatch

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* go mod tidy

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update go.mod

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update go.mod

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fixed name issue (#5250)

Signed-off-by: VIDHITTS <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Fix CVE-2025-22869: Go runtime Denial of Service vulnerability (#5236)

* fix[5200]: Namespace Compromise via hostPID (#5201)

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution (#5203)

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: [5167]: updated probe fetching logic in a fault (#5199)

* feat: [5167]: updated probe fetching logic in a fault

Signed-off-by: Amit Kumar Das <[email protected]>

* feat: [5167]: fixed go fmt

Signed-off-by: Amit Kumar Das <[email protected]>

---------

Signed-off-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update Polices (#5186)

* update: governance

Signed-off-by: PriteshKiri <[email protected]>

* update: code of conduct

Signed-off-by: PriteshKiri <[email protected]>

* update: contribution guide

Signed-off-by: PriteshKiri <[email protected]>

* chore: updated community meetings content in Readme

Signed-off-by: PriteshKiri <[email protected]>

* fix: community meeting form link

Signed-off-by: PriteshKiri <[email protected]>

---------

Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Removes hardcoded namespaces for K8s manifests (#5223)

Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Ensure SERVER_ADDR includes scheme on re-download manifestFix server addr (#5213)

* Ensure SERVER_ADDR includes scheme on re-download manifest

Signed-off-by: UJESH2K <[email protected]>

* Ensure SERVER_ADDR includes scheme on re-download manifest

Signed-off-by: UJESH2K <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: resolve missing experiment pod logs issue (#5207)

Fixed missing experiment pod logs by updating relevant entities and components.
Updated workflowRun entity, CustomStepLog controller, and ExperimentRunDetailsPanel
to properly handle and display experiment pod logs.

Signed-off-by: Harshit Panchbhai <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Added fixes (#5227)

Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* chore(3.22.0): Add the installation manifest for 3.22.0 version (#5229)

Signed-off-by: Shubham Chaudhary <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Fixed conversion issues and added formatting improvements

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed all go version to 1.24.0

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Delete test-chaoscenter-mods.ps1

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Delete test-chaoscenter-mods.ps1​

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update Dockerfile

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
Signed-off-by: Amit Kumar Das <[email protected]>
Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: Harshit Panchbhai <[email protected]>
Signed-off-by: Shubham Chaudhary <[email protected]>
Co-authored-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Co-authored-by: Bartlomiej Gmerek <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Co-authored-by: harshit12339 <[email protected]>
Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* docs: update footer year of experiment docs to 2025 (#5277) (#5279)

Signed-off-by: Umesh Kumar Pal <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: update FAQ and Troubleshooting headings (#5263) (#5276)

Signed-off-by: Umesh Kumar Pal <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: Allow chaos probes with same name across different projects (#5241)

* Refactor MongoDB index creation for ChaosProbeCollection

Signed-off-by: khushi1310 <[email protected]>

* fix-Cannot reuse probe name after deletion

Signed-off-by: khushi1310 <[email protected]>

* Update Go base image version to 1.24.6

Signed-off-by: khushi1310 <[email protected]>

* Update Go version to 1.24

Signed-off-by: khushi1310 <[email protected]>

* reverting go version

Signed-off-by: khushi1310 <[email protected]>

* reverting go version

Signed-off-by: khushi1310 <[email protected]>

---------

Signed-off-by: khushi1310 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Sarthak Jain <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Show tick icon for completed experiments update (#5260)

* Update StatusHeatMap.tsx

Signed-off-by: khushi Tiwari <[email protected]>

Signed-off-by: khushi1310 <[email protected]>

* Update StatusHeatMap.module.scss

Signed-off-by: khushi Tiwari <[email protected]>

Signed-off-by: khushi1310 <[email protected]>

---------

Signed-off-by: khushi1310 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fixed_issue (#5259)

Signed-off-by: khushi1310 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: [4998]: added tolerations in chaos engine spec when configured from advanced options (#5271)

Signed-off-by: Amit Kumar Das <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix(UI): update delete command in Disable Chaos Infrastructure popup (#5253) (#5274)

- Corrected command syntax to use commas between resources.
- Kept namespace dynamic using ${chaosInfrastructureNamespace}.
- Verified in UI.

Signed-off-by: Devank Gupta <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* go mod tidy to all

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* resolving conflicts

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
Signed-off-by: Gurupriyan D A <[email protected]>
Signed-off-by: Coder-pro1 <[email protected]>
Signed-off-by: Seneviratne N S <[email protected]>
Signed-off-by: git <[email protected]>
Signed-off-by: Devank Gupta <[email protected]>
Signed-off-by: VIDHITTS <[email protected]>
Signed-off-by: zyue110026 <[email protected]>
Signed-off-by: Amit Kumar Das <[email protected]>
Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: Harshit Panchbhai <[email protected]>
Signed-off-by: Shubham Chaudhary <[email protected]>
Signed-off-by: Umesh Kumar Pal <[email protected]>
Signed-off-by: khushi1310 <[email protected]>
Co-authored-by: Gurupriyan D A <[email protected]>
Co-authored-by: Seneviratne N S <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Co-authored-by: git <[email protected]>
Co-authored-by: Devank Gupta <[email protected]>
Co-authored-by: Vidhit T S <[email protected]>
Co-authored-by: zyue110026 <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Co-authored-by: Bartlomiej Gmerek <[email protected]>
Co-authored-by: harshit12339 <[email protected]>
Co-authored-by: Umesh Pal <[email protected]>
Co-authored-by: khushi1310 <[email protected]>
Co-authored-by: Sarthak Jain <[email protected]>
UJESH2K added a commit to UJESH2K/fix-server-addr that referenced this pull request Oct 29, 2025
…schaos#5236)

* fix[5200]: Namespace Compromise via hostPID (litmuschaos#5201)

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution (litmuschaos#5203)

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: [5167]: updated probe fetching logic in a fault (litmuschaos#5199)

* feat: [5167]: updated probe fetching logic in a fault

Signed-off-by: Amit Kumar Das <[email protected]>

* feat: [5167]: fixed go fmt

Signed-off-by: Amit Kumar Das <[email protected]>

---------

Signed-off-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update Polices (litmuschaos#5186)

* update: governance

Signed-off-by: PriteshKiri <[email protected]>

* update: code of conduct

Signed-off-by: PriteshKiri <[email protected]>

* update: contribution guide

Signed-off-by: PriteshKiri <[email protected]>

* chore: updated community meetings content in Readme

Signed-off-by: PriteshKiri <[email protected]>

* fix: community meeting form link

Signed-off-by: PriteshKiri <[email protected]>

---------

Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Removes hardcoded namespaces for K8s manifests (litmuschaos#5223)

Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Ensure SERVER_ADDR includes scheme on re-download manifestFix server addr (litmuschaos#5213)

* Ensure SERVER_ADDR includes scheme on re-download manifest

Signed-off-by: UJESH2K <[email protected]>

* Ensure SERVER_ADDR includes scheme on re-download manifest

Signed-off-by: UJESH2K <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: resolve missing experiment pod logs issue (litmuschaos#5207)

Fixed missing experiment pod logs by updating relevant entities and components.
Updated workflowRun entity, CustomStepLog controller, and ExperimentRunDetailsPanel
to properly handle and display experiment pod logs.

Signed-off-by: Harshit Panchbhai <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Added fixes (litmuschaos#5227)

Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* chore(3.22.0): Add the installation manifest for 3.22.0 version (litmuschaos#5229)

Signed-off-by: Shubham Chaudhary <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Fixed conversion issues and added formatting improvements

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed all go version to 1.24.0

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Delete test-chaoscenter-mods.ps1

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Delete test-chaoscenter-mods.ps1​

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update Dockerfile

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
Signed-off-by: Amit Kumar Das <[email protected]>
Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: Harshit Panchbhai <[email protected]>
Signed-off-by: Shubham Chaudhary <[email protected]>
Co-authored-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Co-authored-by: Bartlomiej Gmerek <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Co-authored-by: harshit12339 <[email protected]>
Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
UJESH2K added a commit to UJESH2K/fix-server-addr that referenced this pull request Oct 29, 2025
* Fix JWT module version and checksum issue

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* docs: add missing GCP experiments to documentation table (litmuschaos#5239)

Signed-off-by: Gurupriyan D A <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* docs: Add AWS SSM Chaos experiments to AWS experiments table (litmuschaos#5240)

* docs: Add AWS SSM Chaos experiments to AWS experiments table

Add AWS SSM Chaos By ID and AWS SSM Chaos By Tag experiments

Fixes litmuschaos#5237

Signed-off-by: Coder-pro1 <[email protected]>

* Fix AWS SSM Chaos links in contents.md

Signed-off-by: Seneviratne N S <[email protected]>

---------

Signed-off-by: Coder-pro1 <[email protected]>
Signed-off-by: Seneviratne N S <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update go.mod

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Updated Runner Type for Ubuntu to latest under github-pages build pipeline (litmuschaos#5249)

* Added fixes

Signed-off-by: git <[email protected]>

* Added fixes

Signed-off-by: git <[email protected]>

---------

Signed-off-by: git <[email protected]>
Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Fix: Patch CVE-2024-45337 (crypto/ssh Authorization Bypass) and stabilize controller-runtime envtest failure (litmuschaos#5244)

* Fix: resolved vulnerability issues in server

Signed-off-by: UJESH2K <[email protected]>

* changed goversion to 1.24.0 in every file

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix(UI): update delete command in Disable Chaos Infrastructure popup (litmuschaos#5253) (litmuschaos#5261)

- Corrected command syntax to use commas between resources.
- Kept namespace dynamic using ${chaosInfrastructureNamespace}.
- Verified in UI.

Signed-off-by: Devank Gupta <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix(security): upgrade golang.org/x/oauth2 to v0.27.0 to resolve CVE-2025-22868 (litmuschaos#5233)

* fix(security): upgrade golang.org/x/oauth2 to v0.27.0 to resolve CVE-2025-22868

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* chore: update Go version to 1.24.0 in go.mod, Dockerfile, and CI workflow

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: use stable golang:1.24.0-bookworm base image in Dockerfile

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* 1.25 go version

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* golang.org/x/crypto v0.35.0 go version

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* golang.org/x/crypto v0.35.0 go version and 1.24

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed docker

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed docker

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Temporary commit before rebase

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Changed trivy to v2 and authentication goversion to 1.24.0

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Revert Trivy v2 change

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed build.yml from 1.24 to 1.24.0

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* removed trivy version mismatch

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* go mod tidy

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update go.mod

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update go.mod

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fixed name issue (litmuschaos#5250)

Signed-off-by: VIDHITTS <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Fix CVE-2025-22869: Go runtime Denial of Service vulnerability (litmuschaos#5236)

* fix[5200]: Namespace Compromise via hostPID (litmuschaos#5201)

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution (litmuschaos#5203)

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: [5167]: updated probe fetching logic in a fault (litmuschaos#5199)

* feat: [5167]: updated probe fetching logic in a fault

Signed-off-by: Amit Kumar Das <[email protected]>

* feat: [5167]: fixed go fmt

Signed-off-by: Amit Kumar Das <[email protected]>

---------

Signed-off-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update Polices (litmuschaos#5186)

* update: governance

Signed-off-by: PriteshKiri <[email protected]>

* update: code of conduct

Signed-off-by: PriteshKiri <[email protected]>

* update: contribution guide

Signed-off-by: PriteshKiri <[email protected]>

* chore: updated community meetings content in Readme

Signed-off-by: PriteshKiri <[email protected]>

* fix: community meeting form link

Signed-off-by: PriteshKiri <[email protected]>

---------

Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Removes hardcoded namespaces for K8s manifests (litmuschaos#5223)

Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Ensure SERVER_ADDR includes scheme on re-download manifestFix server addr (litmuschaos#5213)

* Ensure SERVER_ADDR includes scheme on re-download manifest

Signed-off-by: UJESH2K <[email protected]>

* Ensure SERVER_ADDR includes scheme on re-download manifest

Signed-off-by: UJESH2K <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: resolve missing experiment pod logs issue (litmuschaos#5207)

Fixed missing experiment pod logs by updating relevant entities and components.
Updated workflowRun entity, CustomStepLog controller, and ExperimentRunDetailsPanel
to properly handle and display experiment pod logs.

Signed-off-by: Harshit Panchbhai <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Added fixes (litmuschaos#5227)

Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* chore(3.22.0): Add the installation manifest for 3.22.0 version (litmuschaos#5229)

Signed-off-by: Shubham Chaudhary <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Fixed conversion issues and added formatting improvements

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed all go version to 1.24.0

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Delete test-chaoscenter-mods.ps1

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Delete test-chaoscenter-mods.ps1​

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update Dockerfile

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
Signed-off-by: Amit Kumar Das <[email protected]>
Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: Harshit Panchbhai <[email protected]>
Signed-off-by: Shubham Chaudhary <[email protected]>
Co-authored-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Co-authored-by: Bartlomiej Gmerek <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Co-authored-by: harshit12339 <[email protected]>
Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* docs: update footer year of experiment docs to 2025 (litmuschaos#5277) (litmuschaos#5279)

Signed-off-by: Umesh Kumar Pal <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: update FAQ and Troubleshooting headings (litmuschaos#5263) (litmuschaos#5276)

Signed-off-by: Umesh Kumar Pal <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: Allow chaos probes with same name across different projects (litmuschaos#5241)

* Refactor MongoDB index creation for ChaosProbeCollection

Signed-off-by: khushi1310 <[email protected]>

* fix-Cannot reuse probe name after deletion

Signed-off-by: khushi1310 <[email protected]>

* Update Go base image version to 1.24.6

Signed-off-by: khushi1310 <[email protected]>

* Update Go version to 1.24

Signed-off-by: khushi1310 <[email protected]>

* reverting go version

Signed-off-by: khushi1310 <[email protected]>

* reverting go version

Signed-off-by: khushi1310 <[email protected]>

---------

Signed-off-by: khushi1310 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Sarthak Jain <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Show tick icon for completed experiments update (litmuschaos#5260)

* Update StatusHeatMap.tsx

Signed-off-by: khushi Tiwari <[email protected]>

Signed-off-by: khushi1310 <[email protected]>

* Update StatusHeatMap.module.scss

Signed-off-by: khushi Tiwari <[email protected]>

Signed-off-by: khushi1310 <[email protected]>

---------

Signed-off-by: khushi1310 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fixed_issue (litmuschaos#5259)

Signed-off-by: khushi1310 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: [4998]: added tolerations in chaos engine spec when configured from advanced options (litmuschaos#5271)

Signed-off-by: Amit Kumar Das <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix(UI): update delete command in Disable Chaos Infrastructure popup (litmuschaos#5253) (litmuschaos#5274)

- Corrected command syntax to use commas between resources.
- Kept namespace dynamic using ${chaosInfrastructureNamespace}.
- Verified in UI.

Signed-off-by: Devank Gupta <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* go mod tidy to all

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* resolving conflicts

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
Signed-off-by: Gurupriyan D A <[email protected]>
Signed-off-by: Coder-pro1 <[email protected]>
Signed-off-by: Seneviratne N S <[email protected]>
Signed-off-by: git <[email protected]>
Signed-off-by: Devank Gupta <[email protected]>
Signed-off-by: VIDHITTS <[email protected]>
Signed-off-by: zyue110026 <[email protected]>
Signed-off-by: Amit Kumar Das <[email protected]>
Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: Harshit Panchbhai <[email protected]>
Signed-off-by: Shubham Chaudhary <[email protected]>
Signed-off-by: Umesh Kumar Pal <[email protected]>
Signed-off-by: khushi1310 <[email protected]>
Co-authored-by: Gurupriyan D A <[email protected]>
Co-authored-by: Seneviratne N S <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Co-authored-by: git <[email protected]>
Co-authored-by: Devank Gupta <[email protected]>
Co-authored-by: Vidhit T S <[email protected]>
Co-authored-by: zyue110026 <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Co-authored-by: Bartlomiej Gmerek <[email protected]>
Co-authored-by: harshit12339 <[email protected]>
Co-authored-by: Umesh Pal <[email protected]>
Co-authored-by: khushi1310 <[email protected]>
Co-authored-by: Sarthak Jain <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
UJESH2K added a commit to UJESH2K/fix-server-addr that referenced this pull request Oct 29, 2025
…schaos#5236)

* fix[5200]: Namespace Compromise via hostPID (litmuschaos#5201)

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution (litmuschaos#5203)

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: [5167]: updated probe fetching logic in a fault (litmuschaos#5199)

* feat: [5167]: updated probe fetching logic in a fault

Signed-off-by: Amit Kumar Das <[email protected]>

* feat: [5167]: fixed go fmt

Signed-off-by: Amit Kumar Das <[email protected]>

---------

Signed-off-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update Polices (litmuschaos#5186)

* update: governance

Signed-off-by: PriteshKiri <[email protected]>

* update: code of conduct

Signed-off-by: PriteshKiri <[email protected]>

* update: contribution guide

Signed-off-by: PriteshKiri <[email protected]>

* chore: updated community meetings content in Readme

Signed-off-by: PriteshKiri <[email protected]>

* fix: community meeting form link

Signed-off-by: PriteshKiri <[email protected]>

---------

Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Removes hardcoded namespaces for K8s manifests (litmuschaos#5223)

Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Ensure SERVER_ADDR includes scheme on re-download manifestFix server addr (litmuschaos#5213)

* Ensure SERVER_ADDR includes scheme on re-download manifest

Signed-off-by: UJESH2K <[email protected]>

* Ensure SERVER_ADDR includes scheme on re-download manifest

Signed-off-by: UJESH2K <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: resolve missing experiment pod logs issue (litmuschaos#5207)

Fixed missing experiment pod logs by updating relevant entities and components.
Updated workflowRun entity, CustomStepLog controller, and ExperimentRunDetailsPanel
to properly handle and display experiment pod logs.

Signed-off-by: Harshit Panchbhai <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Added fixes (litmuschaos#5227)

Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* chore(3.22.0): Add the installation manifest for 3.22.0 version (litmuschaos#5229)

Signed-off-by: Shubham Chaudhary <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Fixed conversion issues and added formatting improvements

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed all go version to 1.24.0

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Delete test-chaoscenter-mods.ps1

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Delete test-chaoscenter-mods.ps1​

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update Dockerfile

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
Signed-off-by: Amit Kumar Das <[email protected]>
Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: Harshit Panchbhai <[email protected]>
Signed-off-by: Shubham Chaudhary <[email protected]>
Co-authored-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Co-authored-by: Bartlomiej Gmerek <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Co-authored-by: harshit12339 <[email protected]>
Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
UJESH2K added a commit to UJESH2K/fix-server-addr that referenced this pull request Oct 29, 2025
* Fix JWT module version and checksum issue

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* docs: add missing GCP experiments to documentation table (litmuschaos#5239)

Signed-off-by: Gurupriyan D A <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* docs: Add AWS SSM Chaos experiments to AWS experiments table (litmuschaos#5240)

* docs: Add AWS SSM Chaos experiments to AWS experiments table

Add AWS SSM Chaos By ID and AWS SSM Chaos By Tag experiments

Fixes litmuschaos#5237

Signed-off-by: Coder-pro1 <[email protected]>

* Fix AWS SSM Chaos links in contents.md

Signed-off-by: Seneviratne N S <[email protected]>

---------

Signed-off-by: Coder-pro1 <[email protected]>
Signed-off-by: Seneviratne N S <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update go.mod

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Updated Runner Type for Ubuntu to latest under github-pages build pipeline (litmuschaos#5249)

* Added fixes

Signed-off-by: git <[email protected]>

* Added fixes

Signed-off-by: git <[email protected]>

---------

Signed-off-by: git <[email protected]>
Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Fix: Patch CVE-2024-45337 (crypto/ssh Authorization Bypass) and stabilize controller-runtime envtest failure (litmuschaos#5244)

* Fix: resolved vulnerability issues in server

Signed-off-by: UJESH2K <[email protected]>

* changed goversion to 1.24.0 in every file

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix(UI): update delete command in Disable Chaos Infrastructure popup (litmuschaos#5253) (litmuschaos#5261)

- Corrected command syntax to use commas between resources.
- Kept namespace dynamic using ${chaosInfrastructureNamespace}.
- Verified in UI.

Signed-off-by: Devank Gupta <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix(security): upgrade golang.org/x/oauth2 to v0.27.0 to resolve CVE-2025-22868 (litmuschaos#5233)

* fix(security): upgrade golang.org/x/oauth2 to v0.27.0 to resolve CVE-2025-22868

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* chore: update Go version to 1.24.0 in go.mod, Dockerfile, and CI workflow

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: use stable golang:1.24.0-bookworm base image in Dockerfile

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* 1.25 go version

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* golang.org/x/crypto v0.35.0 go version

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* golang.org/x/crypto v0.35.0 go version and 1.24

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed docker

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed docker

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Temporary commit before rebase

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Changed trivy to v2 and authentication goversion to 1.24.0

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Revert Trivy v2 change

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed build.yml from 1.24 to 1.24.0

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* removed trivy version mismatch

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* go mod tidy

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update go.mod

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update go.mod

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fixed name issue (litmuschaos#5250)

Signed-off-by: VIDHITTS <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Fix CVE-2025-22869: Go runtime Denial of Service vulnerability (litmuschaos#5236)

* fix[5200]: Namespace Compromise via hostPID (litmuschaos#5201)

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution (litmuschaos#5203)

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: hostPID set to false

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

* fix: Potential Denial of Service via unrestricted CPU/memory and root user execution

Signed-off-by: zyue110026 <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: [5167]: updated probe fetching logic in a fault (litmuschaos#5199)

* feat: [5167]: updated probe fetching logic in a fault

Signed-off-by: Amit Kumar Das <[email protected]>

* feat: [5167]: fixed go fmt

Signed-off-by: Amit Kumar Das <[email protected]>

---------

Signed-off-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update Polices (litmuschaos#5186)

* update: governance

Signed-off-by: PriteshKiri <[email protected]>

* update: code of conduct

Signed-off-by: PriteshKiri <[email protected]>

* update: contribution guide

Signed-off-by: PriteshKiri <[email protected]>

* chore: updated community meetings content in Readme

Signed-off-by: PriteshKiri <[email protected]>

* fix: community meeting form link

Signed-off-by: PriteshKiri <[email protected]>

---------

Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Removes hardcoded namespaces for K8s manifests (litmuschaos#5223)

Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Ensure SERVER_ADDR includes scheme on re-download manifestFix server addr (litmuschaos#5213)

* Ensure SERVER_ADDR includes scheme on re-download manifest

Signed-off-by: UJESH2K <[email protected]>

* Ensure SERVER_ADDR includes scheme on re-download manifest

Signed-off-by: UJESH2K <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: resolve missing experiment pod logs issue (litmuschaos#5207)

Fixed missing experiment pod logs by updating relevant entities and components.
Updated workflowRun entity, CustomStepLog controller, and ExperimentRunDetailsPanel
to properly handle and display experiment pod logs.

Signed-off-by: Harshit Panchbhai <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Added fixes (litmuschaos#5227)

Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* chore(3.22.0): Add the installation manifest for 3.22.0 version (litmuschaos#5229)

Signed-off-by: Shubham Chaudhary <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Fixed conversion issues and added formatting improvements

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* changed all go version to 1.24.0

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Delete test-chaoscenter-mods.ps1

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Delete test-chaoscenter-mods.ps1​

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Update Dockerfile

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: zyue110026 <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
Signed-off-by: Amit Kumar Das <[email protected]>
Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: Harshit Panchbhai <[email protected]>
Signed-off-by: Shubham Chaudhary <[email protected]>
Co-authored-by: zyue110026 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Co-authored-by: Bartlomiej Gmerek <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Co-authored-by: harshit12339 <[email protected]>
Co-authored-by: git <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* docs: update footer year of experiment docs to 2025 (litmuschaos#5277) (litmuschaos#5279)

Signed-off-by: Umesh Kumar Pal <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: update FAQ and Troubleshooting headings (litmuschaos#5263) (litmuschaos#5276)

Signed-off-by: Umesh Kumar Pal <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: Allow chaos probes with same name across different projects (litmuschaos#5241)

* Refactor MongoDB index creation for ChaosProbeCollection

Signed-off-by: khushi1310 <[email protected]>

* fix-Cannot reuse probe name after deletion

Signed-off-by: khushi1310 <[email protected]>

* Update Go base image version to 1.24.6

Signed-off-by: khushi1310 <[email protected]>

* Update Go version to 1.24

Signed-off-by: khushi1310 <[email protected]>

* reverting go version

Signed-off-by: khushi1310 <[email protected]>

* reverting go version

Signed-off-by: khushi1310 <[email protected]>

---------

Signed-off-by: khushi1310 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Sarthak Jain <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* Show tick icon for completed experiments update (litmuschaos#5260)

* Update StatusHeatMap.tsx

Signed-off-by: khushi Tiwari <[email protected]>

Signed-off-by: khushi1310 <[email protected]>

* Update StatusHeatMap.module.scss

Signed-off-by: khushi Tiwari <[email protected]>

Signed-off-by: khushi1310 <[email protected]>

---------

Signed-off-by: khushi1310 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fixed_issue (litmuschaos#5259)

Signed-off-by: khushi1310 <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix: [4998]: added tolerations in chaos engine spec when configured from advanced options (litmuschaos#5271)

Signed-off-by: Amit Kumar Das <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* fix(UI): update delete command in Disable Chaos Infrastructure popup (litmuschaos#5253) (litmuschaos#5274)

- Corrected command syntax to use commas between resources.
- Kept namespace dynamic using ${chaosInfrastructureNamespace}.
- Verified in UI.

Signed-off-by: Devank Gupta <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* go mod tidy to all

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

* resolving conflicts

Signed-off-by: UJESH KUMAR YADAV <[email protected]>

---------

Signed-off-by: UJESH2K <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
Signed-off-by: Gurupriyan D A <[email protected]>
Signed-off-by: Coder-pro1 <[email protected]>
Signed-off-by: Seneviratne N S <[email protected]>
Signed-off-by: git <[email protected]>
Signed-off-by: Devank Gupta <[email protected]>
Signed-off-by: VIDHITTS <[email protected]>
Signed-off-by: zyue110026 <[email protected]>
Signed-off-by: Amit Kumar Das <[email protected]>
Signed-off-by: PriteshKiri <[email protected]>
Signed-off-by: Bartlomiej Gmerek <[email protected]>
Signed-off-by: Harshit Panchbhai <[email protected]>
Signed-off-by: Shubham Chaudhary <[email protected]>
Signed-off-by: Umesh Kumar Pal <[email protected]>
Signed-off-by: khushi1310 <[email protected]>
Co-authored-by: Gurupriyan D A <[email protected]>
Co-authored-by: Seneviratne N S <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Co-authored-by: git <[email protected]>
Co-authored-by: Devank Gupta <[email protected]>
Co-authored-by: Vidhit T S <[email protected]>
Co-authored-by: zyue110026 <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>
Co-authored-by: Bartlomiej Gmerek <[email protected]>
Co-authored-by: harshit12339 <[email protected]>
Co-authored-by: Umesh Pal <[email protected]>
Co-authored-by: khushi1310 <[email protected]>
Co-authored-by: Sarthak Jain <[email protected]>
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
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.

Experiment Logs are not coming in the UI Logs are not coming in the UI

4 participants