From b73395a7fa82833be226adf3d1e32e365457ce10 Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 08:01:45 +0000 Subject: [PATCH] Update module github.com/pulumi/pulumi-java to v1.26.1 (#845) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pulumi/pulumi-java](https://redirect.github.com/pulumi/pulumi-java) | require | patch | `v1.26.0` -> `v1.26.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
pulumi/pulumi-java (github.com/pulumi/pulumi-java) ### [`v1.26.1`](https://redirect.github.com/pulumi/pulumi-java/blob/HEAD/CHANGELOG.md#v1261---2026-05-07) [Compare Source](https://redirect.github.com/pulumi/pulumi-java/compare/v1.26.0...v1.26.1) ##### Bug Fixes - \[sdk] Fix inherited input properties missing from component schema when args class inherits from a base class [#​2129](https://redirect.github.com/pulumi/pulumi-java/pull/2129) - \[runtime] Wait for debugger attach only when it is requested [#​2161](https://redirect.github.com/pulumi/pulumi-java/pull/2161) - \[codegen] Generate `unsecret(...)` as `.asPlaintext()` and emit `config.requireSecret` for secret config variables in PCL programs [#​2155](https://redirect.github.com/pulumi/pulumi-java/pull/2155)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Monday through Friday ( * * * * 1-5 ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index cc094d8..e86be67 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/pulumi/providertest v0.7.0 github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3 v3.105.0 github.com/pulumi/pulumi-go-provider v1.3.2 - github.com/pulumi/pulumi-java v1.26.0 + github.com/pulumi/pulumi-java v1.26.1 github.com/pulumi/pulumi/pkg/v3 v3.236.0 github.com/pulumi/pulumi/sdk/v3 v3.236.0 github.com/regclient/regclient v0.7.1 diff --git a/go.sum b/go.sum index 63506be..612a24a 100644 --- a/go.sum +++ b/go.sum @@ -632,8 +632,8 @@ github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3 v3.105.0 h1:3MCtuuD+nC github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3 v3.105.0/go.mod h1:B1sWR+CVYy2F32bJThE1URCUqmfhkWt7z9WPmTYlDhQ= github.com/pulumi/pulumi-go-provider v1.3.2 h1:G02Jzt1a5D8QwcdHTJIcdJ+IG6RUYTVDL1hg5yh4JaU= github.com/pulumi/pulumi-go-provider v1.3.2/go.mod h1:L99PGubfMAQ3nZcPIg2a6kQ5QA8dvF4bUmDgiXzRSc8= -github.com/pulumi/pulumi-java v1.26.0 h1:3tOwjnmjS8PuKUwPCu3t0P0MFbSMaLLbG81B+v7vQpg= -github.com/pulumi/pulumi-java v1.26.0/go.mod h1:0UPSCXPjc1hjnRzOzfqH5v2OdUnLcDuvXPuEVL6OPiQ= +github.com/pulumi/pulumi-java v1.26.1 h1:pqkVd2iCXzrXafv3RUCuqiOMWHv4GuvAGrLTYiHYYbE= +github.com/pulumi/pulumi-java v1.26.1/go.mod h1:0UPSCXPjc1hjnRzOzfqH5v2OdUnLcDuvXPuEVL6OPiQ= github.com/pulumi/pulumi/pkg/v3 v3.236.0 h1:Yj8ZHVGDzgITh6CwY7X1900oiYAUP+wN/5zF8Wr1DLo= github.com/pulumi/pulumi/pkg/v3 v3.236.0/go.mod h1:O6ox9CMDOh6Kw/z+3UKlpRZSoyg8slSN3ee40Q5Cbc0= github.com/pulumi/pulumi/sdk/v3 v3.236.0 h1:vX+0ZCmylokASSKRqvx8ryRnLeFl87xqh3l5cKAI4Ko=