Skip to content

Commit

Permalink
4.0 Banner and blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Feb 11, 2024
1 parent 9a1bc04 commit fccc1fb
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 3 deletions.
37 changes: 37 additions & 0 deletions website/blog/dkron-4-0-beta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
Description: "Dkron release v4.0 Beta"
Keywords: [ "Development", "OpenSource", "Distributed systems", "cron" ]
Tags: [ "Development", "OpenSource", "Distributed systems", "cron" ]
date: "2024-02-11"
Topics: [ "Development", "OpenSource", "Distributed Systems" ]
Slug: "dkron-4-0-beta"
---

# Dkron 4.0 Beta

## Introducing Dkron v4.0.0-beta1

We are excited to announce the release of Dkron v4.0.0-beta1, which comes with major improvements and better performance. If you are using Dkron for distributed cron jobs, now is the perfect time to give the beta a try!

Stay tunned to upcoming beta releases here https://github.com/distribworks/dkron/releases

## New Features

### Run Dkron as a Single Binary

The new release includes the ability to run Dkron as a single binary, as it embeds the shell plugin. This makes it even easier and faster to get started with Dkron for simple cron job management, especially for those who only need to run shell jobs.

### Docker Light Image

We are thrilled to announce the release of a new Docker light image for Dkron v4.0.0-beta1. This image contains only the main Dkron binary with the built-in shell plugin and no other plugins, all in a single file. If you're looking for a lean and efficient way to run Dkron, this is it! You can find the image on Docker Hub.

### Reporting Issues

As this is a beta release, we encourage users to report any issues they encounter to help us make the final release even better. Your feedback is essential in ensuring that the final release meets your expectations.

### Changelog
The release includes a substantial list of changes, including the bumping of various dependencies, clean up in CI, handling of IP changes, removal of the old UI, and many more improvements and fixes. You can view the [full changelog here](https://github.com/distribworks/dkron/releases/tag/v4.0.0-beta1).

We are looking forward to your feedback on this beta release, and we hope that Dkron v4.0 Beta will bring added value and convenience to your cron job management.

Happy scheduling! 🚀🎉
6 changes: 3 additions & 3 deletions website/src/components/HomepageBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ export default function HomepageBanner() {
<SpeakerphoneIcon className="w-6 h-6 text-white" aria-hidden="true" />
</span>
<p className="mb-0 ml-3 font-medium text-white truncate">
<span className="md:hidden">Dkron 3.0 is here!</span>
<span className="hidden md:inline">Big news! We're excited to announce that Dkron 3.2 is here!</span>
<span className="md:hidden">Dkron 4.0 Beta is here!</span>
<span className="hidden md:inline">Big news! We're excited to announce that Dkron 4.0 Beta is here!</span>
</p>
</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-3-2/"
href="/blog/dkron-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 fccc1fb

Please sign in to comment.