Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.x #1432

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open

Release 4.x #1432

wants to merge 40 commits into from

Conversation

vcastellm
Copy link
Member

This is a placeholder PR with all 4.0 features merged

Victor Castell added 4 commits July 22, 2022 20:16
* Convert shell plugin to internal plugin

The purpose of this PR is to embed the shell plugin in the main dkron binary, that will facilitate creating a single binary with the most important executor, for easy deployment using a single binary.

* Remove debugging
@vcastellm vcastellm added the 4.x label Dec 12, 2023
vcastellm and others added 25 commits December 13, 2023 00:17
* Release a light image tag

Omit all plugins except the shell plugin that will be included in the main binary.
* Upgrade react admin to v4
Co-authored-by: Victor Castell <victor@victorcastell.com>
* consul like approach: add server_lookup to make dkron independent from server node IP on raft layer
* handle memberupdate event
* query other servers before start & add test
* don't remove itself if node is a raft leader
* don't remove dkron server node if id matches
Config init was being done on the root level command but only the agent command was using config values.

Now config init is done as pre-run of agent command only, getting rid of extra messages in other commands when the config was missing.
Adapt fields to admin v4
http plugin is one of the most used plugins together with the shell plugin, embedding it in the main binary allow for more lean deployment.
* Reuse http clients with the same configuration
…ed in general. (#1485)

Also add Pro protobuf and gen code as this should be public.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants