Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tmctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Find more information at: https://docs.triggermesh.io

```
-h, --help help for tmctl
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_brokers.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tmctl brokers [--set <broker>] [flags]
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tmctl config [set|get] [flags]
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_config_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tmctl config get [key] [flags]
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_config_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tmctl config set <key> <value> [flags]
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Create TriggerMesh component
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_create_broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tmctl create broker foo

```
-h, --help help for broker
--version string TriggerMesh broker version. (default "v1.2.1")
--version string TriggerMesh broker version. (default "v1.3.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_create_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tmctl create source httppoller \
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_create_target.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tmctl create target http \
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_create_transformation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EOF
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_create_trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tmctl create trigger --target sockeye --source foo-httppollersource
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tmctl delete --broker foo
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tmctl describe
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_dump.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tmctl dump
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_import.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tmctl import -f manifest.yaml
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tmctl logs
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_send-event.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tmctl send-event '{"hello":"world"}'
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tmctl start
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tmctl stop
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tmctl version [flags]
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/tmctl_watch.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tmctl watch
### Options inherited from parent commands

```
--version string TriggerMesh components version. (default "v1.24.4")
--version string TriggerMesh components version. (default "v1.25.0")
```

### SEE ALSO
Expand Down
34 changes: 17 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ require (
github.com/Azure/go-autorest/autorest v0.11.28
github.com/Azure/go-autorest/autorest/azure/auth v0.5.12
github.com/aws/aws-sdk-go v1.44.259
github.com/cloudevents/sdk-go/v2 v2.13.0
github.com/cloudevents/sdk-go/v2 v2.14.0
github.com/docker/docker v23.0.6+incompatible
github.com/docker/go-connections v0.4.0
github.com/jroimartin/gocui v0.5.0
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.2
github.com/triggermesh/brokers v1.2.1
github.com/triggermesh/triggermesh v1.24.4
github.com/triggermesh/triggermesh-core v1.2.1
github.com/triggermesh/brokers v1.3.0
github.com/triggermesh/triggermesh v1.25.0
github.com/triggermesh/triggermesh-core v1.3.0
google.golang.org/api v0.114.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.26.1
k8s.io/apimachinery v0.26.1
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
knative.dev/pkg v0.0.0-20221011175852-714b7630a836
knative.dev/pkg v0.0.0-20230320014357-4c84b1b51ee8
sigs.k8s.io/yaml v1.3.0
)

Expand All @@ -47,7 +47,7 @@ require (
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
contrib.go.opencensus.io/exporter/prometheus v0.4.0 // indirect
contrib.go.opencensus.io/exporter/zipkin v0.1.2 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.4.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.5.0 // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect
Expand All @@ -63,7 +63,7 @@ require (
github.com/blendle/zapdriver v1.3.1 // indirect
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cloudevents/sdk-go/observability/opencensus/v2 v2.13.0 // indirect
github.com/cloudevents/sdk-go/observability/opencensus/v2 v2.14.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/digitalocean/godo v1.99.0
Expand All @@ -79,9 +79,9 @@ require (
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/swag v0.19.15 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/cel-go v0.12.5 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/go-cmp v0.5.9 // indirect
Expand Down Expand Up @@ -131,26 +131,26 @@ require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/oauth2 v0.6.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/term v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230320184635-7606e756e683 // indirect
google.golang.org/grpc v1.53.0 // indirect
google.golang.org/protobuf v1.29.1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible // indirect
k8s.io/klog/v2 v2.80.1 // indirect
k8s.io/klog/v2 v2.80.2-0.20221028030830-9ae4992afb54 // indirect
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect
knative.dev/eventing v0.35.0 // indirect
knative.dev/eventing v0.36.7 // indirect
knative.dev/networking v0.0.0-20220412163509-1145ec58c8be // indirect
knative.dev/serving v0.31.0 // indirect
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
Expand Down
Loading