v0.55.8

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team

Not yet seconds ago.
            False
        
Not yet seconds ago
Current error-ing screenshot from most recent request
    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              hashicorp / nomad Public
              * Notifications You must be signed in to change notification settings
              * Fork 2.1k
                * Star 16.8k
          * Code
          * Issues 1.5k
          * Pull requests 125
          * Pull requests 121
          * Actions
          * Projects
          * Security and quality 0
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Actions
                  * Projects
                  * Security and quality
                  * Insights

        Releases: hashicorp/nomad

              Releases Tags
            Releases · hashicorp/nomad

                Release list

                    * v1.11.8 (Enterprise)
                    * v1.10.14 (Enterprise)
                    * v2.0.4
                    * v2.0.3
                    * v1.11.7 (Enterprise)
                    * v1.10.13 (Enterprise)
                    * v2.0.2
                    * v1.11.6 (Enterprise)
                    * v1.10.12 (Enterprise)
                    * v2.0.1
                    Previous Next
                Jump to release
                        * v1.11.8 (Enterprise)
                        * v1.10.14 (Enterprise)
                        * v2.0.4
                        * v2.0.3
                        * v1.11.7 (Enterprise)
                        * v1.10.13 (Enterprise)
                        * v2.0.2
                        * v1.11.6 (Enterprise)
                        * v1.10.12 (Enterprise)
                        * v2.0.1
                    Previous Next

                v1.11.8 (Enterprise)

                              v1.11.8 (Enterprise)
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              jrasell released this 08 Jul 16:53
                              ent-changelog-1.11.8
                              5eb6a35
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          SECURITY:

                            * docker: Enforce allowed_modes or allow_privileged requirement to set host namespace modes in task. This is CVE-2026-14891. [GH-28190]
                            * docker: Fixed a bug where docker tasks could use a symlink to bypass the plugin configuration for volumes.enabled=false. This is CVE-2026-14896. [GH-28177]
                            * dynamic host volumes: Fixed a bug where users with host-volume-delete in one namespace could delete claims from another namespace [GH-28205]

                          IMPROVEMENTS:

                            * consul: Allow service, template, and connect blocks to fallback to the Nomad client agent's Consul token if workload identity is unavailable [GH-28106]
                            * driver: Added optional Init function for task driver plugins [GH-28104]
                            * driver: Added optional Shutdown function for task driver plugins [GH-28102]

                          BUG FIXES:

                            * api: allow using WI tokens on plan endpoint [GH-28139]
                            * cli: Fixed a bug where complex HCL variables passed via -var flag could not be edited in the web UI [GH-28138]
                            * dynamic host volumes: Fixed a bug where allocations claiming host volumes with the per_alloc flag would not prevent the volume from being deleted [GH-28198]
                            * metrics: expired metrics are now periodically cleared from the Prometheus sink even if no collection occurs [GH-28170]
                            * scheduler: Fixed a bug where a node could be marked feasible for a task group requesting multiple host volumes when a satisfied sticky volume request short-circuited the checks for the remaining requests [GH-28097]
                            * scheduler: Fixed a bug where setting sticky on a static host volume could fail the evaluation instead of being rejected during feasibility checking [GH-28097]
                            * scheduler: keep draining batch alloc counted when node is re-enabled [GH-28018]
                            * task runner: Improve the memory management for secrets [GH-28140]
                            * ui: Fixed a bug where jobs that share a ModifyIndex (for example, several jobs rescheduled in a single Raft transaction after a node failure) were omitted from the jobs page and the /v1/jobs/statuses endpoint [GH-28132]
                            * ui: fixes an issue where streaming task logs would error [GH-28137]
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                                All reactions

                v1.10.14 (Enterprise)

                              v1.10.14 (Enterprise)
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              hc-github-team-nomad-core released this 08 Jul 16:31
                              ent-changelog-1.10.14
                              bdfc473

                          SECURITY:

                            * docker: Enforce allowed_modes or allow_privileged requirement to set host namespace modes in task. This is CVE-2026-14891. [GH-28190]
                            * docker: Fixed a bug where docker tasks could use a symlink to bypass the plugin configuration for volumes.enabled=false. This is CVE-2026-14896. [GH-28177]
                            * dynamic host volumes: Fixed a bug where users with host-volume-delete in one namespace could delete claims from another namespace [GH-28205]

                          IMPROVEMENTS:

                            * consul: Allow service, template, and connect blocks to fallback to the Nomad client agent's Consul token if workload identity is unavailable [GH-28106]
                            * driver: Added optional Init function for task driver plugins [GH-28104]
                            * driver: Added optional Shutdown function for task driver plugins [GH-28102]

                          BUG FIXES:

                            * api: allow using WI tokens on plan endpoint [GH-28139]
                            * cli: Fixed a bug where complex HCL variables passed via -var flag could not be edited in the web UI [GH-28138]
                            * dynamic host volumes: Fixed a bug where allocations claiming host volumes with the per_alloc flag would not prevent the volume from being deleted [GH-28198]
                            * metrics: expired metrics are now periodically cleared from the Prometheus sink even if no collection occurs [GH-28170]
                            * scheduler: Fixed a bug where a node could be marked feasible for a task group requesting multiple host volumes when a satisfied sticky volume request short-circuited the checks for the remaining requests [GH-28097]
                            * scheduler: Fixed a bug where setting sticky on a static host volume could fail the evaluation instead of being rejected during feasibility checking [GH-28097]
                            * scheduler: keep draining batch alloc counted when node is re-enabled [GH-28018]
                            * task runner: Improve the memory management for secrets [GH-28140]
                            * ui: Fixed a bug where jobs that share a ModifyIndex (for example, several jobs rescheduled in a single Raft transaction after a node failure) were omitted from the jobs page and the /v1/jobs/statuses endpoint [GH-28132]
                            * ui: fixes an issue where streaming task logs would error [GH-28137]
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                                All reactions

                v2.0.4

                              v2.0.4 Latest
                              Latest
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              hc-github-team-es-release-engineering released this 07 Jul 19:12
                              v2.0.4
                              5b83b13

                          2.0.4 (July 07, 2026)

                          SECURITY:

                            * docker: Enforce allowed_modes or allow_privileged requirement to set host namespace modes in task. This is CVE-2026-14891. [GH-28190]
                            * docker: Fixed a bug where docker tasks could use a symlink to bypass the plugin configuration for volumes.enabled=false. This is CVE-2026-14896. [GH-28177]
                            * dynamic host volumes: Fixed a bug where users with host-volume-delete in one namespace could delete claims from another namespace [GH-28205]

                          IMPROVEMENTS:

                            * cli: Add a -kv-path flag to nomad setup vault to configure the Vault KV mount used by the generated workload policy [GH-28183]
                            * cli: Added -json and -t options to the operator autopilot get-config command. [GH-27991]
                            * client: Add tunable for Vault default lease duration on templates for paths without leases. [GH-28199]
                            * consul: Allow service, template, and connect blocks to fallback to the Nomad client agent's Consul token if workload identity is unavailable [GH-28106]
                            * driver: Added optional Init function for task driver plugins [GH-28104]
                            * driver: Added optional Shutdown function for task driver plugins [GH-28102]
                            * scheduler: Stop failed allocations first when downscaling a task group [GH-27971]

                          DEPRECATIONS:

                            * agent: Unauthenticated server join via the CLI or API is deprecated. [GH-28176]

                          BUG FIXES:

                            * api: allow using WI tokens on plan endpoint [GH-28139]
                            * cli: Fixed a bug where complex HCL variables passed via -var flag could not be edited in the web UI [GH-28138]
                            * client: Fixed a bug where a client could panic after an alloc is GC'd [GH-28187]
                            * dynamic host volumes: Fixed a bug where allocations claiming host volumes with the per_alloc flag would not prevent the volume from being deleted [GH-28198]
                            * metrics: expired metrics are now periodically cleared from the Prometheus sink even if no collection occurs [GH-28170]
                            * scheduler: Fixed a bug where a node could be marked feasible for a task group requesting multiple host volumes when a satisfied sticky volume request short-circuited the checks for the remaining requests [GH-28097]
                            * scheduler: Fixed a bug where setting sticky on a static host volume could fail the evaluation instead of being rejected during feasibility checking [GH-28097]
                            * scheduler: keep draining batch alloc counted when node is re-enabled [GH-28018]
                            * task runner: Improve the memory management for secrets [GH-28140]
                            * ui: Fixed a bug where jobs that share a ModifyIndex (for example, several jobs rescheduled in a single Raft transaction after a node failure) were omitted from the jobs page and the /v1/jobs/statuses endpoint [GH-28132]
                            * ui: fixes an issue where streaming task logs would error [GH-28137]
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              🚀 3 mehdiMj-ir, brandon-welsch, and dduzgun-security reacted with rocket emoji
                                All reactions
                                  * 🚀 3 reactions
                              3 people reacted

                v2.0.3

                              v2.0.3
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              hc-github-team-es-release-engineering released this 09 Jun 18:40
                              v2.0.3
                              a2a5fee

                          FEATURES:

                            * core: timeouts for batch jobs [GH-27803]

                          SECURITY:

                            * cli: Redact token and certificate key CLI flags and environment variables when writing debug bundle [GH-28063]

                          IMPROVEMENTS:

                            * acl: Support uploading client ACL tokens [GH-27741]
                            * alloc: don't restore when allocDir is inaccessible [GH-27933]
                            * api: added agent reload endpoint [GH-27106]
                            * build: Updated Go to 1.26.4 [GH-28080]
                            * client: Adds default_ineligible configuration option [GH-27965]
                            * identity: allow additional claims to be added to workload identities [GH-27786]
                            * vault: adds token renewal retries [GH-27947]

                          BUG FIXES:

                            * audit (Enterprise): Fixed a bug where alloc exec and job actions requests from the webbrowser would be marked as anonymous in audit logs [GH-28025]
                            * cli: Fixed job dispatch and job periodic force failing with a paginator error against servers older than the CLI [GH-27680]
                            * client: Fixed a bug where tasks could accidentally get killed mid-restart on template re-render [GH-27960]
                            * consul: re-write consul service identity token when reattaching to task [GH-27936]
                            * job (Enterprise): Renabled use of multiple vault namespaces in a single job
                            * plugins: store verified and canonicalised plugin configuration in the agent [GH-28083]
                            * template: Fixed a bug where templates with change_mode=noop would stop monitoring templates that fatally fail after initial rendering [GH-28016]
                            * ui: Fix a bug where jobs with HCL variables submitted via Terraform could not be started or stopped in the web UI [GH-28095]
                            * ui: Fix service detail page not rendering [GH-28005]
                            * ui: Fixed flickering on the log streaming pop out when viewing them from job overview page [GH-28074]
                            * ui: Fixed the client drain popover form to provide an accessible name for assistive technologies [GH-28047]
                            * ui: Fixed the drain popover deadline field so its label is properly associated with the input for improved accessibility [GH-28029]
                            * ui: Fixed the namespace list being continually fetched when on the job overview page [GH-28074]
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              🎉 3 brandon-welsch, SavelevArtemD, and agaurav reacted with hooray emoji ❤️ 2 brandon-welsch and agaurav reacted with heart emoji 🚀 1 AndreFilho0 reacted with rocket emoji
                                All reactions
                                  * 🎉 3 reactions
                                  * ❤️ 2 reactions
                                  * 🚀 1 reaction
                              4 people reacted

                v1.11.7 (Enterprise)

                              v1.11.7 (Enterprise)
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              hc-github-team-nomad-core released this 09 Jun 20:50
                              ent-changelog-1.11.7
                              ce334ad

                          SECURITY:

                            * cli: Redact token and certificate key CLI flags and environment variables when writing debug bundle [GH-28063]

                          IMPROVEMENTS:

                            * build: Updated Go to 1.26.4 [GH-28080]
                            * vault: adds token renewal retries [GH-27947]

                          BUG FIXES:

                            * audit (Enterprise): Fixed a bug where alloc exec and job actions requests from the webbrowser would be marked as anonymous in audit logs [GH-28025]
                            * client: Fixed a bug where tasks could accidentally get killed mid-restart on template re-render [GH-27960]
                            * client: fix a bug where we could accidentally overwrite task states [GH-27944]
                            * consul: re-write consul service identity token when reattaching to task [GH-27936]
                            * job (Enterprise): Renabled use of multiple vault namespaces in a single job
                            * plugins: store verified and canonicalised plugin configuration in the agent [GH-28083]
                            * template: Fixed a bug where templates with change_mode=noop would stop monitoring templates that fatally fail after initial rendering [GH-28016]
                            * ui: Fix a bug where jobs with HCL variables submitted via Terraform could not be started or stopped in the web UI [GH-28095]
                            * ui: Fix service detail page not rendering [GH-28005]
                            * ui: Fixed a bug where the evaluation detail panel would render improperly [GH-27987]
                            * ui: Fixed flickering on the log streaming pop out when viewing them from job overview page [GH-28074]
                            * ui: Fixed the client drain popover form to provide an accessible name for assistive technologies [GH-28047]
                            * ui: Fixed the drain popover deadline field so its label is properly associated with the input for improved accessibility [GH-28029]
                            * ui: Fixed the namespace list being continually fetched when on the job overview page [GH-28074]
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                                All reactions

                v1.10.13 (Enterprise)

                              v1.10.13 (Enterprise)
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              hc-github-team-nomad-core released this 09 Jun 20:50
                              ent-changelog-1.10.13
                              286d716

                          SECURITY:

                            * cli: Redact token and certificate key CLI flags and environment variables when writing debug bundle [GH-28063]

                          IMPROVEMENTS:

                            * build: Updated Go to 1.26.4 [GH-28080]
                            * vault: adds token renewal retries [GH-27947]

                          BUG FIXES:

                            * audit (Enterprise): Fixed a bug where alloc exec and job actions requests from the webbrowser would be marked as anonymous in audit logs [GH-28025]
                            * client: Fixed a bug where tasks could accidentally get killed mid-restart on template re-render [GH-27960]
                            * client: fix a bug where we could accidentally overwrite task states [GH-27944]
                            * consul: re-write consul service identity token when reattaching to task [GH-27936]
                            * job (Enterprise): Renabled use of multiple vault namespaces in a single job
                            * plugins: store verified and canonicalised plugin configuration in the agent [GH-28083]
                            * template: Fixed a bug where templates with change_mode=noop would stop monitoring templates that fatally fail after initial rendering [GH-28016]
                            * ui: Fix a bug where jobs with HCL variables submitted via Terraform could not be started or stopped in the web UI [GH-28095]
                            * ui: Fix service detail page not rendering [GH-28005]
                            * ui: Fixed a bug where the evaluation detail panel would render improperly [GH-27987]
                            * ui: Fixed flickering on the log streaming pop out when viewing them from job overview page [GH-28074]
                            * ui: Fixed the client drain popover form to provide an accessible name for assistive technologies [GH-28047]
                            * ui: Fixed the drain popover deadline field so its label is properly associated with the input for improved accessibility [GH-28029]
                            * ui: Fixed the namespace list being continually fetched when on the job overview page [GH-28074]
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                                All reactions

                v2.0.2

                              v2.0.2
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              hc-github-team-es-release-engineering released this 22 May 15:44
                              v2.0.2
                              26ed559

                          2.0.2 (May 22, 2026)

                          BUG FIXES:

                            * acl: fix rpc permission denied error when using node_pool="all" [GH-27973]
                            * ui: Fixed a bug where the client detail page would fail to render [GH-27958]
                            * ui: Fixed a bug where the topology page would fail to render [GH-27958]
                            * ui: Fixed a bug where the evaluation detail panel would render improperly [GH-27987]
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              ❤️ 7 FibreFoX, tennos, tristanmorgan, suikast42, brandon-welsch, hardkeo, and JayPe69 reacted with heart emoji
                                All reactions
                                  * ❤️ 7 reactions
                              7 people reacted

                v1.11.6 (Enterprise)

                              v1.11.6 (Enterprise)
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              tgross released this 22 May 18:05
                              ent-changelog-1.11.6
                              4531a3b
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          1.11.6 Enterprise (May 22, 2026)

                          BUG FIXES:

                            * ui: Fixed a bug where the client detail page would fail to render [GH-27958]
                            * ui: Fixed a bug where the topology page would fail to render [GH-27958]
                            * ui: Fixed a bug where the evaluation detail panel would render improperly [GH-27987]
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                                All reactions

                v1.10.12 (Enterprise)

                              v1.10.12 (Enterprise)
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              tgross released this 22 May 18:06
                              ent-changelog-1.10.12
                              e32c76d
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          1.10.12 Enterprise (May 22, 2026)

                          BUG FIXES:

                            * ui: Fixed a bug where the client detail page would fail to render [GH-27958]
                            * ui: Fixed a bug where the topology page would fail to render [GH-27958]
                            * ui: Fixed a bug where the evaluation detail panel would render improperly [GH-27987]
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                                All reactions

                v2.0.1

                              v2.0.1
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              hc-github-team-es-release-engineering released this 12 May 16:18
                              v2.0.1
                              5c11f94

                          BREAKING CHANGES:

                            * logging: The allocation logs directory is bind-mounted read-only for task drivers that support with filesystem isolation [GH-27918]

                          SECURITY:

                            * dynamic host volumes: Prevent unintended code execution outside the plugin directory (CVE-2026-7474) [GH-27919]
                            * logging: Protect logging FIFO from symlink swap attacks (CVE-2026-6959) [GH-27918]
                            * sentinel: require sentinel-override ACL capability for overriding soft-mandatory policies on volumes
                            * ui: Upgraded Ember to 6.10 [GH-27674]

                          IMPROVEMENTS:

                            * api: Add "latest" flag for tagging the latest version of a job [GH-27764]
                            * build: Update Go toolchain to 1.26.3 [GH-27924]
                            * cli: Added retry for nomad job run monitoring [GH-27887]
                            * cli: Automatically expand nomad exec -it to -i -t [GH-27906]
                            * cli: job plan now propagates -hcl2-strict=false into the suggested nomad job run -check-index invocation when the user passed it on the plan command line [GH-23656]
                            * cli: add monitoring and verbose option to job dispatch [GH-27541]
                            * drivers: include volume RequestName within mount config information if available [GH-27710]
                            * scheduler: Add a configuration field for the number of nodes that the scheduler considers when spread or affinity is in use. This can improve scheduler performance for some cluster shapes. [GH-27650]
                            * server: RPC dial timeout is configurable [GH-27862]
                            * services: warn on job submit when job has services but no shutdown_delay [GH-27782]

                          BUG FIXES:

                            * api: Fix a bug where the Create Job, Update Job, and Scale Job APIs could fail to respect EnforceIndex under concurrent requests [GH-27832]
                            * core: avoid setting job to dead while waiting for allocations to reschedule [GH-27852]
                            * csi: improve check of StagePublishBaseDir being subdirectory of MountDir [GH-27717]
                            * deployments: reset ProgressDeadline after pausing and do not fail while paused [GH-27804]
                            * drivers: kill plugin instance on dispense failure [GH-27711]
                            * job (Enterprise): Renabled use of multiple vault namespaces in a single job
                            * plugins: Fixed a bug where plugin clients would continuously leak file descriptors when the agent was restarted [GH-27885]
                            * scheduler: Fixed a bug where preemption of allocations by tasks that require devices could incorrectly fail placement [GH-27880]
                          Assets 2
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              🎉 4 tristanmorgan, mehdiMj-ir, pipethedev, and resmo reacted with hooray emoji
                                All reactions
                                  * 🎉 4 reactions
                              4 people reacted
                Previous 1 2 3 4 5 … 25 26 Next
                Previous Next

  Footer

      © 2026 GitHub, Inc.

    Footer navigation

      * Terms
      * Privacy
      * Security
      * Status
      * Community
      * Docs
      * Contact
      * Manage cookies
      * Do not share my personal information
    You can’t perform that action at this time.
Tip: Highlight text to share or add to ignore lists.  — Download difference patch
For now, Differences are performed on text, not graphically, only the latest screenshot is available.
Screenshot requires Playwright/WebDriver enabled