Upstream tag v4.0.8 (revision 05352e7d)#48
Merged
Conversation
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.1 to 1.20.2. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.19.1...v1.20.2) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…kron-io#1549) Bumps google.golang.org/protobuf from 1.34.0 to 1.34.2. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The `exit_code` label adds useful information to the `execution_done_count` metric. The exit codes are usually `0`, `1` or `127`, this is a low cardinality metric. This label will allow us use promQL to perform standard operations like calculate the number of failed vs total jobs.
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.29.0. - [Commits](golang/net@v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…dkron-io#1579) Bumps [github.com/jhump/protoreflect](https://github.com/jhump/protoreflect) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/jhump/protoreflect/releases) - [Commits](jhump/protoreflect@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: github.com/jhump/protoreflect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…kron-io#1578) Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.36.0 to 1.37.0. - [Release notes](https://github.com/nats-io/nats.go/releases) - [Commits](nats-io/nats.go@v1.36.0...v1.37.0) --- updated-dependencies: - dependency-name: github.com/nats-io/nats.go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.2 to 1.20.3. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.3/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.20.2...v1.20.3) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Convert shell plugin to internal plugin (dkron-io#975) The purpose of this PR is to embed the shell plugin in the main dkron binary, that will facilitate creating a single binary with the most important executor, for easy deployment using a single binary. * Remove old UI (dkron-io#984) * Release a light image tag (dkron-io#988) Omit all plugins except the shell plugin that will be included in the main binary. * Upgrade react admin to v4 (dkron-io#1436) * Use exponential backoff for retries (dkron-io#1433) * Handle ip changes (dkron-io#1446) * consul like approach: add server_lookup to make dkron independent from server node IP on raft layer * handle memberupdate event * query other servers before start & add test * don't remove itself if node is a raft leader * don't remove dkron server node if id matches * Move config init to agent command (dkron-io#1465) Config init was being done on the root level command but only the agent command was using config values. Now config init is done as pre-run of agent command only, getting rid of extra messages in other commands when the config was missing. * Fix disabled (dkron-io#1467) * Embed http plugin (dkron-io#1471) http plugin is one of the most used plugins together with the shell plugin, embedding it in the main binary allow for more lean deployment. * Show all Job fields * Refactor buttons for admin v4 * Docs v4 (dkron-io#1473) * Reuse http clients with the same configuration (dkron-io#1474) * Update OpenAPI spec to v3.1.0 and add ACLs spec * Refactor location of types as they not only belong to plugins, but used in general. (dkron-io#1485) Also add Pro protobuf and gen code as this should be public. * Generate client * Extend protobuf defs for ACLs * Token fields * Minor improvement in RabbitMQ executor (dkron-io#1500) * nice and forkable goreleaser (dkron-io#1584) * add support for hash scheduling (dkron-io#1260) * feat: Login form and admin update (dkron-io#1589) Upgrade react-admin to v5 Implements a login form to use in Pro version --------- Co-authored-by: Victor Castell <victor@victorcastell.com> Co-authored-by: Ivan Kripakov <108407979+ivan-kripakov-m10@users.noreply.github.com> Co-authored-by: Filipe Pina <636320+fopina@users.noreply.github.com>
Set the next codename
Signed-off-by: zx <axpzhang@gmail.com> Co-authored-by: zxp <zxp@zxp.local>
…1603) Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 9.3.0 to 10.9.3. - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md) - [Commits](mermaid-js/mermaid@v9.3.0...v10.9.3) --- updated-dependencies: - dependency-name: mermaid dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.30.0. - [Commits](golang/net@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dkron-io#1590) Bumps [github.com/hashicorp/go-sockaddr](https://github.com/hashicorp/go-sockaddr) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/hashicorp/go-sockaddr/releases) - [Commits](hashicorp/go-sockaddr@v1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-sockaddr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…kron-io#1594) Bumps google.golang.org/protobuf from 1.34.2 to 1.35.1. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…kron-io#1599) Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.11.4 to 4.12.0. - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md) - [Commits](labstack/echo@v4.11.4...v4.12.0) --- updated-dependencies: - dependency-name: github.com/labstack/echo/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.3 to 1.20.5. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.20.3...v1.20.5) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-io#1598) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.67.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.64.0...v1.67.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…kron-io#1606) Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.43.0 to 1.45.1. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@pubsub/v1.43.0...pubsub/v1.45.1) --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….0 (dkron-io#1597) Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.123.0 to 0.128.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](getkin/kin-openapi@v0.123.0...v0.128.0) --- updated-dependencies: - dependency-name: github.com/getkin/kin-openapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Kursat Aktas <kursat.ce@gmail.com>
…-io#1627) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.1 to 1.69.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.67.1...v1.69.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dkron-io#1759) Bumps [github.com/hashicorp/go-discover](https://github.com/hashicorp/go-discover) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/hashicorp/go-discover/releases) - [Changelog](https://github.com/hashicorp/go-discover/blob/master/CHANGELOG.md) - [Commits](hashicorp/go-discover@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-discover dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ron-io#1760) Bumps [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) from 1.7.5 to 1.7.6. - [Release notes](https://github.com/gin-contrib/cors/releases) - [Changelog](https://github.com/gin-contrib/cors/blob/master/.goreleaser.yaml) - [Commits](gin-contrib/cors@v1.7.5...v1.7.6) --- updated-dependencies: - dependency-name: github.com/gin-contrib/cors dependency-version: 1.7.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tlptracegrpc (dkron-io#1787) Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) from 1.35.0 to 1.38.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.35.0...v1.38.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…io#1792) Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.9.1 to 1.10.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.9.1...v1.10.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…kron-io#1794) Bumps [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin) from 1.6.3 to 1.7.0. - [Release notes](https://github.com/hashicorp/go-plugin/releases) - [Changelog](https://github.com/hashicorp/go-plugin/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-plugin@v1.6.3...v1.7.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-plugin dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.22.0 to 1.23.2. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.22.0...v1.23.2) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Add CSS overrides for react-json-view components in dark mode - Improve contrast for processors, tags, metadata, and executor config - Use appropriate colors for JSON syntax highlighting in dark theme - Support both @media (prefers-color-scheme: dark) and MUI theme detection Fixes dkron-io#1700 Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Victor Castell <0x@vcastellm.xyz>
…io#1790) Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.6 to 1.0.10. - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.6...v1.0.10) --- updated-dependencies: - dependency-name: github.com/spf13/pflag dependency-version: 1.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…golang.org/grpc/otelgrpc (dkron-io#1793) Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.60.0 to 0.63.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.60.0...zpages/v0.63.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc dependency-version: 0.63.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: checkout repository on PR * fix: use redocly cli to validate
…kron-io#1797) Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.49.0 to 1.50.1. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@pubsub/v1.49.0...pubsub/v1.50.1) --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub dependency-version: 1.50.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…kron-io#1804) Bumps google.golang.org/protobuf from 1.36.8 to 1.36.9. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-version: 1.36.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…io#1803) Bumps [github.com/IBM/sarama](https://github.com/IBM/sarama) from 1.45.2 to 1.46.0. - [Release notes](https://github.com/IBM/sarama/releases) - [Changelog](https://github.com/IBM/sarama/blob/main/CHANGELOG.md) - [Commits](IBM/sarama@v1.45.2...v1.46.0) --- updated-dependencies: - dependency-name: github.com/IBM/sarama dependency-version: 1.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-io#1802) Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.20.1 to 1.21.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.20.1...v1.21.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/fluent/fluent-logger-golang](https://github.com/fluent/fluent-logger-golang) from 1.10.0 to 1.10.1. - [Changelog](https://github.com/fluent/fluent-logger-golang/blob/master/CHANGELOG.md) - [Commits](fluent/fluent-logger-golang@v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: github.com/fluent/fluent-logger-golang dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.43.0 to 0.44.0. - [Commits](golang/net@v0.43.0...v0.44.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…com/gin-gonic/gin/otelgin (dkron-io#1800) Bumps [go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.62.0 to 0.63.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.62.0...zpages/v0.63.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin dependency-version: 0.63.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…io#1808) Bumps [github.com/IBM/sarama](https://github.com/IBM/sarama) from 1.46.0 to 1.46.1. - [Release notes](https://github.com/IBM/sarama/releases) - [Changelog](https://github.com/IBM/sarama/blob/main/CHANGELOG.md) - [Commits](IBM/sarama@v1.46.0...v1.46.1) --- updated-dependencies: - dependency-name: github.com/IBM/sarama dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-io#1806) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.75.0 to 1.75.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.75.0...v1.75.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.75.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ics (dkron-io#1807) * Initial plan * Fix Dockerfile to include hashicorpmetrics build tag and update Go version Co-authored-by: vcastellm <47026+vcastellm@users.noreply.github.com> * fix: build dkron binary to correct path in Dockerfile --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: vcastellm <47026+vcastellm@users.noreply.github.com> Co-authored-by: Victor Castell <0x@vcastellm.xyz>
* fix: internal status error for get jobs on failure * fix: openapi responses * fix: checkout repository on PR * fix: use redocly cli to validate
* fix: enable cmd.Wait in shell plugin execution * test: add comprehensive tests for ExecuteImpl method
…on-io#1811) Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.10.1...v1.11.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.0.6 to 3.1.1. - [Commits](mafintosh/tar-fs@v3.0.6...v3.1.1) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 3.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…kron-io#1812) Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.45.0 to 1.46.0. - [Release notes](https://github.com/nats-io/nats.go/releases) - [Commits](nats-io/nats.go@v1.45.0...v1.46.0) --- updated-dependencies: - dependency-name: github.com/nats-io/nats.go dependency-version: 1.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integrating latest changes from distribworks/dkron tag v4.0.8
a890c2f chore(deps): bump github.com/nats-io/nats.go from 1.45.0 to 1.46.0 (dkron-io#1812)
9ee09ce chore(deps): bump tar-fs from 3.0.6 to 3.1.1 in /website (dkron-io#1815)
0ac6d00 chore(deps): bump github.com/gin-gonic/gin from 1.10.1 to 1.11.0 (dkron-io#1811)
4abe951 fix: enable cmd.Wait in shell plugin execution (dkron-io#1816)
fec67b9 fix: Busy list show job output (dkron-io#1814)
d8e419f fix: Comment out process metrics collection code (dkron-io#1813)
b24b089 fix: comment out process metrics collection for debugging (dkron-io#1809)
471ba21 feat: improve openapi spec and http responses (dkron-io#1770)
a3df402 Fix Dockerfile missing hashicorpmetrics build tag for Prometheus metrics (dkron-io#1807)
298928a chore(deps): bump google.golang.org/grpc from 1.75.0 to 1.75.1 (dkron-io#1806)
234e59e chore(deps): bump github.com/IBM/sarama from 1.46.0 to 1.46.1 (dkron-io#1808)
bbfaaf4 chore(deps): bump go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin (dkron-io#1800)
c321454 chore(deps): bump golang.org/x/net from 0.43.0 to 0.44.0 (dkron-io#1799)
5458771 chore(deps): bump github.com/fluent/fluent-logger-golang (dkron-io#1801)
b709efd chore(deps): bump github.com/spf13/viper from 1.20.1 to 1.21.0 (dkron-io#1802)
8c37353 chore(deps): bump github.com/IBM/sarama from 1.45.2 to 1.46.0 (dkron-io#1803)
e5972e2 chore(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9 (dkron-io#1804)
65d205e chore(deps): bump cloud.google.com/go/pubsub from 1.49.0 to 1.50.1 (dkron-io#1797)
288fbfc fix: autogen ci issues (dkron-io#1773)
a25b06e chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc (dkron-io#1793)
a4ba0a5 chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.10 (dkron-io#1790)
e7ca872 Fix dark mode visibility for JSON fields in job summary (dkron-io#1755)
437e867 chore(deps): bump github.com/prometheus/client_golang (dkron-io#1796)
86ffb5f chore(deps): bump github.com/hashicorp/go-plugin from 1.6.3 to 1.7.0 (dkron-io#1794)
e89db78 chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (dkron-io#1792)
2d3e02e chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (dkron-io#1787)
90f820b chore(deps): bump github.com/gin-contrib/cors from 1.7.5 to 1.7.6 (dkron-io#1760)
7810856 chore(deps): bump github.com/hashicorp/go-discover from 1.0.0 to 1.1.0 (dkron-io#1759)
c44e992 chore(deps): bump github.com/go-viper/mapstructure/v2 (dkron-io#1779)
047b0de chore(deps): bump github.com/nats-io/nats.go from 1.43.0 to 1.45.0 (dkron-io#1781)
fc70cff chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 (dkron-io#1782)
10a2d4e chore(deps): bump golang.org/x/net from 0.41.0 to 0.43.0 (dkron-io#1783)
08bf0a7 fix: enable hashicorpmetrics build tag in all builds (dkron-io#1786)
f5af3f0 chore(deps): bump go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin (dkron-io#1766)
ae3e2b8 chore: bump go version in dockerfile (dkron-io#1771)
0cb1a36 fix: create or update response handlers validation details (dkron-io#1772)
5bdb663 chore(deps): bump go.opentelemetry.io/otel/trace from 1.35.0 to 1.37.0 (dkron-io#1767)
94afd46 chore(deps): bump github.com/go-viper/mapstructure/v2 (dkron-io#1768)
98dfad3 Feature: Tracing via OpenTelemetry (dkron-io#1709)
ab27ed9 docs: add "Fast mode" feature to Pro tier in pricing sections
a068939 Merge remote-tracking branch 'refs/remotes/origin/main'
04a2e29 docs: add Raft FastLog documentation and command line option
27dfd23 chore(deps): bump github.com/IBM/sarama from 1.45.1 to 1.45.2 (dkron-io#1749)
6b262d0 chore(deps): bump github.com/nats-io/nats.go from 1.42.0 to 1.43.0 (dkron-io#1752)
dad9af0 chore(deps): bump google.golang.org/grpc from 1.72.2 to 1.73.0 (dkron-io#1754)
6778cfa chore(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.2 (dkron-io#1748)
655ee04 chore(deps): bump github.com/fluent/fluent-logger-golang (dkron-io#1745)
594b14c chore(deps): bump github.com/gin-gonic/gin from 1.10.0 to 1.10.1 (dkron-io#1746)
98e84f1 Fix: Use log instead of fmt (dkron-io#1706)
27b759a feat: add headers in grpc executor (dkron-io#1741)
d13a6aa chore(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 (dkron-io#1740)
46f8b42 Merge remote-tracking branch 'refs/remotes/origin/main'
f561c4e docs: release
4636008 feat: Add client as a standalone module (dkron-io#1743)
6736916 feat: track linkedin leads
d40e547 fix: remove diag
4c2a4fb fix: broken links
148e534 docs: improve
03c680d chore(deps): bump github.com/getkin/kin-openapi from 0.131.0 to 0.132.0 (dkron-io#1739)
0aa96fa chore(deps): bump github.com/nats-io/nats.go from 1.40.0 to 1.42.0 (dkron-io#1738)
541315a chore(deps): bump github.com/hashicorp/go-discover (dkron-io#1734)
ea6bbcb chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 (dkron-io#1736)
c0840e0 chore(deps): bump github.com/prometheus/client_golang (dkron-io#1730)
44580d5 chore(deps): bump golang.org/x/net from 0.37.0 to 0.39.0 (dkron-io#1728)
81b9e1c chore(deps): bump github.com/gin-contrib/expvar from 1.0.2 to 1.0.3 (dkron-io#1723)
479c548 chore: ignore js from dependabot
4c8ffea feat: add logout button (dkron-io#1737)
8ddbf04 chore(deps): bump github.com/gin-contrib/cors from 1.7.4 to 1.7.5 (dkron-io#1720)
fb53623 chore(deps): bump github.com/spf13/viper from 1.20.0 to 1.20.1 (dkron-io#1716)
011185b Chore: Improving docker compose (dkron-io#1705)
d650fca chore(deps): bump google.golang.org/grpc from 1.71.0 to 1.72.0 (dkron-io#1733)
2d83ffd chore(deps): bump cloud.google.com/go/pubsub from 1.48.0 to 1.49.0 (dkron-io#1724)
5007305 Feature(ci): Autogen API client on spec change (dkron-io#1703)
9730c5c chore(deps): bump cloud.google.com/go/pubsub from 1.47.0 to 1.48.0 (dkron-io#1697)
e427017 chore(deps): bump github.com/fullstorydev/grpcurl from 1.9.2 to 1.9.3 (dkron-io#1698)
5670ace chore(deps): bump github.com/getkin/kin-openapi from 0.129.0 to 0.131.0 (dkron-io#1710)
c69a63b chore(deps): bump github.com/hashicorp/raft from 1.7.2 to 1.7.3 (dkron-io#1711)
85a18cf chore(deps): bump github.com/nats-io/nats.go from 1.39.1 to 1.40.0 (dkron-io#1712)
5121620 chore(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (dkron-io#1713)
edf4f8a chore(deps): bump github.com/gin-contrib/cors from 1.7.3 to 1.7.4 (dkron-io#1699)
d862b8c chore(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.0 (dkron-io#1696)
1f9ca9c chore(deps): bump google.golang.org/grpc from 1.70.0 to 1.71.0 (dkron-io#1688)
685960c chore(deps): bump golang.org/x/net from 0.35.0 to 0.37.0 (dkron-io#1687)
e7773bc chore(deps): bump github.com/prometheus/client_golang (dkron-io#1686)
45308e5 chore(deps): bump github.com/IBM/sarama from 1.45.0 to 1.45.1 (dkron-io#1679)
748862d chore: PR template (dkron-io#1682)
4657a2e fix: Executors documentation (dkron-io#1681)
b266ab0 Added build cache to Docker image (dkron-io#1684)
042fec2 fix: RabbitMQ executor configuration/payload validation (dkron-io#1680)
c61483c Added context timeout for a Publish request to prevent indefinite execution. (dkron-io#1685)
76f9a06 chore: Bump go version in CI pipeline (dkron-io#1683)
25891be feat: add protobuf files to Buf
f0be36f chore: adapt to new infra partner
2f9ec9e chore(deps): bump github.com/prometheus/client_golang (dkron-io#1677)
209cef2 chore(deps): bump github.com/nats-io/nats.go from 1.38.0 to 1.39.1 (dkron-io#1676)
8cdea0e chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (dkron-io#1669)
2dce787 chore(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 (dkron-io#1668)
7d0769d fix: bulk actions button (dkron-io#1678)
b817502 fix: shell plugin getting stuck (dkron-io#1675)
ee39820 Update bug_report.md
e1a8aab chore: Remove equinix and fix ui (dkron-io#1674)
cf92990 Update index.md (dkron-io#1672)
7ae6a0a Fix metrics port (dkron-io#1543)
0c75001 chore(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.5 (dkron-io#1666)
d8ad477 chore(deps): bump github.com/getkin/kin-openapi from 0.128.0 to 0.129.0 (dkron-io#1664)
9732c02 chore(deps): bump cloud.google.com/go/pubsub from 1.45.3 to 1.47.0 (dkron-io#1663)
0beec03 chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (dkron-io#1662)
149c638 chore(deps): bump github.com/hashicorp/memberlist from 0.5.2 to 0.5.3 (dkron-io#1661)
d43d9c9 chore(deps): bump github.com/hashicorp/go-plugin from 1.6.2 to 1.6.3 (dkron-io#1658)
3f2f201 fix: This fixes jobs child processes (dkron-io#1665)
42589b0 chore(deps): bump google.golang.org/grpc from 1.69.4 to 1.70.0 (dkron-io#1657)
621f480 chore(deps): bump github.com/hashicorp/serf from 0.10.1 to 0.10.2 (dkron-io#1654)
34cfc68 chore(deps): bump github.com/IBM/sarama from 1.44.0 to 1.45.0 (dkron-io#1651)
65a4c7a docs: update pro buy button
b4e2e18 Fix help message for remove-peer raft command (dkron-io#1652)
a2e773b chore(deps): bump google.golang.org/grpc from 1.69.2 to 1.69.4 (dkron-io#1650)
486d05b chore(deps): bump github.com/hashicorp/memberlist from 0.5.1 to 0.5.2 (dkron-io#1648)
bdfad8b chore(deps): bump github.com/hashicorp/raft from 1.7.1 to 1.7.2 (dkron-io#1647)
13ae865 chore(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 (dkron-io#1646)
62a0b94 chore(deps): bump golang.org/x/net from 0.33.0 to 0.34.0 (dkron-io#1645)
403171f chore(deps): bump github.com/gin-contrib/expvar from 1.0.1 to 1.0.2 (dkron-io#1639)
28db65d chore(deps): bump github.com/gin-contrib/cors from 1.7.2 to 1.7.3 (dkron-io#1637)
4f7d767 chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 (dkron-io#1633)
07e2181 fix: ui not loading full execution output (dkron-io#1641)
0637194 docs: remove http basic authentication docs
c973ef4 chore(deps): bump github.com/IBM/sarama from 1.43.3 to 1.44.0 (dkron-io#1638)
1817798 chore(deps): bump github.com/nats-io/nats.go from 1.37.0 to 1.38.0 (dkron-io#1634)
45a6804 chore(deps): bump google.golang.org/grpc from 1.69.0 to 1.69.2 (dkron-io#1632)
c4d203f add optional sasl params to kafka config (dkron-io#1568)
d2d5fd9 chore(deps): bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.3 (dkron-io#1630)
f274c92 chore(deps): bump golang.org/x/net from 0.30.0 to 0.33.0 (dkron-io#1631)
53b326d chore(deps): bump google.golang.org/protobuf from 1.35.1 to 1.36.0 (dkron-io#1628)
111c9ca Fixes: upgrade docker base image to fix error: 0.524 go: go.mod requires go >= 1.23.1 when build docker image (dkron-io#1609)
775c07e chore(deps): bump cloud.google.com/go/pubsub from 1.45.1 to 1.45.3 (dkron-io#1621)
d5f42ec chore(deps): bump github.com/fullstorydev/grpcurl from 1.9.1 to 1.9.2 (dkron-io#1617)
99c5f37 chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (dkron-io#1616)
a409875 chore(deps): bump github.com/hashicorp/go-plugin from 1.6.1 to 1.6.2 (dkron-io#1607)
665ef39 Prevent calling output on an undefined record (dkron-io#1625)
6cefe40 chore(deps): bump google.golang.org/grpc from 1.67.1 to 1.69.0 (dkron-io#1627)
e232733 Introducing Dkron Guru on Gurubase.io (dkron-io#1615)
610ac12 doc: tune
6cc13ef doc: new buy button
f786148 doc: notes for light image
794d56a chore: deploy 4.0.0
4596b95 chore(deps): bump github.com/getkin/kin-openapi from 0.123.0 to 0.128.0 (dkron-io#1597)
21f9810 chore(deps): bump cloud.google.com/go/pubsub from 1.43.0 to 1.45.1 (dkron-io#1606)
2474185 chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.67.1 (dkron-io#1598)
b23db56 chore(deps): bump github.com/prometheus/client_golang (dkron-io#1602)
162e03f chore(deps): bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0 (dkron-io#1599)
c191582 chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (dkron-io#1594)
5039d0f chore(deps): bump github.com/hashicorp/go-sockaddr from 1.0.6 to 1.0.7 (dkron-io#1590)
e2ce3b2 chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 (dkron-io#1596)
4d747cc chore(deps): bump mermaid from 9.3.0 to 10.9.3 in /website (dkron-io#1603)
a2a2d3d upgrade to go 1.23.1 (dkron-io#1586)
006eeb9 Update codename
5082195 doc: typos
d94d3b9 doc: fix link
75aed45 doc: blog post
3adb5f0 doc: publish fix
4f06386 chore: remove extra file
7394207 Release 4.x (dkron-io#1432)
5bfbc71 chore(deps): bump github.com/prometheus/client_golang (dkron-io#1577)
08e90b0 chore(deps): bump github.com/nats-io/nats.go from 1.36.0 to 1.37.0 (dkron-io#1578)
5072dc6 chore(deps): bump github.com/jhump/protoreflect from 1.16.0 to 1.17.0 (dkron-io#1579)
0e9af44 chore(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 (dkron-io#1580)
a162b3f feat: add
exit_codelabel toexecution_done_count(dkron-io#1576)051ea62 chore(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.2 (dkron-io#1549)
f84424d chore(deps): bump github.com/prometheus/client_golang (dkron-io#1567)