Skip to content

Commit ba67811

Browse files
authored
Update Google.Cloud.SecretManager.V1 (#10)
1 parent b41ebd2 commit ba67811

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ and adheres to a project-specific [Versioning](/README.md).
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Updated the Google.Cloud.SecretManager.V1 to the latest version to support workload identity federation
13+
1014
## [1.1.9] - 2023-06-29
1115

1216
### Added
1317

1418
- Changelog
1519

1620
[unreleased]: https://github.com/neolution-ch/Neolution.Extensions.Configuration.GoogleSecrets/compare/1.1.9...HEAD
17-
[1.1.9]: https://github.com/neolution-ch/Neolution.Extensions.Configuration.GoogleSecrets/compare/1.1.8...1.1.9
18-
[1.1.8]: https://github.com/neolution-ch/Neolution.Extensions.Configuration.GoogleSecrets/compare/1.1.7...1.1.8
21+
[1.1.9]: https://github.com/neolution-ch/Neolution.Extensions.Configuration.GoogleSecrets/compare/1.1.7...1.1.9

GoogleSecrets/GoogleSecrets.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Google.Cloud.SecretManager.V1" Version="1.8.0" />
21+
<PackageReference Include="Google.Cloud.SecretManager.V1" Version="2.1.0" />
2222
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.0" />
2323
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.0" />
2424
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.0" />

0 commit comments

Comments
 (0)