Skip to content

Commit 3841d75

Browse files
gireesh-naiduShashwatDadhichadi6859
authored
chore: dependabot version upgrade nats metrics oss (#4453)
* version upgraded * vendor file argoproj added * grpc version upgraded * net ,elazarl version upgraded * net ,elazarl version upgraded * version upgraded * version upgraded * go sum committed * version upgrade * dependency upgrade * version upgraded for open-telemetry * version upgraded for swift-nio-http2 * wire gen * merged dependabot_telemetry * SecureJoin version upgraded * argo-cd assets reverted * merge common lib * importing authenticator * importing common-lib * importing authenticator * fix * version upgrade 2.0 * version upgrade 3.0 * version upgrade 4.0 * authenticator reverted * bump common-lib * bump common-lib --------- Co-authored-by: ShashwatDadhich <[email protected]> Co-authored-by: adi6859 <[email protected]>
1 parent 981a1d2 commit 3841d75

File tree

2,156 files changed

+232028
-160145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,156 files changed

+232028
-160145
lines changed

go.mod

+92-92
Large diffs are not rendered by default.

go.sum

+236-570
Large diffs are not rendered by default.

pkg/appStore/deployment/tool/gitops/AppStoreDeploymentArgoCdService.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ func (impl AppStoreDeploymentArgoCdServiceImpl) patchAcdApp(ctx context.Context,
606606
return nil, err
607607
}
608608
// update acd app
609-
patchReq := v1alpha1.Application{Spec: v1alpha1.ApplicationSpec{Source: v1alpha1.ApplicationSource{Path: chartGitAttr.ChartLocation, RepoURL: chartGitAttr.RepoUrl, TargetRevision: "master"}}}
609+
patchReq := v1alpha1.Application{Spec: v1alpha1.ApplicationSpec{Source: &v1alpha1.ApplicationSource{Path: chartGitAttr.ChartLocation, RepoURL: chartGitAttr.RepoUrl, TargetRevision: "master"}}}
610610
reqbyte, err := json.Marshal(patchReq)
611611
if err != nil {
612612
impl.Logger.Errorw("error in creating patch", "err", err)

pkg/pipeline/WorkflowDagExecutor.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4420,7 +4420,7 @@ func (impl *WorkflowDagExecutorImpl) updateArgoPipeline(appId int, pipelineName
44204420
if appStatus.Code() == codes.OK {
44214421
impl.logger.Debugw("argo app exists", "app", argoAppName, "pipeline", pipelineName)
44224422
if argoApplication.Spec.Source.Path != envOverride.Chart.ChartLocation || argoApplication.Spec.Source.TargetRevision != "master" {
4423-
patchReq := v1alpha1.Application{Spec: v1alpha1.ApplicationSpec{Source: v1alpha1.ApplicationSource{Path: envOverride.Chart.ChartLocation, RepoURL: envOverride.Chart.GitRepoUrl, TargetRevision: "master"}}}
4423+
patchReq := v1alpha1.Application{Spec: v1alpha1.ApplicationSpec{Source: &v1alpha1.ApplicationSource{Path: envOverride.Chart.ChartLocation, RepoURL: envOverride.Chart.GitRepoUrl, TargetRevision: "master"}}}
44244424
reqbyte, err := json.Marshal(patchReq)
44254425
if err != nil {
44264426
impl.logger.Errorw("error in creating patch", "err", err)

vendor/cloud.google.com/go/compute/internal/version.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/iam/CHANGES.md

+29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/iam/apiv1/iampb/iam_policy.pb.go

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/iam/apiv1/iampb/options.pb.go

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)