Releases: mthalman/docker-creds-provider
Releases · mthalman/docker-creds-provider
Docker Creds Provider 2.2.4
What's Changed
Dependency Updates
- Update actions/upload-artifact action to v4 by @renovate in #30
- Update dependency Microsoft.NET.Test.Sdk to v17 by @renovate in #31
- Update dependency coverlet.collector to v6 by @renovate in #32
- Update actions/checkout action to v4 by @renovate in #28
- Update dependency Moq to 4.20.72 by @renovate in #26
- Update xunit-dotnet monorepo by @renovate in #27
- Pin actions/setup-dotnet action to 51f6837 by @renovate in #22
- Update actions/setup-dotnet action to v4 by @renovate in #29
- Configure global.json by @mthalman in #33
- Update dependency dotnet-sdk to v8 by @renovate in #34
- Update dependency dotnet-sdk to v8.0.402 by @renovate in #35
- Update dependency xunit to 2.9.2 by @renovate in #36
- Update actions/upload-artifact action to v4.4.1 by @renovate in #38
- Update actions/checkout digest to eef6144 by @renovate in #39
- Update dependency System.Text.Json to 8.0.5 by @renovate in #40
- Update actions/upload-artifact action to v4.4.2 by @renovate in #41
- Update dependency dotnet-sdk to v8.0.403 by @renovate in #42
- Update actions/upload-artifact action to v4.4.3 by @renovate in #43
Full Changelog: v2.2.3...v2.2.4
Docker Creds Provider 2.2.3
What's Changed
- Bump System.Text.Json from 6.0.0 to 8.0.4 in /src/Valleysoft.DockerCredsProvider by @dependabot in #21
Full Changelog: v2.2.2...v2.2.3
Docker Creds Provider 2.2.2
Download
https://www.nuget.org/packages/Valleysoft.DockerCredsProvider/2.2.2
What's Changed
Full Changelog: v2.2.1...v2.2.2
Docker Creds Provider 2.2.1
Download
https://www.nuget.org/packages/Valleysoft.DockerCredsProvider/2.2.1
What's Changed
- Match registry only by hostname by @hilmer-martin in #19
New Contributors
- @hilmer-martin made their first contribution in #19
Full Changelog: v2.2.0...v2.2.1
Docker Creds Provider 2.2.0
Download
https://www.nuget.org/packages/Valleysoft.DockerCredsProvider/2.2.0
What's Changed
- Allow TFM to be provided by @mthalman in #16
- Add support for probing podman auth files. by @tmds in #17
New Contributors
Full Changelog: v2.1.0...v2.2.0
Docker Creds Provider 2.1.0
Docker Creds Provider 2.0.0
https://www.nuget.org/packages/Valleysoft.DockerCredsProvider/2.0.0
What's Changed
- Update workflows to .NET 6 SDK by @mthalman in #8
- Update to C# 10 language version by @mthalman in #7
- Remove net5.0 TFM by @mthalman in #10
- Support identity tokens by @mthalman in #11
Full Changelog: 1.2.0...v2.0.0
Docker Creds Provider 1.2.0
DockerCredsProvider 1.1.0
Provides a new exception type in order to handle scenarios where the creds cannot be found in the store: CredsNotFoundException
(#4).