Skip to content

Commit 5bb904f

Browse files
authored
Merge pull request #944 from weaveworks/fix-pd-handlers
fix: Bump progressive-delivery version
2 parents 5b0f316 + c9ffbf1 commit 5bb904f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
github.com/weaveworks/cluster-controller v0.0.0-20220329095024-22c0a57802a4
4545
github.com/weaveworks/go-checkpoint v0.0.0-20220223124739-fd9899e2b4f2
4646
github.com/weaveworks/policy-agent/api v1.0.3
47-
github.com/weaveworks/progressive-delivery v0.0.0-20220609131530-0ec9ab23bbcd
47+
github.com/weaveworks/progressive-delivery v0.0.0-20220614101315-f4e249c388e4
4848
github.com/xanzy/go-gitlab v0.54.3
4949
golang.org/x/crypto v0.0.0-20220513210258-46612604a0f9
5050
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,8 @@ github.com/weaveworks/policy-agent/api v1.0.3 h1:gq+YXSyFZdcYtVZoqa4awrMBYXUofsC
978978
github.com/weaveworks/policy-agent/api v1.0.3/go.mod h1:GbePwORMtByaPqKoD7xuY/oqdq8iagfh5R6NZS14+AA=
979979
github.com/weaveworks/progressive-delivery v0.0.0-20220609131530-0ec9ab23bbcd h1:CYNzTHxGNIWNLcyvxPkq5SItpZwKyFviaepnEFtHiqM=
980980
github.com/weaveworks/progressive-delivery v0.0.0-20220609131530-0ec9ab23bbcd/go.mod h1:EDiZT61CwqpTH2unVNy/GWw24RyDCTd0o0km3wix7Xk=
981+
github.com/weaveworks/progressive-delivery v0.0.0-20220614101315-f4e249c388e4 h1:R4ixccxMZNfEZ44cFVuSePpN77wyCckFrhfW3z3xXdg=
982+
github.com/weaveworks/progressive-delivery v0.0.0-20220614101315-f4e249c388e4/go.mod h1:EDiZT61CwqpTH2unVNy/GWw24RyDCTd0o0km3wix7Xk=
981983
github.com/weaveworks/weave-gitops v0.8.1 h1:EfQXiP7xARB/cJY3mM2Vd03tUUGxJVIj/0rhWVeBLPU=
982984
github.com/weaveworks/weave-gitops v0.8.1/go.mod h1:2wNjCDUcAT/Ni605y36wuMyOTH9pp1CJP5ciZvv9AHQ=
983985
github.com/weaveworks/weave-gitops-enterprise-credentials v0.0.2 h1:7jeiQehqmI4ds6YIq8TW1Vqhlb6V7G2BVRJ8VM3r99I=

tools/dev-values-local.yaml.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
config:
33
capi:
44
repositoryURL: https://github.com/$GITHUB_USER/$GITHUB_REPO.git
5+
6+
features:
7+
progressiveDelivery:
8+
enabled: true

0 commit comments

Comments
 (0)