Skip to content

Releases: distribworks/dkron

v4.0.0-beta5

25 Feb 22:28
4fcd8f7
Compare
Choose a tag to compare
v4.0.0-beta5 Pre-release
Pre-release

Changelog

  • fccc1fb 4.0 Banner and blog post
  • f7eaff0 Build with docker node
  • 37fd38b Docs v4 (#1473)
  • 6426308 Generate client
  • b7235ee Merge branch '4.x' of github.com:distribworks/dkron into 4.x
  • a0717ae Move member type to types
  • 794a178 Refactor location of types as they not only belong to plugins, but used in general. (#1485)
  • 203e31d Reuse http clients with the same configuration (#1474)
  • b71cf98 Update OpenAPI spec to v3.1.0 and add ACLs spec
  • 4fcd8f7 protoc line

v4.0.0-beta4

11 Feb 17:56
9a1bc04
Compare
Choose a tag to compare
v4.0.0-beta4 Pre-release
Pre-release

Changelog

  • 9a1bc04 Build UI
  • 586f72d Bump module to v4 (#1470)
  • 4788221 Docs
  • 41c82f3 Docs
  • f05aefe Embed http plugin (#1471)
  • 9186d0c Fix shell command (#1434)
  • 03fb813 Merge branch 'main' into 4.x
  • 86ce37f Refactor buttons for admin v4
  • 322a026 Remove syscall (#1435)
  • aec162a Show all Job fields
  • fd94c0a Update to use the latest Ansible Equinix module (#1440)
  • 1670a33 Upgrade website to latest Docusaurus (#1439)
  • 8255936 chore(deps): bump cloud.google.com/go/pubsub from 1.33.0 to 1.34.0 (#1457)
  • 98e1c1c chore(deps): bump cloud.google.com/go/pubsub from 1.34.0 to 1.36.0 (#1459)
  • 5820082 chore(deps): bump github.com/hashicorp/go-hclog from 1.6.1 to 1.6.2 (#1445)
  • fd84c04 chore(deps): bump github.com/jhump/protoreflect from 1.15.4 to 1.15.5 (#1456)
  • 4a3a67d chore(deps): bump github.com/nats-io/nats.go from 1.31.0 to 1.32.0 (#1455)
  • 0b00169 chore(deps): bump github.com/prometheus/client_golang (#1449)
  • ee8275b chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.11 to 3.23.12 (#1450)
  • 7a7d264 chore(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 (#1444)
  • f114610 chore(deps): bump golang.org/x/net from 0.19.0 to 0.20.0 (#1451)
  • 52f788a chore(deps): bump google.golang.org/grpc from 1.59.0 to 1.60.1 (#1448)
  • 52e95dd chore(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#1458)
  • 901c268 chore(deps): bump google.golang.org/protobuf (#1447)

v4.0.0-beta3

08 Feb 22:35
665c865
Compare
Choose a tag to compare
v4.0.0-beta3 Pre-release
Pre-release

Changelog

v4.0.0-beta2

06 Feb 23:43
c35d31e
Compare
Choose a tag to compare
v4.0.0-beta2 Pre-release
Pre-release

Changelog

v4.0.0-beta1

04 Feb 16:45
7a2d490
Compare
Choose a tag to compare
v4.0.0-beta1 Pre-release
Pre-release

Dkron v4.0.0-beta1 is now available 🚀🎉 This release includes major improvements and better performance. If you're using Dkron for distributed cron jobs, now's the time to give the beta a try!

Note: As this is a beta release, please report any issues you encounter to help us make the final release even better! 🙏💻🛠️

Great news for those who only need to run shell jobs with Dkron! With the new release of Dkron v4.0.0-beta1, you can now run Dkron as a single binary, as it embeds the shell plugin. This makes it even easier and faster to get started with Dkron for simple cron job management.

We're also thrilled to announce the release of a new Docker light image for Dkron v4.0.0-beta1! 🐳🔆 This image contains only the main Dkron binary with the built-in shell plugin and no other plugins, all in a single file. If you're looking for a lean and efficient way to run Dkron, this is it!

https://hub.docker.com/r/dkron/dkron/tags

Changelog

  • 1d161b0 Bump go + goreleaser to 1.21 (#1427)
  • 7a2d490 Clean up space in CI
  • 345ca8c Convert shell plugin to internal plugin (#975)
  • 1377bcd Fix windows build
  • 1c45fdf Handle ip changes (#1446)
  • 376a820 Merge branch 'master' into 4.x
  • 055f0e1 Release a light image tag (#988)
  • 54ab0c6 Remove old UI (#984)
  • 7ee3ab6 Remove shell bin building because it's builtin
  • 4dcd2c7 Shell command needs proper usage and desc to be valid
  • d6e7f06 Update CHANGELOG
  • 0584ca6 Update README.md
  • 7af72c3 Upgrade react admin to v4 (#1436)
  • 2f40b60 Use exponential backoff for retries (#1433)
  • b71134b add TLS options for kafka executor plugin (#1384)
  • 031da50 chore(deps): bump github.com/fullstorydev/grpcurl from 1.8.7 to 1.8.9 (#1410)
  • f0fa753 chore(deps): bump github.com/gin-contrib/cors from 1.4.0 to 1.5.0 (#1421)
  • f33af66 chore(deps): bump github.com/hashicorp/go-hclog from 1.5.0 to 1.6.1 (#1428)
  • 4f28e38 chore(deps): bump github.com/hashicorp/go-plugin from 1.5.0 to 1.6.0 (#1418)
  • 3da9403 chore(deps): bump github.com/hashicorp/go-sockaddr from 1.0.4 to 1.0.6 (#1416)
  • 96212ff chore(deps): bump github.com/hashicorp/raft from 1.5.0 to 1.6.0 (#1420)
  • 1f4ecc3 chore(deps): bump github.com/jhump/protoreflect from 1.15.3 to 1.15.4 (#1430)
  • 1ce9a49 chore(deps): bump github.com/nats-io/nats-server/v2 from 2.7.4 to 2.9.23 (#1408)
  • 6c0ca56 chore(deps): bump github.com/prometheus/client_golang (#1396)
  • 2b93296 chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.11 (#1424)
  • 7654b63 chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#1414)
  • 967f20b chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.18.1 (#1431)
  • cd59f60 chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (#1401)
  • 167a79a chore(deps): bump golang.org/x/net from 0.17.0 to 0.18.0 (#1417)
  • 5069fbd chore(deps): bump golang.org/x/net from 0.18.0 to 0.19.0 (#1422)
  • a1ab507 chore: pkg import only once (#1406)
  • 2b83b07 feat(dkron-executor-shell): some improvement (#1389)

v3.2.7

09 Dec 17:38
322a026
Compare
Choose a tag to compare

Changelog

  • 1d161b0 Bump go + goreleaser to 1.21 (#1427)
  • 9186d0c Fix shell command (#1434)
  • 322a026 Remove syscall (#1435)
  • d6e7f06 Update CHANGELOG
  • 0584ca6 Update README.md
  • b71134b add TLS options for kafka executor plugin (#1384)
  • 031da50 chore(deps): bump github.com/fullstorydev/grpcurl from 1.8.7 to 1.8.9 (#1410)
  • f0fa753 chore(deps): bump github.com/gin-contrib/cors from 1.4.0 to 1.5.0 (#1421)
  • f33af66 chore(deps): bump github.com/hashicorp/go-hclog from 1.5.0 to 1.6.1 (#1428)
  • 4f28e38 chore(deps): bump github.com/hashicorp/go-plugin from 1.5.0 to 1.6.0 (#1418)
  • 3da9403 chore(deps): bump github.com/hashicorp/go-sockaddr from 1.0.4 to 1.0.6 (#1416)
  • 96212ff chore(deps): bump github.com/hashicorp/raft from 1.5.0 to 1.6.0 (#1420)
  • 1f4ecc3 chore(deps): bump github.com/jhump/protoreflect from 1.15.3 to 1.15.4 (#1430)
  • 1ce9a49 chore(deps): bump github.com/nats-io/nats-server/v2 from 2.7.4 to 2.9.23 (#1408)
  • 6c0ca56 chore(deps): bump github.com/prometheus/client_golang (#1396)
  • 2b93296 chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.11 (#1424)
  • 7654b63 chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#1414)
  • 967f20b chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.18.1 (#1431)
  • cd59f60 chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (#1401)
  • 167a79a chore(deps): bump golang.org/x/net from 0.17.0 to 0.18.0 (#1417)
  • 5069fbd chore(deps): bump golang.org/x/net from 0.18.0 to 0.19.0 (#1422)
  • a1ab507 chore: pkg import only once (#1406)
  • 2b83b07 feat(dkron-executor-shell): some improvement (#1389)

v3.2.6

02 Sep 17:32
Compare
Choose a tag to compare

Changelog

  • 9f4cac5 Docs for ES processor
  • fb97c52 Merge branch 'master' of github.com:distribworks/dkron
  • 10bdfc7 Merge branch 'master' of github.com:distribworks/dkron
  • 593cb1f Update ECS executor docs
  • 28ea7f7 Update docs
  • ec8b87d chore(deps): bump cloud.google.com/go/pubsub from 1.31.0 to 1.32.0 (#1356)
  • e62ec68 chore(deps): bump cloud.google.com/go/pubsub from 1.32.0 to 1.33.0 (#1373)
  • 271f3fb chore(deps): bump github.com/hashicorp/go-plugin from 1.4.10 to 1.5.0 (#1378)
  • 4f849a4 chore(deps): bump github.com/hashicorp/go-sockaddr from 1.0.2 to 1.0.4 (#1377)
  • 6457766 chore(deps): bump github.com/jhump/protoreflect from 1.15.1 to 1.15.2 (#1375)
  • e41d504 chore(deps): bump github.com/nats-io/nats.go from 1.25.0 to 1.27.1 (#1354)
  • f279c86 chore(deps): bump github.com/nats-io/nats.go from 1.25.0 to 1.28.0 (#1370)
  • 8cdae0f chore(deps): bump github.com/prometheus/client_golang (#1350)
  • 0f7538f chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#1345)
  • c81eec3 chore(deps): bump github.com/streadway/amqp from 1.0.0 to 1.1.0 (#1351)
  • 1a7f993 chore(deps): bump golang.org/x/net from 0.10.0 to 0.14.0 (#1374)
  • 383355f chore(deps): bump google.golang.org/grpc from 1.55.0 to 1.57.0 (#1372)
  • 593c282 chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#1353)

v3.2.5

15 Jun 21:58
Compare
Choose a tag to compare

Changelog

  • 86e4101 Go sum
  • 0503cbd chore(deps): bump cloud.google.com/go/pubsub from 1.30.1 to 1.31.0 (#1338)
  • 54b31e0 chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#1341)
  • b65c211 chore(deps): bump github.com/hashicorp/go-plugin from 1.4.9 to 1.4.10 (#1343)
  • d5d8aaf chore(deps): bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 (#1344)
  • 4ebc4f7 chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#1342)

v3.2.4

29 May 21:19
ed8cd8d
Compare
Choose a tag to compare

Changelog

  • 9b4c2d1 Add logrus Hook to write logs to stderr and stdout based on log level (#1312)
  • 4164cc5 Add missing
  • 032cdb6 Add next to OpenAPI docs
  • 672dc26 Configure http requests to be closed after reading the response body. (#1316)
  • 51dc5f3 Do not retry job when unknown status (#1335)
  • 4fccf9c Docs
  • 07ac49f Fix linting issues (#1336)
  • ed8cd8d Fix network resolve introduced with linting (#1340)
  • 6bf1889 Merge branch 'master' of github.com:distribworks/dkron
  • 610e505 Merge branch 'master' of github.com:distribworks/dkron
  • 29ad1fe Prometheus metrics for shell executor (#1330)
  • 53864a0 Update README.md
  • 261f06b Update README.md
  • 3055367 Update changelog
  • 9764341 Update doc
  • 3dbe213 Update installation.md (#1311)
  • 1e6e407 chore(deps): bump cloud.google.com/go/pubsub from 1.28.0 to 1.30.0 (#1306)
  • 50732e7 chore(deps): bump cloud.google.com/go/pubsub from 1.30.0 to 1.30.1 (#1326)
  • 311a386 chore(deps): bump github.com/hashicorp/go-hclog from 1.4.0 to 1.5.0 (#1305)
  • 617cbdc chore(deps): bump github.com/hashicorp/raft from 1.3.11 to 1.4.0 (#1301)
  • e967451 chore(deps): bump github.com/hashicorp/raft from 1.4.0 to 1.5.0 (#1321)
  • 0628719 chore(deps): bump github.com/nats-io/nats.go from 1.24.0 to 1.25.0 (#1304)
  • a15e43b chore(deps): bump github.com/prometheus/client_golang (#1327)
  • e04a1f8 chore(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 (#1332)
  • 2bfdfec chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#1314)
  • b80d37e chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#1333)
  • 23d1741 chore(deps): bump golang.org/x/net from 0.8.0 to 0.9.0 (#1315)
  • f625171 chore(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 (#1324)
  • b4e8578 chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.54.0 (#1303)
  • 04b9efc chore(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 (#1325)
  • 9982ceb chore(deps): bump google.golang.org/protobuf from 1.29.0 to 1.30.0 (#1302)

v3.2.3

17 Mar 19:22
Compare
Choose a tag to compare

Changelog

  • b27606c Bump version
  • 18dc23d Fix non existing dependent job (#1297)
  • c50e717 Merge t pushbranch 'master' of github.com:distribworks/dkron
  • a6b9a0e Update changelog
  • e1f3d82 chore(deps): bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (#1292)
  • c12588c chore(deps): bump google.golang.org/protobuf (#1293)
  • 5ed7e8a support custom Host header in webhook-headers and pre-webhook-headers (#1279)