-
Notifications
You must be signed in to change notification settings - Fork 531
sync: Release candidate v0.34.0 #6539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix: postgresql skip unique constraints error and handle network connection error
# Conflicts: # pkg/module/bean/bean.go # util/GlobalConfig.go # vendor/github.com/devtron-labs/authenticator/client/oidcClient.go
misc: update the descriptions of env variables
# Conflicts: # env_gen.json # env_gen.md
sync: Main sync develop
fix: CI dangling pod after aborting build
fix: added more fields in webhook notification
* wip: adding code in oss * adding migration * fix for oci chart link * renaming migration --------- Co-authored-by: iamayushm <devtron-bot@devtron.ai>
sync: Main sync develop
sync: Vendor update develop
* changes around ciHandler * common constants create * ci service and trigger service creation * wire file missed * trigger service moved completely * feat: added ucid validation for ci/cd workflow status update event * telemetry svc refactoring * updated wire gen files * fix: CheckIfReTriggerRequired condition and CdHandlerImpl.UpdateWorkflow method * fix: workflow message update * updated import alias * fix: ci/ cd status update inconsistencies * fix: checkForOptOut method error handling * fix: panic handling * fix: updated DevtronAdministratorInstanceLabelKey for system executor * fix: reverted base64 encoding * fix: ci/ cd workflow msg update * fix: ci/ cd workflow msg update * matrics for retrigger failed event * updated logger * ci service ent oss completed * added app to subdirectory for categorising entity * cd handler and ci handle extracted, executor workflow service executed * workflow service ent change * workflow service ent change * Redundant import removed * rename pkg/ * reverted pkg categorisation * chore: posthug refactoring and const renamed * chore: kubewatch const renamed * chore: removed posthug module * chore: ci/cd workflow message datatype updated * wip * file renaming * deployStage unstacked file * file renamed * updated BuildxCacheFlags description --------- Co-authored-by: Ash-exp <asutosh2000ad@gmail.com>
sync: Develop sync RC
sync: Main sync rc
The migration files have successfully passed the criteria!! |
|
vivek-devtron
approved these changes
Apr 25, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes #
Checklist:
Does this PR introduce a user-facing change?