Skip to content

misc: Main sync 5 aug 2026 oss - #7008

Merged
prakash100198 merged 62 commits into
developfrom
main-sync-5-aug-2026-oss
Aug 5, 2026
Merged

misc: Main sync 5 aug 2026 oss#7008
prakash100198 merged 62 commits into
developfrom
main-sync-5-aug-2026-oss

Conversation

@prakash100198

Copy link
Copy Markdown
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?


vikramdevtron and others added 30 commits February 27, 2026 11:33
* feat: auto-assign role groups

* fix: sync claims with casbin policy

* feat: file re-structuring for ent oss sync

* feat: global auth apis

* sync file name with oss
* fix: global auth apis wire register for ea mode

* fix: linting
* 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 devtron to 59238e8-434-38692 tag in values file

* Updated kubelink to 6b408df4-564-38694 tag in values file

* Updated dashboard to d87d9a07-690-38693 tag in values file

* Updated release notes

* Updated release notes

* Updated release notes

* Updated release notes

* Updated kubewatch to fbde4d5e-419-38744 tag in values file

* Updated hyperion to 37b07f1-280-38743 tag in values file

* Updated devtron to 37b07f1-434-38746 tag in values file

* Updated kubelink to fbde4d5e-564-38749 tag in values file

* Updated git-sensor to fbde4d5e-200-38750 tag in values file

* Updated lens to fbde4d5e-333-38752 tag in values file

* Updated dashboard to d4a16ea7-690-38751 tag in values file

* Updated ci-runner to fbde4d5e-138-38754 tag in values file

* Updated image-scanner to fbde4d5e-141-38756 tag in values file

* Updated notifier to 580d409b-372-38755 tag in values file

* Updated chart-sync to fbde4d5e-836-38757 tag in values file

* Updated the version in scripts

* Update TimescaleDB password secret reference

* Bump version from 0.22.99 to 0.23.1

* Add CLUSTER_OVERVIEW_MAX_STALE_DATA_SECONDS variable

* Update releasenotes.md

* Update release-notes-v2.1.0.md

* Updated devtron to 634eb59-434-38762 tag in values file

* Updated hyperion to 634eb59-280-38763 tag in values file

---------

Co-authored-by: akshatsinha007 <156403098+akshatsinha007@users.noreply.github.com>
* fix: sync auto-assigned groups with casbin_rule user→group policies

* fix: support token for rbac check for clusters

* fix: support token for checkUser roles

* fix: support token based authentication for policy rest handlers

* fix: check for user isGroupClaims active in all rbac related functions

* fix: add email in case of devtron system managed

* fix: ea mode dependency updates
fix: add support of container name in cronjob
* Updated release-notes files

* Updated release notes

* Updated release notes

* Updated devtron to 1188d0b-434-38818 tag in values file

* Updated hyperion to 1188d0b-280-38819 tag in values file

* Updated release notes

* Updated dashboard to 8a175cbd-690-38843 tag in values file

* Updated the version in scripts

* Update release notes for version 2.1.1

* Update release notes for version 2.1.1

Removed the Enhancements and Others sections from the release notes.

---------

Co-authored-by: akshatsinha007 <156403098+akshatsinha007@users.noreply.github.com>
* sync: migration files

* sync: migration files
Introduces BUILDX_BUILDER_POD_WAIT_DURATION_SECS (default 120s) to
control how long ci-runner waits for buildx k8s driver builder pods
to reach Running state — both on initial startup and after spot
interruption recovery. Previously the post-interruption wait was
hardcoded to 2 minutes with no control on initial startup.

Changes:
- BuildxGlobalFlags: add BuildxBuilderPodWaitDurationSecs field
- WorkflowRequest: add buildxBuilderPodWaitDurationSecs JSON field
- HandlerService_ent: propagate new field in updateWorkflowRequestWithBuildxFlags
- env_gen.json: document new CI_BUILDX env var
- Tests: BuildxGlobalFlags defaults, propagation, JSON compat
…it-timeout

feat: add env-driven timeout for buildx builder pod readiness
* feat: add native sidecar container support

* sync: dep update oss sync
misc: migration number changed to 46
# Conflicts:
#	go.mod
#	go.sum
#	vendor/modules.txt
prkhrkat and others added 14 commits July 28, 2026 13:53
…ce (#7001)

* misc: branch sync with pr 3349

* feat: bitbucket auth refactor

* fix: remove ssh field from GitCredentialService.go

* debug: add debug logs for testing

* fix: set auth mode in GitConfig

* fix: save auth mode to DB while saving gitops config

* fix: add auth mode in response sent to frontend

* fix: unable to create deployment pipeline

* fix: get new client

* misc: remove new client and helper method for debugging

* fix: add missing auth mode

* refactor: use the common method to build gitopsconfigDTO

* fix: remove dead code based on review

---------

Co-authored-by: vivek-one2n <vivekanandan.gm@one2n.in>
Co-authored-by: Shivam Nagar <124123645+Shivam-nagar23@users.noreply.github.com>
- Adjust assignees in issue templates (.github/ISSUE_TEMPLATE).
- Refactor CODEOWNERS to streamline ownership.
- Simplify PagerDuty workflow assignees.
- Adjust assignees in issue templates (.github/ISSUE_TEMPLATE).
- Refactor CODEOWNERS to streamline ownership.
- Simplify PagerDuty workflow assignees.
chore: update GitHub configurations and ownership assignments
@bito-code-review

Copy link
Copy Markdown

Bito Automatic Review Skipped - Branch Excluded

Bito didn't auto-review because the source or target branch is excluded from automatic reviews. To trigger review, type /review in the comment and save. You can change the settings here, or contact the agent instance creator at shivam@devtron.ai.

Ash-exp
Ash-exp previously approved these changes Aug 5, 2026
vivek-devtron
vivek-devtron previously approved these changes Aug 5, 2026
@prakash100198
prakash100198 dismissed stale reviews from vivek-devtron and Ash-exp via 5b3426e August 5, 2026 08:32
@prakash100198
prakash100198 merged commit 2ba0ee2 into develop Aug 5, 2026
5 checks passed
@prakash100198
prakash100198 deleted the main-sync-5-aug-2026-oss branch August 5, 2026 08:33
@sonarqubecloud

sonarqubecloud Bot commented Aug 5, 2026

Copy link
Copy Markdown

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.