Releases: distribworks/dkron
v3.1.8
Changelog
17bf227 Buildkit stable (#977)
07afbf9 Control errors on scheduler start (#978)
0eedcfb Fix TLSRaftLayer init (#987)
1ebf862 Fix intermittent test false negative (#982)
5008f7a Improve upgrade doc (#980)
6c18bc5 Update agent tags on config reload (#983)
281a152 Update changelog
46a118c Update test version
286e92c urls were not working well in documentation (#979)
v3.1.7
Changelog
426c8a3 Add 'main' build target for dkron binaries (#973)
f386690 Add @minutely custom schedule again (#970)
7652293 Add GCP PubSub executor (#943)
620e9c7 Add logger to FromProto instantiation (#971)
c93ad09 Clarify runoncreate and run behaviors (#950)
3c32a57 Clarify that default is for all nodes run each job. (#938)
ffcd28f DataGrid UI fixes for long fields (#965)
d1db732 Fix race conditions (#967)
162e8db Fix shell executor crashing on missing command (#948)
8af5611 Improve tests for http executor (#936)
3ea5124 Overhaul logging to avoid package level var (#963)
858ec29 Refactor processFilteredNodes for testing (#968)
c382d2c Update changelog
3304282 Update deps
430ae62 Updated Go version on Dockerfile (#962)
fcb3af4 Upgrade to GitHub-native Dependabot (#949)
db74f80 chore(deps): bump github.com/fluent/fluent-logger-golang (#955)
1b97c4d chore(deps): bump github.com/gin-gonic/gin from 1.6.3 to 1.7.1 (#952)
07fa591 chore(deps): bump github.com/golang/protobuf from 1.4.3 to 1.5.2 (#953)
6313769 chore(deps): bump github.com/hashicorp/go-hclog from 0.15.0 to 0.16.0 (#956)
3f79657 chore(deps): bump github.com/hashicorp/go-plugin from 1.4.0 to 1.4.1 (#954)
817b2fc chore(deps): bump github.com/hashicorp/go-version from 1.2.1 to 1.3.0 (#959)
e5d6df8 chore(deps): bump github.com/hashicorp/raft from 1.2.0 to 1.3.1 (#961)
69a437a chore(deps): bump github.com/soheilhy/cmux from 0.1.4 to 0.1.5 (#960)
bbde473 chore(deps): bump google.golang.org/grpc from 1.36.0 to 1.37.0 (#958)
52f6269 chore(deps): bump google.golang.org/protobuf from 1.25.0 to 1.26.0 (#957)
2538be5 feature: Implement ephemeral and expires at feature (#972)
v3.1.6
Changelog
fbe4545 Correct title of NATS executor page (#929)
b6b593a Fix XSS vulnerability (#922)
79eaa39 Provide filter query by job displayName, add pristine jobs reports (#897)
a155e5a UI fixes (#926)
0de02f7 Update CHANGELOG
e5a62b8 Use go embed for assets embedding (#931)
01d6366 chore(deps): bump github.com/Shopify/sarama from 1.19.0 to 1.28.0 (#918)
f1ba46a chore(deps): bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1 (#925)
2b2a2b2 feat(ui): add a filter on disabled state (#923)
v3.1.5
Changelog
1a982e0 Add the ui/public dir (#919)
c874129 Configurable job timeout (#906)
d17593b Kafka and nats executer (#854)
296a9fa Update changelog
92a9709 Update go.sum
bd897fc chore(deps): bump github.com/nats-io/nats.go from 1.9.1 to 1.10.0 (#917)
6bac72f chore(deps): bump github.com/sirupsen/logrus from 1.7.0 to 1.8.0 (#903)
f3d8d03 chore(deps): bump github.com/spf13/cobra from 1.1.1 to 1.1.3 (#902)
453a94d chore(deps): bump github.com/tidwall/buntdb from 1.1.7 to 1.2.0 (#901)
eeb4474 chore(deps): bump google.golang.org/grpc from 1.35.0 to 1.36.0 (#909)
9ebaffe chore: Add gathering anonymous stats (#910)
92ac12b fix: don't kill job immediately if timeout is not defined (#911)
v3.1.4
Changelog
802664d Confusion in nth fields in documentation (#890)
1911787 UI fixes (#896)
d5215b9 chore(deps): bump github.com/mattn/go-shellwords from 1.0.10 to 1.0.11 (#893)
5754f50 chore(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#894)
3db5b67 chore(deps): bump google.golang.org/grpc from 1.34.0 to 1.35.0 (#892)
dbcd183 chore: Bump test version
b404ce7 chore: Website chores
da8fbdf doc: Update CHANGELOG
v3.1.3
v3.1.2
Changelog
2d052ef Added some query filters on Job executions (#878)
491edbd Regenerate assets data (#883)
50db5aa Update CHANGELOG
54884dd Updated CHANGELOG
d050db5 Use correct wrapping and monospace font for execution's output (#879)
e8e9aee chore(deps): bump github.com/hashicorp/go-uuid from 1.0.1 to 1.0.2 (#875)
a29bbb7 chore(deps): bump github.com/prometheus/client_golang (#874)
31df1ae feat: Executions sorting (#885)
8c9b146 fix panic on recovering cluster (with peers.json) (#882)
f80b741 fix: Executions JSON marshal fallback (#884)
cc40842 fix: ui property name
v3.1.1
v3.1.0
Upgrade notes
This version come with a new WebUI enabled by default, if you need to fallback to the old UI you need to set the --ui
config parameter to false
.
Changelog
135d051 Clean up log message (#860)
2936362 Fix uneven balancing between nodes (#865)
995be97 React admin Web UI (#864)
e404982 Remove duplicate lines from Recovery documentation (#861)
484d469 Update CHANGELOG
77b2625 chore(deps): bump github.com/armon/go-metrics from 0.3.4 to 0.3.5 (#869)
90422f1 chore(deps): bump github.com/tidwall/buntdb from 1.1.4 to 1.1.5 (#868)
2cea6cc chore(deps): bump google.golang.org/grpc from 1.33.2 to 1.34.0 (#862)
e56ce03 chore: Use newer gRPC library version
992eb5f fix: How errors are handled in the AgentRun call (#858)
3c10606 go mod tidy
v3.0.8
Changelog
54c2c23 Merge branch 'master' of https://github.com/distribworks/dkron into master-execution-timezone
a3516fc Represent execution times in the job's timezone
d1ea4c4 Update release.yml
947ea67 avoid nil pointer if job was deleted on ExecutionDone
3e3b4f4 chore: Always ignore node_modules
981416d chore: Bump Alpine to 3.12
b8c9db5 chore: Linting
2512171 chore: Remove commented code and fix metrics
bd1490f chore: Use go 1.15 in Dockerfile
ebb2e81 refactor: Remove GetLastExecutionGroup