Skip to content

Releases: distribworks/dkron

v3.0.0

09 May 23:20
f561924
Compare
Choose a tag to compare

Changelog

92d8371 Add job name tags to log events to improve debugging
5829999 Add prometheus endpoint for metrics
90f2708 Change job_name log fields to job for consistency.
e892235 Increment Raft timeout to consul level
70f2604 Merge remote-tracking branch 'origin/master' into refactor_run
b6b04d1 Move to prometheus.DefaultRegistry
276b93b Update CHANGELOG
a350f76 Update README
c786798 chore(deps): bump github.com/gin-gonic/gin from 1.6.2 to 1.6.3
62bbdd1 chore(deps): bump github.com/prometheus/client_golang
f0f1405 chore(deps): bump github.com/sirupsen/logrus from 1.5.0 to 1.6.0
3556636 chore(deps): bump google.golang.org/grpc from 1.28.1 to 1.29.1
68c392b chore(deps): bump jquery from 3.4.1 to 3.5.0 in /static
d1bf8e1 chore: Better logging
1c5f674 chore: Checking health of retry node and better logging
e8affac chore: Set codename in version
898b6db chore: Set module to V3
19c0982 chore: Update v3 path
d417d1a chore: Upgrade deps
4e92b65 fix: Get node RCP addr for retry
1f911d8 fix: Ignored RaftMultiplier config param
b4e0654 fix: Next time overwrite
4f9fe12 refactor: Better alerts with growl like notifications
acb50cb refactor: Use gRPC streaming calls to run jobs

Docker images

  • docker pull dkron/dkron:latest
  • docker pull dkron/dkron:v3.0.0
  • docker pull dkron/dkron:v3

v2.2.2

21 Apr 23:01
Compare
Choose a tag to compare

Changelog

4d52531 chore(deps): bump github.com/golang/protobuf from 1.3.5 to 1.4.0
90d7caa chore: Bump version in playbook
f963129 fix: Increase serf events buffer size
b8dc83a fix: Resetting the status and next params

Docker images

  • docker pull dkron/dkron:latest
  • docker pull dkron/dkron:v2.2.2
  • docker pull dkron/dkron:v2

v2.2.1

15 Apr 20:59
Compare
Choose a tag to compare

Changelog

ef350dc chore(deps): bump github.com/hashicorp/go-plugin from 1.2.0 to 1.2.2
0b4b794 chore(deps): bump github.com/spf13/viper from 1.6.2 to 1.6.3
2abd26c chore(deps): bump google.golang.org/grpc from 1.28.0 to 1.28.1
7e259a7 chore: Bump version in head link
36520a6 restore jobs with file
4348306 restore jobs with file

Docker images

  • docker pull dkron/dkron:latest
  • docker pull dkron/dkron:v2.2.1
  • docker pull dkron/dkron:v2

v2.2.0

11 Apr 16:40
Compare
Choose a tag to compare

Changelog

de54c8b Streaming executions
d7d8e67 Update CHANGELOG
142b22d Update CHANGELOG
ca2c04f chore(deps): bump github.com/gin-gonic/gin from 1.5.0 to 1.6.2
b0aaaf2 chore(deps): bump github.com/golang/protobuf from 1.3.4 to 1.3.5
abb7333 chore(deps): bump github.com/hashicorp/go-hclog from 0.12.1 to 0.12.2
c4e6a36 chore(deps): bump github.com/hashicorp/go-plugin from 1.1.0 to 1.2.0
df5a125 chore(deps): bump github.com/sirupsen/logrus from 1.4.2 to 1.5.0
ec5b24d chore(deps): bump github.com/spf13/cobra from 0.0.6 to 0.0.7
d05fe3c chore: Code comment
c941be3 chore: Lint code
ad1cca5 chore: Normalize store prefixes
b6d9239 chore: Update the swagger spec
a09accf feat: Busy Realtime executions view
b248867 feat: Implement bidirectional output in plugins
2ec4f56 feat: Show realtime output in busy view
12a28b4 fix: Don't bloat the Raft log with partial execution updates
fc38f3a fix: Only check for concurrency forbid
fce450d fix: Remove 10s context timeout on streaming
351e9c9 fix: Several fixes including new gRPCs method
2e4bd73 refactor: Execution output to string
949aaa3 refactor: Remove refresh status code
0512d10 refactor: Remove unused code
f9e48b1 tests: Fix http executor tests
375c57c tests: Fix tests

Docker images

  • docker pull dkron/dkron:latest
  • docker pull dkron/dkron:v2.2.0
  • docker pull dkron/dkron:v2

v2.1.1

19 Mar 23:38
Compare
Choose a tag to compare

Changelog

bd37c02 Bump changelog
007912d Bump golang.org/x/ packages
b55a5f7 BuntDB with delete executions and fixed tests
fac3c87 DB() returned back. Snapshot and Restore implementation added
27bfa1a Defer panic fix
5cfd9fc Execution load balancing (#692)
ce8b5cf Fix API documentation - currently broken
a902e00 Fixes crash when plugin configuration is not defined in a job
43c994f Graceful shutdown (#690)
5e8f931 Merge branch 'master' into bump_deps
456c0d3 Merge branch 'master' of github.com:distribworks/dkron
18d1e18 Merge branch 'master' of github.com:distribworks/dkron
059c986 Merged with upstream
72195da Modified github actions
46074f4 Timeout changed to 1 second. Feels more wise choicee
d1aec8a Update CHANGELOG
abd0a78 Update changelog
7631ad6 Update goreleaser config
0bc5c32 chore: Bump all deps
e8abf76 chore: Default config will start and bootstrap a server
2277671 chore: Update Bootstrap and JQuery
a312836 chore: tidy up
a261c8e comments fixed
a05516a crash fix during server failover
17c7078 fix: Build on local docker
8d43df0 fix: Docs
2c5019f isLeader handler added
94d2351 refactor: Get RPC Addr using IP templates
6bb35a9 refactor: Move plugin code and types to packages (#696)
d44a14f refactor: Use TimestampNow in tests
361d13e removed agent parameter
75997cb removed unused import
4746d9e removed unused method
5235495 swagger added. Response output renamed
0de61ff tests: Restore test

Docker images

  • docker pull dkron/dkron:latest
  • docker pull dkron/dkron:v2.1.1
  • docker pull dkron/dkron:v2

v2.0.6

13 Feb 23:33
Compare
Choose a tag to compare

Changelog

95518e0 Update CHANGELOG
df79c79 fix: Refactor Badger Cleanup on start

Docker images

  • docker pull dkron/dkron:latest
  • docker pull dkron/dkron:v2.0.6
  • docker pull dkron/dkron:v2

v2.0.5

12 Feb 22:32
Compare
Choose a tag to compare

Changelog

7da930c chore: Don't always generate cli docs
a628c39 fix: Return the correct status code on leader endpoint
c053c5e fix: Set the agent on dependent run

Docker images

  • docker pull dkron/dkron:latest
  • docker pull dkron/dkron:v2.0.5
  • docker pull dkron/dkron:v2

v2.0.4

02 Feb 21:30
Compare
Choose a tag to compare

Changelog

5d7535d Test jobs
dcc944f doc: ACL
1360c80 doc: Fix naming and add link
59b797d doc: fix naming
b7c5b30 feat: Accept middlewares for API routes
5ee2663 refactor: Allow pro appliers

Docker images

  • docker pull dkron/dkron:latest
  • docker pull dkron/dkron:v2.0.4
  • docker pull dkron/dkron:v2

v2.0.3

04 Jan 01:17
Compare
Choose a tag to compare

Changelog

4e67bce Bump version in test infra
fa9c091 Merge branch 'master' of github.com:distribworks/dkron
88a4a5c Update changelog
caacf9e Update changelog
78316da Use time type instead of string in notification template
5721eed chore: bump badger to 2.0.1
150c5b0 fix: Fix modals indexes

Docker images

  • docker pull dkron/dkron:latest
  • docker pull dkron/dkron:v2.0.3
  • docker pull dkron/dkron:v2

v2.0.2

11 Dec 20:44
Compare
Choose a tag to compare

Changelog

1c6bcc3 Bump version
f317d8b Make job validation reject empty name
1f04725 Merge branch 'master' into dependabot/npm_and_yarn/static/angular-1.7.9
c6ac2e9 Merge branch 'master' into dependabot/npm_and_yarn/static/angular-1.7.9
9da0b17 Update changelog
758fe50 Update comments of grpcs::DeleteJob
239b868 chore(deps): bump angular from 1.4.0 to 1.7.9 in /static
816b1a0 feat: Search in all jobs with the filter box
358d9cb fix: Revert GetStatus with concurrency forbid
a06ae20 refactor: Change deprecated angular methods
7c69032 refactor: Die on plugin communication error

Docker images

  • docker pull dkron/dkron:latest
  • docker pull dkron/dkron:v2.0.2
  • docker pull dkron/dkron:v2