-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from weaveworks/v2.1.2-wa.3
updating dependencies for notification-controller and flux2
- Loading branch information
Showing
5 changed files
with
126 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
update_vulns_2 | ||
|
||
From: Soule BA <soule@weave.works> | ||
|
||
|
||
--- | ||
tests/azure/go.mod | 20 ++++++++++---------- | ||
1 file changed, 10 insertions(+), 10 deletions(-) | ||
|
||
diff --git a/tests/azure/go.mod b/tests/azure/go.mod | ||
index 24320579..2db5b84a 100644 | ||
--- a/tests/azure/go.mod | ||
+++ b/tests/azure/go.mod | ||
@@ -24,11 +24,11 @@ require ( | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/whilp/git-urls v1.0.0 | ||
go.uber.org/multierr v1.11.0 | ||
- k8s.io/api v0.27.4 | ||
- k8s.io/apimachinery v0.27.4 | ||
- k8s.io/client-go v0.27.4 | ||
+ k8s.io/api v0.27.8 | ||
+ k8s.io/apimachinery v0.27.8 | ||
+ k8s.io/client-go v0.27.8 | ||
k8s.io/klog/v2 v2.100.1 | ||
- sigs.k8s.io/controller-runtime v0.15.1 | ||
+ sigs.k8s.io/controller-runtime v0.15.3 | ||
) | ||
|
||
require ( | ||
@@ -74,7 +74,7 @@ require ( | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/gofuzz v1.2.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
- github.com/hashicorp/errwrap v1.0.0 // indirect | ||
+ github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/go-version v1.6.0 // indirect | ||
github.com/hashicorp/terraform-json v0.15.0 // indirect | ||
@@ -97,12 +97,12 @@ require ( | ||
github.com/xanzy/ssh-agent v0.3.3 // indirect | ||
github.com/zclconf/go-cty v1.13.0 // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
- golang.org/x/crypto v0.13.0 // indirect | ||
+ golang.org/x/crypto v0.14.0 // indirect | ||
golang.org/x/mod v0.12.0 // indirect | ||
- golang.org/x/net v0.15.0 // indirect | ||
- golang.org/x/oauth2 v0.5.0 // indirect | ||
- golang.org/x/sys v0.12.0 // indirect | ||
- golang.org/x/term v0.12.0 // indirect | ||
+ golang.org/x/net v0.17.0 // indirect | ||
+ golang.org/x/oauth2 v0.13.0 // indirect | ||
+ golang.org/x/sys v0.13.0 // indirect | ||
+ golang.org/x/term v0.13.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/tools v0.13.0 // indirect |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# This series applies on Git commit a18d4f345021182d6516bf3e8e00210567f46ab5 | ||
01-change_image_name.patch | ||
02-update_vulns.patch | ||
03-update_vulns_2.patch |
67 changes: 67 additions & 0 deletions
67
patches-flux-v21/notification-controller/04-update_git_urls.patch
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
update_git_urls | ||
|
||
From: Soule BA <bah.soule@gmail.com> | ||
|
||
|
||
--- | ||
go.mod | 2 +- | ||
go.sum | 4 ++-- | ||
internal/notifier/util.go | 2 +- | ||
3 files changed, 4 insertions(+), 4 deletions(-) | ||
|
||
diff --git a/go.mod b/go.mod | ||
index d49e5c8..0c85eab 100644 | ||
--- a/go.mod | ||
+++ b/go.mod | ||
@@ -12,6 +12,7 @@ require ( | ||
github.com/Azure/azure-event-hubs-go/v3 v3.6.1 | ||
github.com/DataDog/datadog-api-client-go/v2 v2.15.0 | ||
github.com/PagerDuty/go-pagerduty v1.7.0 | ||
+ github.com/chainguard-dev/git-urls v1.0.2 | ||
github.com/containrrr/shoutrrr v0.8.0 | ||
github.com/fluxcd/notification-controller/api v1.1.0 | ||
github.com/fluxcd/pkg/apis/event v0.5.2 | ||
@@ -31,7 +32,6 @@ require ( | ||
github.com/slok/go-http-metrics v0.10.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.8.4 | ||
- github.com/whilp/git-urls v1.0.0 | ||
github.com/xanzy/go-gitlab v0.90.0 | ||
golang.org/x/oauth2 v0.11.0 | ||
google.golang.org/api v0.138.0 | ||
diff --git a/go.sum b/go.sum | ||
index fa7178a..a0a4f0e 100644 | ||
--- a/go.sum | ||
+++ b/go.sum | ||
@@ -685,6 +685,8 @@ github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj | ||
github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= | ||
github.com/chai2010/gettext-go v1.0.2 h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk= | ||
github.com/chai2010/gettext-go v1.0.2/go.mod h1:y+wnP2cHYaVj19NZhYKAwEMH2CI1gNHeQQ+5AjwawxA= | ||
+github.com/chainguard-dev/git-urls v1.0.2 h1:pSpT7ifrpc5X55n4aTTm7FFUE+ZQHKiqpiwNkJrVcKQ= | ||
+github.com/chainguard-dev/git-urls v1.0.2/go.mod h1:rbGgj10OS7UgZlbzdUQIQpT0k/D4+An04HJY7Ol+Y/o= | ||
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= | ||
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= | ||
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= | ||
@@ -1094,8 +1096,6 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o | ||
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= | ||
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= | ||
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= | ||
-github.com/whilp/git-urls v1.0.0 h1:95f6UMWN5FKW71ECsXRUd3FVYiXdrE7aX4NZKcPmIjU= | ||
-github.com/whilp/git-urls v1.0.0/go.mod h1:J16SAmobsqc3Qcy98brfl5f5+e0clUvg1krgwk/qCfE= | ||
github.com/xanzy/go-gitlab v0.90.0 h1:j8ZUHfLfXdnC+B8njeNaW/kM44c1zw8fiuNj7D+qQN8= | ||
github.com/xanzy/go-gitlab v0.90.0/go.mod h1:5ryv+MnpZStBH8I/77HuQBsMbBGANtVpLWC15qOjWAw= | ||
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= | ||
diff --git a/internal/notifier/util.go b/internal/notifier/util.go | ||
index c7b59bd..4bdd5c6 100644 | ||
--- a/internal/notifier/util.go | ||
+++ b/internal/notifier/util.go | ||
@@ -26,8 +26,8 @@ import ( | ||
|
||
"github.com/fluxcd/pkg/git" | ||
|
||
+ giturls "github.com/chainguard-dev/git-urls" | ||
eventv1 "github.com/fluxcd/pkg/apis/event/v1beta1" | ||
- giturls "github.com/whilp/git-urls" | ||
) | ||
|
||
func parseGitAddress(s string) (string, string, error) { |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
01-change_image_name.patch | ||
02-update_x_net.patch | ||
03-update_grpc.patch | ||
04-update_git_urls.patch |