DevOps

1,321 items RSS
H
HashiCorp Packer DevOps

nightly

Nightly releases are snapshots of the development activity on the Packer project that may include new features and bug fixes scheduled for upcoming releases. These releases are made available to make it easier for users to test their existing build configurations against the latest Packer code base for potential issues or to experiment with new features, with a chance to provide feedback on ways t…

R
Rancher DevOps v2.15.0

v2.15.0

Release v2.15.0 Important If you are using Active Directory Federation Service (AD FS), upgrading to Rancher v2.10.1 or later may cause issues with authentication, requiring manual intervention. These issues are due to the AD FS Relying Party Trust not being able to pick up a signature verification certificate from the metadata. For more information, see #48655. These issues can be corrected by ei…

R
rclone DevOps v1.75.0

rclone v1.75.0

This is the v1.75.0 release of rclone. Full details of the changes can be found in the changelog.

A
Argo Workflows DevOps v4.1.0-rc2

v4.1.0-rc2

Quick Start What's New? Find out on our blog and changelog. Breaking Changes and Known Issues Check the upgrading guide and search for existing issues on GitHub. Installation CLI Mac / Linux Available via curl # Detect OS ARGO_OS="darwin" if [[ "$(uname -s)" != "Darwin" ]]; then ARGO_OS="linux" fi # Download the binary curl -sLO "https://github.com/argoproj/argo-workflows/releases/download/v4.1.0-…

W
Woodpecker CI DevOps v3.17.0

3.17.0

3.17.0 - 2026-07-31 ❤️ Thanks to all contributors! ❤️ @6543, @AnayGarodia, @DerRockWolf, @Kernald, @Komzpa, @OCram85, @TowyTowy, @cyphercodes, @glitch-ux, @healdropper, @ivanvc, @jleider, @kanywst, @nicolasbatistoni, @qwerty287, @rfinnie, @roian6, @xoxys, @youdie006, @zmully 🔒 Security Update module github.com/getkin/kin-openapi to v0.144.0 [SECURITY] [#6896] Make grpc secret autogenerated [#6845]…

V
vCluster DevOps v0.36.1-rc

v0.36.1-rc.4

Changelog 0c3bb16: test(pods): add tests for running an older virtual cluster on a newer host (#4123) (#4125) (@loft-bot)

T
Tekton Pipelines DevOps v1.15.0

Tekton Pipeline release v1.15.0 "Toyger Orisa" LTS

🎉 Steady under pressure — configurable backoffs and battle-tested fixes 🎉 -Docs @ v1.15.0 -Examples @ v1.15.0 Installation one-liner kubectl apply -f https://infra.tekton.dev/tekton-releases/pipeline/previous/v1.15.0/release.yaml Attestation The Rekor UUID for this release is 108e9186e8c5677a045c87c57225dfff98b32437f52b89e344c449bcd535b462d41fff9004b89d29 Obtain the attestation: REKOR_UUID=108e918…

T
Talos Linux DevOps v1.14.0-beta

v1.14.0-beta.1

Talos 1.14.0-beta.1 (2026-07-31) Welcome to the v1.14.0-beta.1 release of Talos! This is a pre-release of Talos Please try out the release binaries and report any issues at https://github.com/siderolabs/talos/issues. DNS over TLS (DoT) and DNS over HTTPS (DoH) Support Talos now supports DNS over TLS (DoT) and DNS over HTTPS (DoH) for secure DNS resolution. These features allow Talos to encrypt DNS…

A
Argo CD DevOps v3.3.13

v3.3.13

Quick Start Non-HA: kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.13/manifests/install.yaml HA: kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.13/manifests/ha/install.yaml Release Signatures and Prov…

A
Argo CD DevOps v3.4.6

v3.4.6

Quick Start Non-HA: kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.6/manifests/install.yaml HA: kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.6/manifests/ha/install.yaml Release Signatures and Proven…

B
BorgBackup DevOps v1.4.5

Release 1.4.5

borgbackup 1.4.5 Some fixes (including a low-severity security fix), some new features and other updates. Long changelog: https://borgbackup.readthedocs.io/en/1.4.5/changes.html#version-1-4-5-2026-07-19 Short borg 1.4 overview (from a borg 1.2 perspective): https://www.borgbackup.org/releases/borg-1.4.html Installation If you use pip to install this, use: pip install "borgbackup==1.4.5" For other…

K
KEDA DevOps v2.20.2

v2.20.2

Release KEDA v2.20.2 🚀 ⚠️⚠️⚠️⚠️ ⚠️ Please read upgrade notes if you are upgrading from version < 2.20.0: https://github.com/kedacore/keda/releases/tag/v2.20.0 ⚠️⚠️⚠️⚠️⚠️ Improvements General: Introduce a dedicated HPAActive condition on ScaledObject mirroring the HPA's own ScalingActive status, so transient HPA metric gaps no longer flip the Ready condition to False (#7914) Fixes General: Fix conc…

B
Buildkite Changelog DevOps

Buildkite MCP Server is ready for stateless MCP

The Model Context Protocol has gone stateless—and Buildkite is ready. The Buildkite MCP Server is now compliant with the MCP 2026-07-28 specification across both the open-source server and the Remote MCP Server. The headline change transforms MCP from a bidirectional, stateful protocol into a stateless request-response protocol. This was one of the most highly requested improvements from MCP devel…

G
GoReleaser DevOps v2.18.0-7df2cd53

v2.18.0-7df2cd53-nightly

Changelog Other work 2b80858: chore: auto-update generated files (#6731) 7df2cd5: chore: auto-update generated files (#6732) Full Changelog: v2.17.1...v2.18.0-7df2cd53-nightly

G
GitLab DevOps

How to govern agentic AI, MCPs, and AI code assistants

AI code completion built human review into the process by design. A developer types, a suggestion appears, and a human decides whether to accept it. A person looked at every line before it shipped.Agentic AI breaks that review loop. An agent can open a merge request, call a tool, modify a CI/CD configuration, and push a change, sometimes without a person reviewing each individual step. Add in the…

R
Rancher DevOps v2.14.4

v2.14.4

Please refer to our Prime Documentation for release notes about the Rancher Prime build.

R
Rancher DevOps v2.13.8

v2.13.8

Please refer to our Prime Documentation for release notes about the Rancher Prime build.

R
Rancher DevOps v2.12.12

v2.12.12

Please refer to our Prime Documentation for release notes about the Rancher Prime build.

R
Rancher DevOps v2.11.16

v2.11.16

Please refer to our Prime Documentation for release notes about the Rancher Prime build.

S
Spinnaker DevOps v2026.2.3

Spinnaker 2026.2.3

Breaking Changes Features halyard: add kork-secrets-k8s dependency (#7788) (#7789) (394393c8) lambdaInvoke: Opt-In in resolving in Orca the Invoke payload artifact (#7867) (#7868) (a50144fc) Configuration Fixes build: Set group name on all root projects (#7834) (#7857) (f7246ac3) cve: Fix an old CVE version of kayenta signalfx library (#7840) (#7844) (7021d0de) cve: More cve lib fixes (#7841) (#78…

S
Spinnaker DevOps v2026.1.2

Spinnaker 2026.1.2

Breaking Changes Features lambdaInvoke: Opt-In in resolving in Orca the Invoke payload artifact (#7867) (#7869) (7682b3a8) Configuration Fixes build: Defer publishing configuration until -bom subproject evaluation (#7727) (#7728) (185398d4) build: Set group name on all root projects (backport #7834) (#7858) (2304cbd5) build: Use default resolution for javaPlatform (#7732) (#7733) (e7c74225) libdif…

S
Spinnaker DevOps v2026.0.4

Spinnaker 2026.0.4

Breaking Changes Features lambdaInvoke: Opt-In in resolving in Orca the Invoke payload artifact (#7867) (#7870) (0a578412) Configuration Fixes build: Defer publishing configuration until -bom subproject evaluation (#7727) (#7729) (7a02b4ca) build: Set group name on all root projects (backport #7834) (#7859) (ce15e35f) build: Use default resolution for javaPlatform (#7732) (#7734) (eb375e3b) libdif…

R
Rancher DevOps v2.15.0-rc5

v2.15.0-rc5

Images with -rc rancher/rancher-agent:v2.15.0-rc5 rancher/rancher:v2.15.0-rc5 Components with -rc CLI_VERSION v2.15.0-rc.1 DASHBOARD_UI_VERSION v2.15.0-rc1 ALI-OPERATOR v1.15.0-rc.3 Min version components with -rc Chart/KDM sources CHART_DEFAULT_BRANCH: release-v2.15 (scripts/package-env) CHART_DEFAULT_BRANCH: release-v2.15 (package/Dockerfile) CATTLE_KDM_BRANCH: release-v2.15 (package/Dockerfile)…