v2.1.1
This is an automated pull request to build all artifacts for a release ( #32115)
This is an automated pull request to build all artifacts for a release ( #32115)
v1.21.0-beta.0 release tag
This release contains critical dependency updates, bug fixes, and defaults to Kubernetes 1.37.0. Breaking Changes The default node image is now kindest/node:v1.37.0@sha256:a1ed56cfb0e7b93589bdf97c8cd566405a265939e3620fc4f5de89adff580ae5. New Features Assorted dependency updates. Images pre-built for this release: v1.37.0: kindest/node:v1.37.0@sha256:a1ed56cfb0e7b93589bdf97c8cd566405a265939e3620fc4…
v2.25.0 Release
What's Changed ✨ New Features Init hooks in "Reopen in Devbox" — devbox integrate vscode gained a --run-init-hook flag that sources your project's init_hook before relaunching the editor, so env vars it exports are present in the reopened window (previously only devbox shell saw them). The VS Code extension (0.1.9) exposes this as an opt-in devbox.runInitHookOnReopen setting; leave it off and olde…
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. This patch release updates Go and several dependencies to fix reported security vulnerabilities, and fixes a bug where ingress-shim removed the applyset label from cached Ingress and Gateway objects. All users should upgrade. NoteSecurity scanners still report three golang.org/x/crypto findin…
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.6.0-rc1/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.6.0-rc1/manifests/ha/install.yaml Release Signatures an…
v1.21.0-alpha.0 release tag
1.16.3 (September 16, 2026) BUG FIXES: Fix handling of destroy=false around create_before_destroy instances (#39169) Fix function result comparison when there are multiple marks (#39170) Filter logic for marks could cause values with multiple marks to erroneously fail validations (#39171) Fix issue with import provider resolution (#39185)
Co-authored-by: github-actions github-actions@github.com
3.263.0 (2026-09-15) Bug Fixes [cli/deployment] Stop pulumi deployment settings edit overwriting the source of stacks that use a provider other than GitHub, take --path-filter once per filter rather than splitting it on commas, and report an unconfigured stack from get instead of failing #24526 [engine] Fix remote component provider state migrations being skipped when the caller also supplies migr…
test(aws): replace MinIO and LocalStack with MiniStack in AWS integra…
test(aws): replace MinIO and LocalStack with MiniStack in AWS integra…
test(aws): replace MinIO and LocalStack with MiniStack in AWS integra…
chore(tests): Remove deprecated tests from legacy versions (#7984) (#…
chore(tests): Remove deprecated tests from legacy versions (#7984) (#…
build: upgrade to Java 25 Bumps Java 17 references to Java 25 across service Dockerfiles, GitHub Actions workflows, and spinnaker-gradle-project's toolchain and source/target compatibility settings. Also bumps com.diffplug.spotless (7.2.1 -> 8.10.2) and the pinned googleJavaFormat version (1.17.0 -> 1.30.0), since spotless's previous google-java-format pin throws NoSuchMethodError under JDK 25 due…
build: upgrade to Java 25 Bumps Java 17 references to Java 25 across service Dockerfiles, GitHub Actions workflows, and spinnaker-gradle-project's toolchain and source/target compatibility settings. Also bumps com.diffplug.spotless (7.2.1 -> 8.10.2) and the pinned googleJavaFormat version (1.17.0 -> 1.30.0), since spotless's previous google-java-format pin throws NoSuchMethodError under JDK 25 due…
build: upgrade to Java 25 Bumps Java 17 references to Java 25 across service Dockerfiles, GitHub Actions workflows, and spinnaker-gradle-project's toolchain and source/target compatibility settings. Also bumps com.diffplug.spotless (7.2.1 -> 8.10.2) and the pinned googleJavaFormat version (1.17.0 -> 1.30.0), since spotless's previous google-java-format pin throws NoSuchMethodError under JDK 25 due…
build: upgrade to Java 25 Bumps Java 17 references to Java 25 across service Dockerfiles, GitHub Actions workflows, and spinnaker-gradle-project's toolchain and source/target compatibility settings. Also bumps com.diffplug.spotless (7.2.1 -> 8.10.2) and the pinned googleJavaFormat version (1.17.0 -> 1.30.0), since spotless's previous google-java-format pin throws NoSuchMethodError under JDK 25 due…
Changelog Security updates 8ec05d6: sec(builds): redact secrets from builder subprocess output Bug fixes f285d13: fix(archive,sourcearchive,gio): backups, ZIP metadata, mtime and CPU variants (#7089) d4e9f25: fix(aur): several PKGBUILD and SRCINFO generation bugs (#7100) b428c4c: fix(aur): tell users how to fix a duplicate architecture (#7141) 2e991d2: fix(blob): KMS encryption limits and bucket l…
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…
fix(aws): remove com.netflix.awsobjectmapper, the last real path to A…
fix(aws): remove com.netflix.awsobjectmapper, the last real path to A…
fix(aws): remove com.netflix.awsobjectmapper, the last real path to A…
fix(aws): remove com.netflix.awsobjectmapper, the last real path to A…
You're probably running some version of this experiment already: Point a frontier model at a merge request and ask it to double as a vulnerability scanner. On a single merge request, it often works well. The model reads the code, reasons about what it's supposed to do, and catches real issues, sometimes ones a pattern-based scanner misses entirely.So the next thought is reasonable: If a model revi…
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR contains the following updates: Package Update Change pulumi/pulumi-yaml patch v1.38.5 → v1.38.6 WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information. Release Notes pulumi/pulumi-yaml (pulumi/pulumi-yaml) v1.38.6 Compare Source Dependencies [runtime] Update golang.org/x/crypto to v0.56.0 [runtime] Update github.com/pulumi/pulumi/pkg/v3 to v3.…
What's Changed ✨ New Features Generated READMEs now document services — devbox generate readme adds a Services section listing the project's services and how to start them, by @mikeland73 (#2934) 🐛 Bug Fixes Projects in paths with spaces now work with services — plugin service commands quote their path env vars, so a project directory like ~/My Projects/app no longer breaks devbox services up, by…