Commit Graph

273 Commits

Author SHA1 Message Date
Luca Burgazzoli 3d5548f0f5
Merge pull request #71 from dapr-sandbox/dependabot/go_modules/github.com/itchyny/gojq-0.12.14
chore(deps): bump github.com/itchyny/gojq from 0.12.13 to 0.12.14
2023-12-02 22:40:37 +01:00
dependabot[bot] d4436f74b4
chore(deps): bump github.com/itchyny/gojq from 0.12.13 to 0.12.14
Bumps [github.com/itchyny/gojq](https://github.com/itchyny/gojq) from 0.12.13 to 0.12.14.
- [Release notes](https://github.com/itchyny/gojq/releases)
- [Changelog](https://github.com/itchyny/gojq/blob/main/CHANGELOG.md)
- [Commits](https://github.com/itchyny/gojq/compare/v0.12.13...v0.12.14)

---
updated-dependencies:
- dependency-name: github.com/itchyny/gojq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 13:18:23 +00:00
Luca Burgazzoli f541dcc84c
Merge pull request #69 from dapr-sandbox/dependabot/go_modules/golang.org/x/time-0.5.0
chore(deps): bump golang.org/x/time from 0.4.0 to 0.5.0
2023-11-28 14:54:31 +01:00
dependabot[bot] a439c3deb6
chore(deps): bump golang.org/x/time from 0.4.0 to 0.5.0
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.4.0 to 0.5.0.
- [Commits](https://github.com/golang/time/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 13:11:20 +00:00
Luca Burgazzoli ad4bcd2a5e
Merge pull request #68 from dapr-sandbox/dependabot/go_modules/github.com/operator-framework/api-0.20.0
chore(deps): bump github.com/operator-framework/api from 0.19.0 to 0.20.0
2023-11-23 15:49:33 +01:00
dependabot[bot] 8c297964cc
chore(deps): bump github.com/operator-framework/api
Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/operator-framework/api/releases)
- [Changelog](https://github.com/operator-framework/api/blob/master/RELEASE.md)
- [Commits](https://github.com/operator-framework/api/compare/v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: github.com/operator-framework/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 13:56:07 +00:00
salaboy 8909e140fb
Merge pull request #62 from lburgazzoli/gh-46
Allow using different charts and/or deploy different Dapr versions
2023-11-21 09:43:48 +00:00
Luca Burgazzoli 347e79b493
Allow using different charts and/or deploy different Dapr versions (customizers) #46 2023-11-17 16:48:19 +01:00
Luca Burgazzoli 82db959232
Merge pull request #66 from dapr-sandbox/dependabot/go_modules/k8s.io/client-go-0.28.4
chore(deps): bump k8s.io/client-go from 0.28.3 to 0.28.4
2023-11-16 14:39:38 +01:00
dependabot[bot] f4b3e78e87
chore(deps): bump k8s.io/client-go from 0.28.3 to 0.28.4
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.28.3 to 0.28.4.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.28.3...v0.28.4)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 13:21:18 +00:00
Luca Burgazzoli efd660f12f
Allow using different charts and/or deploy different Dapr versions (secrets) #46 2023-11-16 13:50:32 +01:00
Luca Burgazzoli 190204a058
Allow using different charts and/or deploy different Dapr versions #46
Signed-off-by: Luca Burgazzoli <lburgazzoli@gmail.com>
2023-11-16 08:08:56 +01:00
Luca Burgazzoli 9c9cda7338
chore: cleanup e2e test support
Signed-off-by: Luca Burgazzoli <lburgazzoli@gmail.com>
2023-11-14 19:58:40 +01:00
Luca Burgazzoli bac6c9ebd2
Merge pull request #63 from dapr-sandbox/dependabot/go_modules/github.com/wI2L/jsondiff-0.5.0
chore(deps): bump github.com/wI2L/jsondiff from 0.4.0 to 0.5.0
2023-11-14 15:18:57 +01:00
dependabot[bot] 00ae389989
chore(deps): bump github.com/wI2L/jsondiff from 0.4.0 to 0.5.0
Bumps [github.com/wI2L/jsondiff](https://github.com/wI2L/jsondiff) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/wI2L/jsondiff/releases)
- [Changelog](https://github.com/wI2L/jsondiff/blob/master/.goreleaser.yml)
- [Commits](https://github.com/wI2L/jsondiff/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/wI2L/jsondiff
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 13:09:56 +00:00
Luca Burgazzoli 0683338330
Merge pull request #61 from dapr-sandbox/dependabot/go_modules/github.com/onsi/gomega-1.30.0
chore(deps): bump github.com/onsi/gomega from 1.29.0 to 1.30.0
2023-11-09 14:25:50 +01:00
dependabot[bot] 2411c2258e
chore(deps): bump github.com/onsi/gomega from 1.29.0 to 1.30.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 13:12:39 +00:00
Luca Burgazzoli 118b6882d7
Merge pull request #60 from dapr-sandbox/dependabot/go_modules/helm.sh/helm/v3-3.13.2
chore(deps): bump helm.sh/helm/v3 from 3.13.1 to 3.13.2
2023-11-08 15:14:41 +01:00
dependabot[bot] 7077b19c25
chore(deps): bump helm.sh/helm/v3 from 3.13.1 to 3.13.2
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.13.1 to 3.13.2.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.13.1...v3.13.2)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-08 13:46:00 +00:00
Luca Burgazzoli 23e0ff1cea
Merge pull request #58 from dapr-sandbox/dependabot/go_modules/golang.org/x/time-0.4.0
chore(deps): bump golang.org/x/time from 0.3.0 to 0.4.0
2023-11-06 18:40:03 +01:00
Luca Burgazzoli 4415dfda5a
Merge pull request #57 from dapr-sandbox/dependabot/go_modules/github.com/spf13/cobra-1.8.0
chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
2023-11-06 18:39:53 +01:00
dependabot[bot] 2617f283a0
chore(deps): bump golang.org/x/time from 0.3.0 to 0.4.0
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.3.0 to 0.4.0.
- [Commits](https://github.com/golang/time/compare/v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 13:17:54 +00:00
dependabot[bot] 28a07dd6fb
chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 13:17:46 +00:00
Luca Burgazzoli e4d16601a7
Merge pull request #56 from dapr-sandbox/dependabot/go_modules/github.com/operator-framework/api-0.19.0
chore(deps): bump github.com/operator-framework/api from 0.18.0 to 0.19.0
2023-11-06 08:06:28 +01:00
Luca Burgazzoli 2a684a6370
Merge pull request #55 from dapr-sandbox/dependabot/go_modules/k8s.io/klog/v2-2.110.1
chore(deps): bump k8s.io/klog/v2 from 2.100.1 to 2.110.1
2023-11-06 08:06:10 +01:00
Luca Burgazzoli 922ddda45e
Merge pull request #54 from dapr-sandbox/dependabot/go_modules/sigs.k8s.io/structured-merge-diff/v4-4.4.1
chore(deps): bump sigs.k8s.io/structured-merge-diff/v4 from 4.3.0 to 4.4.1
2023-11-06 08:06:00 +01:00
dependabot[bot] 3bf5af48fc
chore(deps): bump github.com/operator-framework/api
Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/operator-framework/api/releases)
- [Changelog](https://github.com/operator-framework/api/blob/master/RELEASE.md)
- [Commits](https://github.com/operator-framework/api/compare/v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: github.com/operator-framework/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-03 14:08:28 +00:00
dependabot[bot] 0b56b075c5
chore(deps): bump k8s.io/klog/v2 from 2.100.1 to 2.110.1
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.100.1 to 2.110.1.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](https://github.com/kubernetes/klog/compare/v2.100.1...v2.110.1)

---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 13:12:30 +00:00
dependabot[bot] 6c36dbea8a
chore(deps): bump sigs.k8s.io/structured-merge-diff/v4
Bumps [sigs.k8s.io/structured-merge-diff/v4](https://github.com/kubernetes-sigs/structured-merge-diff) from 4.3.0 to 4.4.1.
- [Release notes](https://github.com/kubernetes-sigs/structured-merge-diff/releases)
- [Changelog](https://github.com/kubernetes-sigs/structured-merge-diff/blob/master/RELEASE.md)
- [Commits](https://github.com/kubernetes-sigs/structured-merge-diff/compare/v4.3.0...v4.4.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/structured-merge-diff/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 13:12:26 +00:00
Luca Burgazzoli c61087e442
Merge pull request #52 from dapr-sandbox/dependabot/go_modules/github.com/go-logr/logr-1.3.0
chore(deps): bump github.com/go-logr/logr from 1.2.4 to 1.3.0
2023-10-27 16:32:26 +02:00
dependabot[bot] d1a5f04367
chore(deps): bump github.com/go-logr/logr from 1.2.4 to 1.3.0
Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.2.4 to 1.3.0.
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-logr/logr/compare/v1.2.4...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/go-logr/logr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 14:09:27 +00:00
Luca Burgazzoli deff7e7250
Merge pull request #51 from dapr-sandbox/dependabot/go_modules/github.com/onsi/gomega-1.29.0
chore(deps): bump github.com/onsi/gomega from 1.28.1 to 1.29.0
2023-10-27 16:08:38 +02:00
Luca Burgazzoli cf71ec9d22
Merge pull request #50 from dapr-sandbox/dependabot/go_modules/sigs.k8s.io/structured-merge-diff/v4-4.3.0
chore(deps): bump sigs.k8s.io/structured-merge-diff/v4 from 4.2.3 to 4.3.0
2023-10-27 16:08:28 +02:00
dependabot[bot] d9fd96be53
chore(deps): bump github.com/onsi/gomega from 1.28.1 to 1.29.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.28.1 to 1.29.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.28.1...v1.29.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 13:26:57 +00:00
dependabot[bot] 1e49c2ac73
chore(deps): bump sigs.k8s.io/structured-merge-diff/v4
Bumps [sigs.k8s.io/structured-merge-diff/v4](https://github.com/kubernetes-sigs/structured-merge-diff) from 4.2.3 to 4.3.0.
- [Release notes](https://github.com/kubernetes-sigs/structured-merge-diff/releases)
- [Changelog](https://github.com/kubernetes-sigs/structured-merge-diff/blob/master/RELEASE.md)
- [Commits](https://github.com/kubernetes-sigs/structured-merge-diff/compare/v4.2.3...v4.3.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/structured-merge-diff/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 13:26:49 +00:00
salaboy 5295240312
Merge pull request #49 from lburgazzoli/deps
Update tools and remove unused code/deps
2023-10-25 20:35:17 +01:00
Luca Burgazzoli aa4d472d70 chore: remove unused github.com/anthhub/forwarder 2023-10-25 14:16:54 +02:00
Luca Burgazzoli 889b0ed7bd chore: remove reference to unused OpenShift Route 2023-10-25 14:13:17 +02:00
Luca Burgazzoli c128805a7a chore: remove unused merge patch code 2023-10-25 14:06:34 +02:00
Luca Burgazzoli 030369195b chore: update tools (operator-sdk, golangci-lint, codegen) versions 2023-10-25 14:06:34 +02:00
Luca Burgazzoli 3c6e0da61f
Merge pull request #48 from dapr-sandbox/dependabot/go_modules/github.com/operator-framework/api-0.18.0
chore(deps): bump github.com/operator-framework/api from 0.17.7 to 0.18.0
2023-10-25 09:01:03 +02:00
dependabot[bot] f87e16899c
chore(deps): bump github.com/operator-framework/api
Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.17.7 to 0.18.0.
- [Release notes](https://github.com/operator-framework/api/releases)
- [Changelog](https://github.com/operator-framework/api/blob/master/RELEASE.md)
- [Commits](https://github.com/operator-framework/api/compare/v0.17.7...v0.18.0)

---
updated-dependencies:
- dependency-name: github.com/operator-framework/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 13:40:31 +00:00
Luca Burgazzoli 10638b2297
Merge pull request #41 from dapr-sandbox/dependabot/go_modules/sigs.k8s.io/controller-runtime-0.16.3
chore(deps): bump sigs.k8s.io/controller-runtime from 0.16.2 to 0.16.3
2023-10-23 16:55:09 +02:00
dependabot[bot] c47a497fa6
chore(deps): bump sigs.k8s.io/controller-runtime from 0.16.2 to 0.16.3
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.16.2 to 0.16.3.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.2...v0.16.3)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 13:50:04 +00:00
Luca Burgazzoli 8129154429
Merge pull request #40 from dapr-sandbox/dependabot/go_modules/k8s.io/api-0.28.3
chore(deps): bump k8s.io/api from 0.28.2 to 0.28.3
2023-10-23 15:48:06 +02:00
Luca Burgazzoli 5873500931
Merge pull request #44 from dapr-sandbox/dependabot/go_modules/github.com/onsi/gomega-1.28.1
chore(deps): bump github.com/onsi/gomega from 1.28.0 to 1.28.1
2023-10-23 15:47:43 +02:00
dependabot[bot] fec407f093
chore(deps): bump github.com/onsi/gomega from 1.28.0 to 1.28.1
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.28.0...v1.28.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 13:24:19 +00:00
salaboy 440e9b851e
Merge pull request #39 from lburgazzoli/doc
doc: add usage section
2023-10-19 14:49:18 +01:00
dependabot[bot] bfe162d25b
chore(deps): bump k8s.io/api from 0.28.2 to 0.28.3
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.28.2 to 0.28.3.
- [Commits](https://github.com/kubernetes/api/compare/v0.28.2...v0.28.3)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 13:30:11 +00:00
Luca Burgazzoli ab7f96bc7c
doc: add usage section
Signed-off-by: Luca Burgazzoli <lburgazzoli@gmail.com>
2023-10-19 09:02:05 +02:00