Skip to content

Commit

Permalink
Merge pull request #1657 from flanksource/chore/bump-duty
Browse files Browse the repository at this point in the history
chore: bump duty
  • Loading branch information
moshloop authored Feb 6, 2024
2 parents 1adc5a9 + f41dadd commit 58ca774
Show file tree
Hide file tree
Showing 20 changed files with 209 additions and 54 deletions.
14 changes: 10 additions & 4 deletions api/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 54 additions & 0 deletions config/deploy/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7222,12 +7222,30 @@ spec:
description: Lookup and associcate other components with this component
items:
properties:
agent:
description: Agent can be the agent id or the name of the agent. Additionally, the special "self" value can be used to select resources without an agent.
type: string
cache:
description: Cache directives 'no-cache' (should not fetch from cache but can be cached) 'no-store' (should not cache) 'max-age=X' (cache for X duration)
type: string
fieldSelector:
type: string
id:
type: string
labelSelector:
type: string
name:
type: string
namespace:
type: string
statuses:
items:
type: string
type: array
types:
items:
type: string
type: array
type: object
type: array
summary:
Expand Down Expand Up @@ -7314,12 +7332,30 @@ spec:
x-kubernetes-preserve-unknown-fields: true
selector:
properties:
agent:
description: Agent can be the agent id or the name of the agent. Additionally, the special "self" value can be used to select resources without an agent.
type: string
cache:
description: Cache directives 'no-cache' (should not fetch from cache but can be cached) 'no-store' (should not cache) 'max-age=X' (cache for X duration)
type: string
fieldSelector:
type: string
id:
type: string
labelSelector:
type: string
name:
type: string
namespace:
type: string
statuses:
items:
type: string
type: array
types:
items:
type: string
type: array
type: object
type: object
type: array
Expand Down Expand Up @@ -7545,12 +7581,30 @@ spec:
description: Lookup and associcate other components with this component
items:
properties:
agent:
description: Agent can be the agent id or the name of the agent. Additionally, the special "self" value can be used to select resources without an agent.
type: string
cache:
description: Cache directives 'no-cache' (should not fetch from cache but can be cached) 'no-store' (should not cache) 'max-age=X' (cache for X duration)
type: string
fieldSelector:
type: string
id:
type: string
labelSelector:
type: string
name:
type: string
namespace:
type: string
statuses:
items:
type: string
type: array
types:
items:
type: string
type: array
type: object
type: array
summary:
Expand Down
54 changes: 54 additions & 0 deletions config/deploy/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7490,12 +7490,30 @@ spec:
description: Lookup and associcate other components with this component
items:
properties:
agent:
description: Agent can be the agent id or the name of the agent. Additionally, the special "self" value can be used to select resources without an agent.
type: string
cache:
description: Cache directives 'no-cache' (should not fetch from cache but can be cached) 'no-store' (should not cache) 'max-age=X' (cache for X duration)
type: string
fieldSelector:
type: string
id:
type: string
labelSelector:
type: string
name:
type: string
namespace:
type: string
statuses:
items:
type: string
type: array
types:
items:
type: string
type: array
type: object
type: array
summary:
Expand Down Expand Up @@ -7582,12 +7600,30 @@ spec:
x-kubernetes-preserve-unknown-fields: true
selector:
properties:
agent:
description: Agent can be the agent id or the name of the agent. Additionally, the special "self" value can be used to select resources without an agent.
type: string
cache:
description: Cache directives 'no-cache' (should not fetch from cache but can be cached) 'no-store' (should not cache) 'max-age=X' (cache for X duration)
type: string
fieldSelector:
type: string
id:
type: string
labelSelector:
type: string
name:
type: string
namespace:
type: string
statuses:
items:
type: string
type: array
types:
items:
type: string
type: array
type: object
type: object
type: array
Expand Down Expand Up @@ -7813,12 +7849,30 @@ spec:
description: Lookup and associcate other components with this component
items:
properties:
agent:
description: Agent can be the agent id or the name of the agent. Additionally, the special "self" value can be used to select resources without an agent.
type: string
cache:
description: Cache directives 'no-cache' (should not fetch from cache but can be cached) 'no-store' (should not cache) 'max-age=X' (cache for X duration)
type: string
fieldSelector:
type: string
id:
type: string
labelSelector:
type: string
name:
type: string
namespace:
type: string
statuses:
items:
type: string
type: array
types:
items:
type: string
type: array
type: object
type: array
summary:
Expand Down
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/fergusstrange/embedded-postgres v1.25.0
github.com/flanksource/artifacts v1.0.4
github.com/flanksource/commons v1.22.0
github.com/flanksource/duty v1.0.319
github.com/flanksource/duty v1.0.330
github.com/flanksource/gomplate/v3 v3.21.0
github.com/flanksource/is-healthy v0.0.0-20231003215854-76c51e3a3ff7
github.com/flanksource/kommons v0.31.4
Expand Down Expand Up @@ -68,7 +68,7 @@ require (
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.47.0
go.opentelemetry.io/otel v1.22.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0
go.opentelemetry.io/otel/sdk v1.22.0
go.opentelemetry.io/otel/trace v1.22.0
Expand Down Expand Up @@ -298,3 +298,5 @@ require (
sigs.k8s.io/kustomize/kyaml v0.16.0 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
)

// replace github.com/flanksource/duty => ../duty
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -846,8 +846,8 @@ github.com/flanksource/artifacts v1.0.4 h1:KjQTwsvQ73uHqTK7o4Jwt/RW8fyxJOTJ6JLgz
github.com/flanksource/artifacts v1.0.4/go.mod h1:wkbdseaTkDo4Q6k6T86vXd4Uy47M6NPCmexgHvCTDl0=
github.com/flanksource/commons v1.22.0 h1:LI839ZOVJ6qrNuGKqb6Z4JyIxFHXGhfDxJbXUj5VimQ=
github.com/flanksource/commons v1.22.0/go.mod h1:GD5+yGvmYFPIW3WMNN+y1JkeDMJY74e05pQAsRbrvwY=
github.com/flanksource/duty v1.0.319 h1:ZgUXQIlQoODdgTSucqAHD77HU+hrxErAXBcIIPABxno=
github.com/flanksource/duty v1.0.319/go.mod h1:AAggGtbh47so9VVgjhbmceNAPSlLik9VZoC06pACNpU=
github.com/flanksource/duty v1.0.330 h1:8qqDuCGJ4H5MgXhSLb+MrS4MRllY568sIUmMq+UdrmI=
github.com/flanksource/duty v1.0.330/go.mod h1:j4VZ/QzD79eSuOsfNCOZ0kWaeFiSP6GSFNV9vxRH4Rs=
github.com/flanksource/gomplate/v3 v3.20.4/go.mod h1:27BNWhzzSjDed1z8YShO6W+z6G9oZXuxfNFGd/iGSdc=
github.com/flanksource/gomplate/v3 v3.21.0 h1:HbgJ7GCv2fGjjKhGBBtMmo+uA9T6pI9FVm+M/eEurOA=
github.com/flanksource/gomplate/v3 v3.21.0/go.mod h1:m2WVc04GMVBOcZhtDaz/LTtrVWKejeJhFM1Jy/h9VZQ=
Expand Down Expand Up @@ -1607,8 +1607,8 @@ go.opentelemetry.io/otel v1.22.0 h1:xS7Ku+7yTFvDfDraDIJVpw7XPyuHlB9MCiqqX5mcJ6Y=
go.opentelemetry.io/otel v1.22.0/go.mod h1:eoV4iAi3Ea8LkAEI9+GFT44O6T/D0GWAVFyZVCC6pMI=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 h1:9M3+rhx7kZCIQQhQRYaZCdNu1V73tm4TvXs2ntl98C4=
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0/go.mod h1:noq80iT8rrHP1SfybmPiRGc9dc5M8RPmGvtwo7Oo7tc=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 h1:tIqheXEFWAZ7O8A7m+J0aPTmpJN3YQ7qetUAdkkkKpk=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0/go.mod h1:nUeKExfxAQVbiVFn32YXpXZZHZ61Cc3s3Rn1pDBGAb0=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0 h1:H2JFgRcGiyHg7H7bwcwaQJYrNFqCqrbTQ8K4p1OvDu8=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0/go.mod h1:WfCWp1bGoYK8MeULtI15MmQVczfR+bFkk0DF3h06QmQ=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0 h1:FyjCyI9jVEfqhUh2MoSkmolPjfh5fp2hnV0b0irxH4Q=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0/go.mod h1:hYwym2nDEeZfG/motx0p7L7J1N1vyzIThemQsb4g2qY=
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.21.0 h1:VhlEQAPp9R1ktYfrPk5SOryw1e9LDDTZCbIPFrho0ec=
Expand Down
9 changes: 8 additions & 1 deletion hack/generate-schemas/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,15 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eko/gocache/lib/v4 v4.1.5 // indirect
github.com/eko/gocache/store/go_cache/v4 v4.2.1 // indirect
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
github.com/exaring/otelpgx v0.5.2 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/flanksource/duty v1.0.319 // indirect
github.com/flanksource/duty v1.0.330 // indirect
github.com/flanksource/is-healthy v0.0.0-20231003215854-76c51e3a3ff7 // indirect
github.com/flanksource/kommons v0.31.4 // indirect
github.com/flanksource/postq v1.0.0 // indirect
Expand Down Expand Up @@ -76,6 +77,7 @@ require (
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
github.com/gosimple/slug v1.13.1 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0 // indirect
github.com/hairyhenderson/toml v0.4.2-0.20210923231440-40456b8e66cf // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-getter v1.7.3 // indirect
Expand Down Expand Up @@ -137,8 +139,13 @@ require (
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
go.opentelemetry.io/otel v1.22.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0 // indirect
go.opentelemetry.io/otel/metric v1.22.0 // indirect
go.opentelemetry.io/otel/sdk v1.22.0 // indirect
go.opentelemetry.io/otel/trace v1.22.0 // indirect
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
Expand Down
Loading

0 comments on commit 58ca774

Please sign in to comment.