Skip to content

v4.0.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 16:45
7a2d490

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)