dependabot[bot] opened a new pull request, #15076: URL: https://github.com/apache/iceberg/pull/15076
Bumps [com.aliyun:credentials-java](https://github.com/aliyun/credentials-java) from 0.3.2 to 0.3.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aliyun/credentials-java/releases">com.aliyun:credentials-java's releases</a>.</em></p> <blockquote> <h2>v0.3.12</h2> <h2>What's Changed</h2> <ul> <li>throw exception instead of fall back to default credentials chain by <a href="https://github.com/JacksonTian"><code>@JacksonTian</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/92">aliyun/credentials-java#92</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aliyun/credentials-java/compare/v0.3.11...v0.3.12">https://github.com/aliyun/credentials-java/compare/v0.3.11...v0.3.12</a></p> <h2>v0.3.11</h2> <h2>What's Changed</h2> <ul> <li>feat: support imds v2 default for ecs ram role by <a href="https://github.com/yndu13"><code>@yndu13</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/77">aliyun/credentials-java#77</a></li> <li>feat: support inner credentials provider for RAM role arn by <a href="https://github.com/yndu13"><code>@yndu13</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/85">aliyun/credentials-java#85</a></li> <li>build: update dependencies by <a href="https://github.com/yndu13"><code>@yndu13</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/86">aliyun/credentials-java#86</a></li> <li>feat: support CLI profile credentials provider by <a href="https://github.com/yndu13"><code>@yndu13</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/87">aliyun/credentials-java#87</a></li> <li>improve exception handling by <a href="https://github.com/JacksonTian"><code>@JacksonTian</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/71">aliyun/credentials-java#71</a></li> <li>feat: reuse last provider as default and support credentials uri prov… by <a href="https://github.com/yndu13"><code>@yndu13</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/88">aliyun/credentials-java#88</a></li> <li>refactor: get metadata token every time refresh credentials by <a href="https://github.com/yndu13"><code>@yndu13</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/89">aliyun/credentials-java#89</a></li> <li>fix: update to env ALIBABA_CLOUD_IMDSV1_DISABLED for imds v1 disabled by <a href="https://github.com/yndu13"><code>@yndu13</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/90">aliyun/credentials-java#90</a></li> <li>refactor: improve ini config file parsing by <a href="https://github.com/yndu13"><code>@yndu13</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/91">aliyun/credentials-java#91</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aliyun/credentials-java/compare/v0.3.7...v0.3.11">https://github.com/aliyun/credentials-java/compare/v0.3.7...v0.3.11</a></p> <h2>v0.3.7</h2> <h2>What's Changed</h2> <ul> <li>just run test cases on LTS versions by <a href="https://github.com/JacksonTian"><code>@JacksonTian</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/62">aliyun/credentials-java#62</a></li> <li>test: fix coverage upload by <a href="https://github.com/JacksonTian"><code>@JacksonTian</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/63">aliyun/credentials-java#63</a></li> <li>cleanup unused imports by <a href="https://github.com/JacksonTian"><code>@JacksonTian</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/60">aliyun/credentials-java#60</a></li> <li>test: move test cases to package by <a href="https://github.com/JacksonTian"><code>@JacksonTian</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/64">aliyun/credentials-java#64</a></li> <li>Cleanup useless regionId by <a href="https://github.com/JacksonTian"><code>@JacksonTian</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/65">aliyun/credentials-java#65</a></li> <li>cleanup useless ak by <a href="https://github.com/JacksonTian"><code>@JacksonTian</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/67">aliyun/credentials-java#67</a></li> <li>deprecate getAccessKeyId/getAccessKeySecret/getSecurityToken/getType/… by <a href="https://github.com/JacksonTian"><code>@JacksonTian</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/70">aliyun/credentials-java#70</a></li> <li>improve test coverage by <a href="https://github.com/JacksonTian"><code>@JacksonTian</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/72">aliyun/credentials-java#72</a></li> <li>fix: transfer all request headers into connection property by <a href="https://github.com/yndu13"><code>@yndu13</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/74">aliyun/credentials-java#74</a></li> <li>Delete .appveyor.yml by <a href="https://github.com/JacksonTian"><code>@JacksonTian</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/75">aliyun/credentials-java#75</a></li> <li>feat: add user-agent for all credential requests by <a href="https://github.com/yndu13"><code>@yndu13</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/76">aliyun/credentials-java#76</a></li> <li>fix: refresh credential when cache is null by <a href="https://github.com/yndu13"><code>@yndu13</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/78">aliyun/credentials-java#78</a></li> <li>remove the description of rsakeypair by <a href="https://github.com/JacksonTian"><code>@JacksonTian</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/79">aliyun/credentials-java#79</a></li> <li>improve readme by <a href="https://github.com/JacksonTian"><code>@JacksonTian</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/80">aliyun/credentials-java#80</a></li> <li>fix: update timeout for all credential requests by <a href="https://github.com/yndu13"><code>@yndu13</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/81">aliyun/credentials-java#81</a></li> <li>fix: update hostname verifier by <a href="https://github.com/yndu13"><code>@yndu13</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/83">aliyun/credentials-java#83</a></li> <li>feat: support system property alibabacloud.sessionToken & optimize SSLSocketFactory implementation by <a href="https://github.com/yndu13"><code>@yndu13</code></a> in <a href="https://redirect.github.com/aliyun/credentials-java/pull/84">aliyun/credentials-java#84</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aliyun/credentials-java/compare/v0.3.1...v0.3.7">https://github.com/aliyun/credentials-java/compare/v0.3.1...v0.3.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aliyun/credentials-java/blob/master/ChangeLog.txt">com.aliyun:credentials-java's changelog</a>.</em></p> <blockquote> <p>2025-09-25 Version: 1.0.3 1.deprecate regionId in assume role & oidc. 2.fix: resolve sensitive value in model.</p> <p>2025-04-18 Version: 1.0.2 1.feat: support StsToken mode in cli profile.</p> <p>2025-02-12 Version: 1.0.1 1.feat: upgrade the credential refresh mechanism and add fallbacks for error scenarios.</p> <p>2025-01-20 Version: 1.0.0 1.refactor: all credentials providers extends ICredentialsProvider. 2.drop jdk7 supports.</p> <p>2024-09-27 Version: 0.3.11 1.refactor: remove ini4j && improve ini config file parsing.</p> <p>2024-09-12 Version: 0.3.10 1.fix: update to env ALIBABA_CLOUD_IMDSV1_DISABLED for imds v1 disabled</p> <p>2024-09-12 Version: 0.3.9 1.refactor: get metadata token every time refresh credentials</p> <p>2024-09-04 Version: 0.3.8 1.feat: support IMDS v2 default for ecs ram role. 2.feat: support role chain for RAM role arn. 3.feat: support CLI profile credentials provider. 4.feat: reuse last provider as default and support credentials uri provider in chain. 4.improve exception handling.</p> <p>2024-08-19 Version: 0.3.7 1.feat: support system property alibabacloud.sessionToken. 2.feat: optimize SSLSocketFactory implementation.</p> <p>2024-07-31 Version: 0.3.6 1.fix: security reinforcement for HTTP requests. 2.fix: update com.aliyun:tea version.</p> <p>2024-07-12 Version: 0.3.5 1.fix: update timeout for all credential requests.</p> <p>2024-07-05 Version: 0.3.4 1.fix: refresh credential when cache is null.</p> <p>2024-06-21 Version: 0.3.3 1.feat: add user-agent for all credential requests.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/aliyun/credentials-java/commits/v0.3.12">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
