Skip to content

Commit ec1e8a9

Browse files
upgrade to latest dependencies (#187)
bumping knative.dev/client 76299ef...404cda5: > 404cda5 upgrade to latest dependencies (# 1539) > 883ff7d Update community files (# 1537) > c053f2b upgrade to latest dependencies (# 1538) > 85489ab upgrade to latest dependencies (# 1534) > 818460b Update community files (# 1535) > af89802 Update actions (# 1536) > 972eec2 Fixed panic when traffic split to unavailable revision (# 1533) > fee2252 upgrade to latest dependencies (# 1532) > 8fd19e6 Add --tag flag to service create and allow traffic split <100 when @latest is specified (# 1514) > 2b1e77d Align autoscaling annotations in tests (# 1531) > 0e89cfc Fix env, annotation and labels flags in service create/update/apply (# 1516) > 4316d03 Fixed panic in kn service describe (# 1529) > 5eb1ece upgrade to latest dependencies (# 1527) bumping knative.dev/hack 813559c...e11ac12: > e11ac12 Update community files (# 126) > 4ec2223 Update community files (# 124) Signed-off-by: Knative Automation <[email protected]>
1 parent d56bece commit ec1e8a9

File tree

3 files changed

+67
-40
lines changed

3 files changed

+67
-40
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/spf13/cobra v1.2.1
77
gotest.tools/v3 v3.0.3
8-
knative.dev/client v0.27.1-0.20211122135414-76299ef027c5
9-
knative.dev/hack v0.0.0-20211122162614-813559cefdda
8+
knative.dev/client v0.27.1-0.20211209135635-404cda5ee5bf
9+
knative.dev/hack v0.0.0-20211203062838-e11ac125e707
1010

1111
)

0 commit comments

Comments
 (0)