Skip to content

Conversation

vikramdevtron
Copy link
Contributor

Description

Fixes #

Checklist:

  • The title of the PR states what changed and the related issues number (used for the release note).
  • Does this PR requires documentation updates?
  • I've updated documentation as required by this PR.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have tested it for all user roles.
  • I have added all the required unit/api test cases.

Does this PR introduce a user-facing change?


prakash100198 and others added 30 commits May 22, 2025 17:38
# Conflicts:
#	go.mod
#	go.sum
#	vendor/github.com/devtron-labs/common-lib/utils/k8s/K8sUtil.go
#	vendor/modules.txt
# Conflicts:
#	go.mod
#	go.sum
#	vendor/modules.txt
fix: incorrect data for git trigger history at app detail page
* removed hardcoded dependencies

* k8s upgrade

* helm and argo upgrade

* helm and argo upgrade

* golang.org/x/net upgrade

* golang.org/x/net upgrade

* DeleteProject gitlab client changes

* common-lib sync

* common lib sync

* common-lib sync
# Conflicts:
#	env_gen.json
#	go.mod
#	go.sum
#	pkg/delete/DeleteService.go
#	vendor/modules.txt
# Conflicts:
#	go.mod
#	go.sum
#	vendor/modules.txt
prakash100198 and others added 8 commits June 10, 2025 14:03
…n-oss

chore: when a cluster event occurs, create config map instead of secret
* refact

* app count events

* app count events

* app count events

* app count events

* query fix

* policies included

* wip

* query fix

posthog query

* removed extra dockerFile count queries

* fix

* fix
* fix: gitops provider multiple save error

* updated const ArgoRepoSyncDelayErr as per new ArgoCd update

* fix: unable resolve 'HEAD' to a commit SHA

* fix: git clone issue for empty repository

* fix: ambiguous argument 'origin/HEAD': unknown revision or path not in the working tree.

* fix: SSH known host confirmation issue on cloning

* chore: updated default value of ARGO_REPO_REGISTER_RETRY_COUNT

* chore: incorporated review comments

* chore: removed dead code

* chore: minor refactorings

* chore: added integration test cases

* fix: added handling for argocd older versions
* panic fixes (#6657)

* fix-cd-pipeline-check (#6658)

* vendor update on develop

---------

Co-authored-by: Shivam Nagar <[email protected]>
* panic fixes (#6657)

* fix-cd-pipeline-check (#6658)

* release: PR for v1.7.0 (#6667)

* Updated release-notes files

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* removed init-container from git-sensor (#6605)

Co-authored-by: Badal Kumar Prusty <[email protected]>

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* feat: added support for loadBalancerIP (#6617)

* added support for loadBalancerIP

* removed default value for loadBalancerIP

---------

Co-authored-by: Badal Kumar Prusty <[email protected]>

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* set fsGroup to allow non-root app to write to PVC (#6664)

Co-authored-by: Badal Kumar Prusty <[email protected]>

* misc: Shifted the dbConfigs under global (#6621)

* Shifted the dbConfigs under global

* updated the configurations for external database support

* handled casbin migration case for database name

* added support for custom annotations for ci-runner cd-runner and devtron

* switched the conditioning to handle devtron-bom.yaml

* removed check of values.global from postgresql.yaml

* Updated kubewatch to a4fc9044-419-33852 tag in values file

* Updated kubelink to a4fc9044-564-33855 tag in values file

* Updated devtron to c8e75fb-434-33854 tag in values file

* added support for nfs (#6665)

Co-authored-by: Badal Kumar Prusty <[email protected]>

* Updated lens to a4fc9044-333-33874 tag in values file

* Updated git-sensor to a4fc9044-200-33872 tag in values file

* Updated dashboard to a85f2624-690-33873 tag in values file

* Updated ci-runner to a4fc9044-138-33875 tag in values file

* Updated notifier to 19d654ff-372-33876 tag in values file

* Updated image-scanner to a4fc9044-141-33877 tag in values file

* Updated chart-sync to a4fc9044-836-33878 tag in values file

* Updated hyperion to c8e75fb-280-33879 tag in values file

* Updated the nfs condition

* Updated the version in scripts

* updated release-notes file

* Updated releasenotes.md

* Updated release-notes-v1.7.0.md

* finalized releasenotes

---------

Co-authored-by: Badal Kumar <[email protected]>
Co-authored-by: Badal Kumar Prusty <[email protected]>
Co-authored-by: akshatsinha007 <[email protected]>
Co-authored-by: akshatsinha007 <[email protected]>

* vendor update on rc

---------

Co-authored-by: Shivam Nagar <[email protected]>
Co-authored-by: systemsdt <[email protected]>
Co-authored-by: Badal Kumar <[email protected]>
Co-authored-by: Badal Kumar Prusty <[email protected]>
Co-authored-by: akshatsinha007 <[email protected]>
Co-authored-by: akshatsinha007 <[email protected]>
Copy link

gitguardian bot commented Jun 19, 2025

⚠️ GitGuardian has uncovered 2 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
2763127 Triggered Generic High Entropy Secret c1038ba scripts/devtron-reference-helm-charts/gpu-workload-4-21-0/secrets-test-values.yaml View secret
141558 Triggered Generic High Entropy Secret c1038ba scripts/devtron-reference-helm-charts/gpu-workload-4-21-0/env-values.yaml View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarQube Cloud

@vikramdevtron vikramdevtron merged commit 268c1e4 into main Jun 19, 2025
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants