Skip to content

Commit

Permalink
doc: blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Oct 6, 2024
1 parent 3adb5f0 commit 75aed45
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions website/blog/dkron-pro-4-0-beta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
Description: "Dkron Pro v4.0 Beta"
Keywords: [ "Development", "OpenSource", "Distributed systems", "cron" ]
Tags: [ "Development", "OpenSource", "Distributed systems", "cron" ]
date: "2024-10-06"
Topics: [ "Development", "OpenSource", "Distributed Systems" ]
Slug: "dkron-pro-4-0-beta"
---

# Dkron Pro 4.0 Beta

After the [announcement of Dkron Open Source 4.0 Beta](dkron-4-0-beta), I'm thrilled to announce that Dkron Pro v4.0.0-beta1 has been released. This is the first major release in more than a year, and we hope you will be happy with it.

We are so happy because this release brings maturity to the system, meaning it's becoming adult and really featured.
On one side, we're leaving behind the old UI; it's not included anymore in this version, and we've bumped the UI to React Admin v5, meaning that it's crisper, more responsive, and better looking than ever.

The basic usage is better covered than ever by including the shell and the HTTP executors inside the main binary, so now with just the single Dkron binary, it packs the basic functionality.

## The new ACL system

Regarding security, this is the big announcement for Pro v4: the completely new and rebuilt from the ground-up ACL system.
We don't want to hide it; it's heavily inspired by the ACL system in the popular Hashicorp's Nomad, but with a different flavor.
[Check the docs](/docs/pro/acls) and follow the tutorial on how to use it; it's easy.

## Try it

[Try it for free](/pro): just download and install Dkron Pro v4.0.0-beta using your preferred method, docker image, packages, or binary build. Try it and let us know how it feels.

Thank you!
2 changes: 1 addition & 1 deletion website/src/components/HomepageBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function HomepageBanner() {
</div>
<div className="flex-shrink-0 order-3 w-full mt-2 sm:order-2 sm:mt-0 sm:w-auto">
<a
href="/blog/dkron-4-0-beta/"
href="/blog/dkron-pro-4-0-beta/"
className="flex items-center justify-center px-4 py-2 text-sm font-medium bg-white border border-transparent rounded-sm shadow-sm text-fuchsia-600 hover:bg-indigo-50"
>
Learn more
Expand Down

0 comments on commit 75aed45

Please sign in to comment.