Changelog History
Page 3
-
v3.0.2 Changes
May 15, 2020🔄 Changelog
🚀 41534a4 chore: Release fluent processor
3d65b1a fix: Binding to advertise address
b8f7174 fix: compose
a9ea22a fix: provision
🔨 ea7a31d refactor: Listener creation and fix tests
🔨 5f0fcbf refactor: Set default bind IP to the first private address
✅ d34286c tests: Fix tests for address methods🐳 Docker images
- 🐳
docker pull dkron/dkron:latest
- 🐳
docker pull dkron/dkron:v3.0.2
- 🐳
docker pull dkron/dkron:v3
- 🐳
-
v3.0.1 Changes
May 12, 2020🔄 Changelog
👷 0d3d966 Basic process that sends job output to fluent destination
🔧 ef560e8 Configurable serf reconnect timeout parameter
🚚 d117a8a Removed mine hardcode, as cmdline parameter is now working
⚡️ 9bf8aae Update CHANGELOG
f5f7ce3 chore(deps): bump github.com/spf13/viper from 1.6.3 to 1.7.0
961bf2d fix: Alerts JS
effae88 fix: Fix mod path in fluent Processor🐳 Docker images
- 🐳
docker pull dkron/dkron:latest
- 🐳
docker pull dkron/dkron:v3.0.1
- 🐳
docker pull dkron/dkron:v3
- 🐳
-
v3.0.0 Changes
May 09, 2020🔄 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 Changes
April 22, 2020🔄 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 Changes
April 15, 2020🔄 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 Changes
April 11, 2020🔄 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 Changes
March 20, 2020🔄 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
0️⃣ 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 Changes
February 14, 2020🛠 Fixes
- Memory consumption on startup #682
-
v2.0.5 Changes
February 12, 2020