From 1602dd2347aaa4d42ae2a88600ec8550622f32c5 Mon Sep 17 00:00:00 2001 From: David Yu Date: Thu, 13 Jun 2024 17:46:42 +0000 Subject: [PATCH] backport of commit 94bb91ab80457ede48b89198a6c708cceed1b520 --- website/content/docs/integrations/consul/index.mdx | 8 ++++---- website/content/docs/release-notes/nomad/v1_8_x.mdx | 8 +++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/website/content/docs/integrations/consul/index.mdx b/website/content/docs/integrations/consul/index.mdx index f8e4e36a36e..5c023d027c2 100644 --- a/website/content/docs/integrations/consul/index.mdx +++ b/website/content/docs/integrations/consul/index.mdx @@ -171,11 +171,11 @@ Consul, with some exceptions. * Nomad is not compatible with Consul Data Plane. -| | Consul 1.16.0+ | Consul 1.17.0+ | Consul 1.18.0+ | +| | Consul 1.17.0+ | Consul 1.18.0+ | Consul 1.19.0+ | |-------------------|----------------|----------------|----------------| -| Nomad 1.7.0+ | ✅ | ✅ | ✅ | -| Nomad 1.6.0+ | ✅ | ✅ | ✅ | -| Nomad 1.5.0+ | ✅ | ✅ | ✅ | +| Nomad 1.8.0+ | ✅ | ✅ | ✅ | +| Nomad 1.7.0+ | ✅ | ✅ | ✅ | +| Nomad 1.6.0+ | ✅ | ✅ | ✅ | [Automatic Clustering with Consul]: /nomad/tutorials/manage-clusters/clustering [CDP]: /consul/docs/connect/dataplane diff --git a/website/content/docs/release-notes/nomad/v1_8_x.mdx b/website/content/docs/release-notes/nomad/v1_8_x.mdx index 95cf0fc21d2..ab0d0a19e1e 100644 --- a/website/content/docs/release-notes/nomad/v1_8_x.mdx +++ b/website/content/docs/release-notes/nomad/v1_8_x.mdx @@ -52,23 +52,25 @@ We are pleased to announce the following Nomad updates. rescheduled those failures. Now, the jobs list tries to show accurate allocation information and meaningful statuses (like "Degraded", or "Recovering") to better illustrate the current state of a job. + - **Server-side pagination:** For users with many thousands of jobs, the main landing page for the web UI will no longer have a noticeable delay on rendering. Users can control page length and filter paginated jobs appropriately. + - **Live updates:** Previously, users had to manually refresh the page to see newly created jobs, or to hide jobs that had been stopped and garbage-collected. Now, the jobs list will update in real-time as jobs are created, updated, or removed. Further, any changes to allocations of jobs on-page will be reflected in the status of that job in real-time. -- **Time based task execution:** Using a CRON-like syntax, operators can now +- **Time based task execution (Enterprise) :** Using a CRON-like syntax, operators can now [schedule](/nomad/docs/job-specification/schedule) when tasks should execute and when they should stop. This provides governance for tasks executed from jobs, and allows operators to easily opt-in or opt-out of a schedule that - governs when the task can run through the web based UI. + governs when the task can run through the web based UI or through the [CLI](/nomad/docs/commands/alloc/pause). -- **Sentinel policy management in the Web UI:** Enterprise users can manage +- **Sentinel policy management in the Web UI (Enterprise):** Enterprise users can manage Sentinel policies directly within the Nomad UI. Users can create a Sentinel policy based on a template provided from the UI or create policies directly using an editor for Sentinel policies. Refer to [Sentinel