Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merging latest changes from kumarvin123 Repo #4

Closed

Conversation

vpidatala94
Copy link
Owner

merging latest changes from kumarvin123 Repo

branch -- deps/update-hubble-to-v1.17,1

kumarvin123 and others added 30 commits December 16, 2024 13:23
# Description

This pull request includes changes to improve error handling in the
`pkg/plugin/hnsstats/vfp_counters_windows.go` file. The most important
changes include modifying the `getVfpPortCountersRaw` and `listvPorts`
functions to ensure they return appropriate error messages when command
execution fails.

Error handling improvements:

*
[`pkg/plugin/hnsstats/vfp_counters_windows.go`](diffhunk://#diff-0999dc1285d058391926e8093f7a02cea33a0e2d3cd1ba29bfd1b153900d23c2L156-R170):
Modified the `getVfpPortCountersRaw` function to return an empty string
and wrapped error message when command execution fails.
*
[`pkg/plugin/hnsstats/vfp_counters_windows.go`](diffhunk://#diff-0999dc1285d058391926e8093f7a02cea33a0e2d3cd1ba29bfd1b153900d23c2L156-R170):
Modified the `listvPorts` function to return the command output and
wrapped error message when command execution fails.


## Checklist

- [X] I have read the [contributing
documentation](https://retina.sh/docs/contributing).
- [X] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [X] I have correctly attributed the author(s) of the code.
- [ ] I have tested the changes locally.
- [X] I have followed the project's style guidelines.
- [X] I have updated the documentation, if necessary.
- [X] I have added tests, if applicable.

## Screenshots (if applicable) or Testing Completed

Please add any relevant screenshots or GIFs to showcase the changes
made.

## Additional Notes

Add any additional notes or context about the pull request here.

---

Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.

---------

Signed-off-by: Ritwik Ranjan <[email protected]>
Co-authored-by: Evan Baker <[email protected]>
… /hack/tools (microsoft#1186)

Bumps
[github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint)
from 1.63.3 to 1.63.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/golangci/golangci-lint/releases">github.com/golangci/golangci-lint's
releases</a>.</em></p>
<blockquote>
<h2>v1.63.4</h2>
<p><code>golangci-lint</code> is a free and open-source project built by
volunteers.</p>
<p>If you value it, consider supporting us, the <a
href="https://opencollective.com/golangci-lint">maintainers</a> and <a
href="https://golangci-lint.run/product/thanks/">linter authors</a>.</p>
<p>We appreciate it! ❤️</p>
<p>For key updates, see the <a
href="https://golangci-lint.run/product/changelog/%5B#1634%5D(https://redirect.github.com/golangci/golangci-lint/issues/1634)">changelog</a>.</p>
<h2>Changelog</h2>
<ul>
<li>c1149695535fda62f6b574bc55dfbc333693647e fix: filter Go filenames
(<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5291">#5291</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md">github.com/golangci/golangci-lint's
changelog</a>.</em></p>
<blockquote>
<h3>v1.63.4</h3>
<ol>
<li>Linters bug fixes
<ul>
<li><code>dupl</code>, <code>gomodguard</code>, <code>revive</code>:
keep only Go-files.</li>
</ul>
</li>
</ol>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golangci/golangci-lint/commit/c1149695535fda62f6b574bc55dfbc333693647e"><code>c114969</code></a>
fix: filter Go filenames (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5291">#5291</a>)</li>
<li><a
href="https://github.com/golangci/golangci-lint/commit/c58ddd3f0bad5dcd324fb3f4c8e566c364e8e211"><code>c58ddd3</code></a>
docs: update GitHub Action assets (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5288">#5288</a>)</li>
<li>See full diff in <a
href="https://github.com/golangci/golangci-lint/compare/v1.63.3...v1.63.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/golangci/golangci-lint&package-manager=go_modules&previous-version=1.63.3&new-version=1.63.4)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Description

Reverting 32ead63 since acndev.azurecr.io represents a vulnerability.
The pipeline dependency will be addressed at a future stage using
acnprod.azurecr.io instead.

## Checklist

- [X] I have read the [contributing
documentation](https://retina.sh/docs/contributing).
- [X] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [X] I have correctly attributed the author(s) of the code.
- [X] I have tested the changes locally.
- [X] I have followed the project's style guidelines.
- [ ] I have updated the documentation, if necessary.
- [ ] I have added tests, if applicable.


---

Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.
…o 0.4.7 (microsoft#1198)

Bumps
[sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure)
from 0.4.5 to 0.4.7.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/6192f90c013f397cc2583b273f46423fcb273eed"><code>6192f90</code></a>
build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7966">#7966</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/89658fb59909423bf87f9de83e542ecaf14884d0"><code>89658fb</code></a>
build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7965">#7965</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/41628436c15131d2f8f747bb8bd1980b858fba56"><code>4162843</code></a>
build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7970">#7970</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/789fa4111165ed9f73a3b0888673b8e9fb25c7c7"><code>789fa41</code></a>
build(deps): bump the all group in /pkg/azclient/trace with 2 updates
(<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7963">#7963</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/889293b69d8e3acb258bae950922b376ed92c34d"><code>889293b</code></a>
build(deps): bump oss/go/microsoft/golang from <code>49a7faf</code> to
<code>4e64867</code> (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7956">#7956</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/dcc522792804886354a4230c65f8a06f3a20d261"><code>dcc5227</code></a>
build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7957">#7957</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/efe799a507f42fe37ee3ad720933a725b73f6925"><code>efe799a</code></a>
build(deps): bump golang.org/x/crypto in /pkg/azclient in the all group
(<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7955">#7955</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/f2a8d6e6811e91bfe6f856027cca2f2a4eaa4021"><code>f2a8d6e</code></a>
build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7952">#7952</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/e6daf2b16368d0284d522804ba07e94d66cb1457"><code>e6daf2b</code></a>
build(deps): bump oss/go/microsoft/golang from <code>b3cc516</code> to
<code>49a7faf</code> (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7941">#7941</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/9a7f73097e0dbf9ad6e21e3d045f0e0921f2e278"><code>9a7f730</code></a>
Prevent panic when informer receives cache.DeletedFinalStateUnknown (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7776">#7776</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/compare/pkg/azclient/v0.4.5...pkg/azclient/v0.4.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/cloud-provider-azure/pkg/azclient&package-manager=go_modules&previous-version=0.4.5&new-version=0.4.7)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…2.2 (microsoft#1209)

Bumps
[github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2)
from 1.72.0 to 1.72.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/31c2f3f89b98bd55ccb8833812d087baa9764e45"><code>31c2f3f</code></a>
Release 2025-01-09</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/ed70e6b14012a65186a1175d16bc60a665803d6e"><code>ed70e6b</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/5aef5b0eac63548e528afefe0431f9acd3b3a22d"><code>5aef5b0</code></a>
Update partitions file</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/6e21e3f6b7c4adaa3db93457d03939c34b369ad8"><code>6e21e3f</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/90178248e923ae9c90df9b592e6392878c07a7f4"><code>9017824</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/ebb7c024c114fe872f65f8a1d58ba49f0cc1a376"><code>ebb7c02</code></a>
retry net.ErrClosed by default (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2949">#2949</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/19d2a2833744bbc81aeca1896461c2d81e718d4e"><code>19d2a28</code></a>
Release 2025-01-08</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/e153a5993473dd666481855453b06dde48d66a7a"><code>e153a59</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/349cb942a7ae0cc5c42b764f39ac441115ccf7cf"><code>349cb94</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/740de30f11f73c77ef70aa722c0cf74fc876133d"><code>740de30</code></a>
Update API model</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.72.0...service/s3/v1.72.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/service/s3&package-manager=go_modules&previous-version=1.72.0&new-version=1.72.2)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…1194)

# Description

Initial PR to add documentation for Hubble control plane and metrics.

## Related Issue

microsoft#1055 
microsoft#1093

## Checklist

- [x] I have read the [contributing
documentation](https://retina.sh/docs/contributing).
- [x] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [x] I have correctly attributed the author(s) of the code.
- [x] I have tested the changes locally.
- [x] I have followed the project's style guidelines.
- [x] I have updated the documentation, if necessary.
- [x] I have added tests, if applicable.

## Screenshots (if applicable) or Testing Completed

![image](https://github.com/user-attachments/assets/eafb42b9-795d-42d6-86cf-a9271eaaea4c)


![image](https://github.com/user-attachments/assets/f491ce0e-4456-4190-bb54-7dfa64f7b626)


![image](https://github.com/user-attachments/assets/eab86779-ed75-4d94-877d-e6f48213e865)


![image](https://github.com/user-attachments/assets/d82cc71d-3d74-427d-8e91-e7c1c4b495d9)


Please add any relevant screenshots or GIFs to showcase the changes
made.

## Additional Notes

Add any additional notes or context about the pull request here.

---

Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.
…o 0.4.9 (microsoft#1208)

Bumps
[sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure)
from 0.4.7 to 0.4.9.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/2b1e23c466a97ea18e0e4a6010e420c4574bde1d"><code>2b1e23c</code></a>
add DisableAzureStackCloud to override arm endpoint when cluster is not
runni...</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/c8e1afb0ddc5e288b416c87588744a163c68f0aa"><code>c8e1afb</code></a>
remove test deps from code base (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7979">#7979</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/9fcaf84ab93cb528a4f46fd35de5cb9101e50d05"><code>9fcaf84</code></a>
expose get option in fileshareclient (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7982">#7982</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/e4e8024cdb3c2337b02bd35a067390ef11372c94"><code>e4e8024</code></a>
build(deps): bump oss/go/microsoft/golang from <code>4e64867</code> to
<code>beca79e</code> (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7980">#7980</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/8e491e377f8be541b2c5c648bfa13b2eeb7a8e41"><code>8e491e3</code></a>
build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7976">#7976</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/661ae73ec55d34addc8ec41ba7839a8abfd8ac2b"><code>661ae73</code></a>
build(deps): bump softprops/action-gh-release from 2.2.0 to 2.2.1 (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7972">#7972</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/79df2fdeda7b62c69d7fed95ad3ab366370dbd26"><code>79df2fd</code></a>
Update dependabot.yml for release-1.32</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/9319f3baafb57fd8decb2e9526c48ce59653f0e4"><code>9319f3b</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7961">#7961</a>
from MartinForReal/shafan/azure</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/c5202b40832f08d8444d5a8ef88b5637f85f4a5b"><code>c5202b4</code></a>
build(deps): bump the all group across 1 directory with 4 updates (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/7971">#7971</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/e1bc4b1d4939ec82dd3fc771dd6ce1f034338b9c"><code>e1bc4b1</code></a>
remove dead code</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/compare/pkg/azclient/v0.4.7...pkg/azclient/v0.4.9">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/cloud-provider-azure/pkg/azclient&package-manager=go_modules&previous-version=0.4.7&new-version=0.4.9)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This linter causes more harm than good, encouraging practices that
actively obfuscate simple values whose meaning could be derived from
context. Since it has no context-awareness, it flags everything from
file modes, to obvious iteration counters as "magic numbers." This
determination is fairly straightforward for a reviewer to make by hand,
and it comes up relatively infrequently. The best course of action,
until a better (probably LLM-based) magic number detector can be found.
….17.50 (microsoft#1207)

Bumps
[github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2)
from 1.17.48 to 1.17.50.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/31c2f3f89b98bd55ccb8833812d087baa9764e45"><code>31c2f3f</code></a>
Release 2025-01-09</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/ed70e6b14012a65186a1175d16bc60a665803d6e"><code>ed70e6b</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/5aef5b0eac63548e528afefe0431f9acd3b3a22d"><code>5aef5b0</code></a>
Update partitions file</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/6e21e3f6b7c4adaa3db93457d03939c34b369ad8"><code>6e21e3f</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/90178248e923ae9c90df9b592e6392878c07a7f4"><code>9017824</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/ebb7c024c114fe872f65f8a1d58ba49f0cc1a376"><code>ebb7c02</code></a>
retry net.ErrClosed by default (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2949">#2949</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/19d2a2833744bbc81aeca1896461c2d81e718d4e"><code>19d2a28</code></a>
Release 2025-01-08</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/e153a5993473dd666481855453b06dde48d66a7a"><code>e153a59</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/349cb942a7ae0cc5c42b764f39ac441115ccf7cf"><code>349cb94</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/740de30f11f73c77ef70aa722c0cf74fc876133d"><code>740de30</code></a>
Update API model</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.48...credentials/v1.17.50">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/credentials&package-manager=go_modules&previous-version=1.17.48&new-version=1.17.50)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Description

Fix broken link to Hubble metrics page

## Related Issue

If this pull request is related to any issue, please mention it here.
Additionally, make sure that the issue is assigned to you before
submitting this pull request.

## Checklist

- [x] I have read the [contributing
documentation](https://retina.sh/docs/contributing).
- [x] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [x] I have correctly attributed the author(s) of the code.
- [x] I have tested the changes locally.
- [x] I have followed the project's style guidelines.
- [x] I have updated the documentation, if necessary.
- [x] I have added tests, if applicable.

## Screenshots (if applicable) or Testing Completed


![image](https://github.com/user-attachments/assets/0381fa62-7cd9-40ea-8f6c-6e3f24771801)

## Additional Notes

Add any additional notes or context about the pull request here.

---

Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.
…soft#1206)

# Description

Prior to this PR, exporting a `BLOB_URL` variable and running `retina
capture download` would throw an error. This was due to Viper (the
config manager package) not picking up the value correctly. This PR adds
a change that corrects this behaviour.

I also added a little bit of context to the error message to make it
more explicit.

## Related Issue

microsoft#899

## Checklist

- [x] I have read the [contributing
documentation](https://retina.sh/docs/contributing).
- [x] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [x] I have correctly attributed the author(s) of the code.
- [x] I have tested the changes locally.
- [x] I have followed the project's style guidelines.
- [x] I have updated the documentation, if necessary.
- [x] I have added tests, if applicable.

## Screenshots (if applicable) or Testing Completed

Current behaviour - valid token, but not recognised

![image](https://github.com/user-attachments/assets/0095f8fd-953b-4460-8da8-a707092dee0d)

Empty BLOB_URL

![{2DCCFD6C-29C6-48BE-AE58-546099C92307}](https://github.com/user-attachments/assets/5fae2bdb-3225-47a8-a915-a66b22bba052)

Valid BLOB_URL

![image](https://github.com/user-attachments/assets/1dfad7ca-1163-44e8-89b3-ef0de6e6f00a)


## Additional Notes

Testing was done on my personal blob storage account.

---

Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.

Signed-off-by: Kamil <[email protected]>
…k/tools (microsoft#1214)

Bumps
[sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools)
from 0.17.0 to 0.17.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes-sigs/controller-tools/releases">sigs.k8s.io/controller-tools's
releases</a>.</em></p>
<blockquote>
<h2>v0.17.1</h2>
<h2>What's Changed</h2>
<ul>
<li>:bug: pkg/crd: fix alias type parsing for struct type alias by <a
href="https://github.com/mtardy"><code>@​mtardy</code></a> in <a
href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1122">kubernetes-sigs/controller-tools#1122</a></li>
</ul>
<h2>Dependencies</h2>
<ul>
<li>:seedling: Bump the all-github-actions group across 1 directory with
3 updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1125">kubernetes-sigs/controller-tools#1125</a></li>
<li>:seedling: Bump golang.org/x/tools from 0.28.0 to 0.29.0 in the
all-go-mod-patch-and-minor group by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1124">kubernetes-sigs/controller-tools#1124</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/kubernetes-sigs/controller-tools/compare/v0.17.0...v0.17.1">https://github.com/kubernetes-sigs/controller-tools/compare/v0.17.0...v0.17.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/controller-tools/commit/34a0f8ec94e28af0b0af2a387869dfae3fd9c4b7"><code>34a0f8e</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/controller-tools/issues/1124">#1124</a>
from kubernetes-sigs/dependabot/go_modules/all-go-mo...</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-tools/commit/862d84c133f5e356593a737aa207fffb1c74e909"><code>862d84c</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/controller-tools/issues/1125">#1125</a>
from kubernetes-sigs/dependabot/github_actions/all-g...</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-tools/commit/00cc28b5f327ef9ee4d3e9ed33820c9047452d78"><code>00cc28b</code></a>
:seedling: Bump the all-github-actions group across 1 directory with 3
updates</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-tools/commit/4489afeed82ac43ad1fc18511db35bee0dc82793"><code>4489afe</code></a>
:seedling: Bump golang.org/x/tools</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-tools/commit/9814fc3b663d10a1f7b4acb01267e14083027f05"><code>9814fc3</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/controller-tools/issues/1122">#1122</a>
from mtardy/pr/mtardy/embedded-alias</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-tools/commit/cf0446dab5919cdf01f5484ae6ea9d61d5eec2f3"><code>cf0446d</code></a>
pkg/crd: add a test for embedded/inline struct type alias</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-tools/commit/a7ed77794ca86482539e7baf6f7f29e6e7d37668"><code>a7ed777</code></a>
pkg/crd: fix alias type parsing</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-tools/commit/7a92e7b4fdd77a6f40f60294a6d267c7a17c7896"><code>7a92e7b</code></a>
chore: regenerate testdata using go generate</li>
<li>See full diff in <a
href="https://github.com/kubernetes-sigs/controller-tools/compare/v0.17.0...v0.17.1">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| sigs.k8s.io/controller-tools | [>= 0.15.0.a, < 0.15.1] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/controller-tools&package-manager=go_modules&previous-version=0.17.0&new-version=0.17.1)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….17.51 (microsoft#1216)

Bumps
[github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2)
from 1.17.50 to 1.17.51.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/7a7d202453f40928e19cc5485138f1683ee66156"><code>7a7d202</code></a>
Release 2025-01-10</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/fdaa7e26bf24a7ae4c6f9e66c3a582ed479d9be5"><code>fdaa7e2</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/52aba54c34cfd8835897d6eb5e91630ace8656d8"><code>52aba54</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/7263a7a06c599e38a282c6be548d0de354e9ad3b"><code>7263a7a</code></a>
Update API model</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.50...credentials/v1.17.51">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/credentials&package-manager=go_modules&previous-version=1.17.50&new-version=1.17.51)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…microsoft#1219)

Bumps
[github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2)
from 1.28.7 to 1.28.11.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/4ffbb7cbe6bfeebb50a773d45df57d3fd126cafb"><code>4ffbb7c</code></a>
Release 2025-01-14</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/2f70ff490c3474a59ca29dc2661ec5e4f13ec2f7"><code>2f70ff4</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/434159f5c088eb7b484fea9179d6c5e6302e4610"><code>434159f</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/a80fac9aee1efaac1d16f4005ccc93fed22c62c3"><code>a80fac9</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/44e779abca3ec6dfdc9415ced6af0aa684149bd1"><code>44e779a</code></a>
fix several waiter issues (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2953">#2953</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/ca3399be6c00b426a8b006a795f61030b25edaad"><code>ca3399b</code></a>
Release 2025-01-13</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/602e3da7348173ba6e017e6043b282ded4e95fe6"><code>602e3da</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/b79c6b7df4912b80552cb18e4aec500d7f328ea3"><code>b79c6b7</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/27462031e5530668a943f584ba5a5503a7cbee87"><code>2746203</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/7a7d202453f40928e19cc5485138f1683ee66156"><code>7a7d202</code></a>
Release 2025-01-10</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.28.7...config/v1.28.11">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/config&package-manager=go_modules&previous-version=1.28.7&new-version=1.28.11)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….17.53 (microsoft#1224)

Bumps
[github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2)
from 1.17.52 to 1.17.53.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/8fac7d48b4707a8fdd9cb23b34b928fc83e38777"><code>8fac7d4</code></a>
Release 2025-01-15</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/9eff8acbf1cc8bb294171b969a8e2803bf235a07"><code>9eff8ac</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/f47aa72637a4492512213811a314dda0b9c9a189"><code>f47aa72</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/5934dd36b8ecbc42a321216e8da721e1258ae8a8"><code>5934dd3</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/6636822440828c3eebaacfe9a182c9eb47895236"><code>6636822</code></a>
feat: flexible checksum updates (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2808">#2808</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.17.52...credentials/v1.17.53">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/credentials&package-manager=go_modules&previous-version=1.17.52&new-version=1.17.53)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Description

Minor changes applied to update the installation documentation.

## Checklist

- [X] I have read the [contributing
documentation](https://retina.sh/docs/contributing).
- [X] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [X] I have correctly attributed the author(s) of the code.
- [X] I have tested the changes locally.
- [X] I have followed the project's style guidelines.
- [X] I have updated the documentation, if necessary.
- [ ] I have added tests, if applicable.

---

Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.
…3.0 (microsoft#1225)

Bumps
[github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2)
from 1.72.2 to 1.73.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/8fac7d48b4707a8fdd9cb23b34b928fc83e38777"><code>8fac7d4</code></a>
Release 2025-01-15</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/9eff8acbf1cc8bb294171b969a8e2803bf235a07"><code>9eff8ac</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/f47aa72637a4492512213811a314dda0b9c9a189"><code>f47aa72</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/5934dd36b8ecbc42a321216e8da721e1258ae8a8"><code>5934dd3</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/6636822440828c3eebaacfe9a182c9eb47895236"><code>6636822</code></a>
feat: flexible checksum updates (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2808">#2808</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/4ffbb7cbe6bfeebb50a773d45df57d3fd126cafb"><code>4ffbb7c</code></a>
Release 2025-01-14</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/2f70ff490c3474a59ca29dc2661ec5e4f13ec2f7"><code>2f70ff4</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/434159f5c088eb7b484fea9179d6c5e6302e4610"><code>434159f</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/a80fac9aee1efaac1d16f4005ccc93fed22c62c3"><code>a80fac9</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/44e779abca3ec6dfdc9415ced6af0aa684149bd1"><code>44e779a</code></a>
fix several waiter issues (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2953">#2953</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.72.2...service/s3/v1.73.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/service/s3&package-manager=go_modules&previous-version=1.72.2&new-version=1.73.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ret key names with dots (microsoft#1228)

# Description

This PR adds the `escape_dot` function to the Makefile so that secret
keys containing dots (e.g., `tls.crt`) are correctly escaped when
forming Kubernetes JSONPath expressions. Previously, the lack of an
escape function caused the JSONPath to parse `tls.crt` as nested fields,
leading to empty certificate files.

## Related Issue
microsoft#601 
`[hubble] make get-certs not working`


## Checklist

- [X] I have read the [contributing
documentation](https://retina.sh/docs/contributing).
- [X] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [X] I have correctly attributed the author(s) of the code.
- [X] I have tested the changes locally.
- [X] I have followed the project's style guidelines.
- [ ] I have updated the documentation, if necessary.
- [ ] I have added tests, if applicable.

## Screenshots (if applicable) or Testing Completed

Please add any relevant screenshots or GIFs to showcase the changes
made.

## Additional Notes
 Changes: 
- Implement `escape_dot` using `$(subst .,\\.,$(1))` in the Makefile
- Update the `get-certs` target to call `escape_dot` when retrieving
secrets
- Fix empty cert issue caused by incorrect JSONPath queries
---

Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.

Signed-off-by: Yerlan Baiturinov <[email protected]>
Signed-off-by: Yerlan Baiturinov <[email protected]>
Co-authored-by: Yerlan Baiturinov <[email protected]>
…0 to 1.8.1 (microsoft#1234)

Bumps
[github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go)
from 1.8.0 to 1.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-go/releases">github.com/Azure/azure-sdk-for-go/sdk/azidentity's
releases</a>.</em></p>
<blockquote>
<h2>sdk/azidentity/v1.8.1</h2>
<h2>1.8.1 (2025-01-15)</h2>
<h3>Bugs Fixed</h3>
<ul>
<li>User credential types inconsistently log access token scopes</li>
<li><code>DefaultAzureCredential</code> skips managed identity in Azure
Container Instances</li>
<li>Credentials having optional tenant IDs such as
<code>AzureCLICredential</code> and
<code>InteractiveBrowserCredential</code> require setting
<code>AdditionallyAllowedTenants</code>
when used with some clients</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li><code>ChainedTokenCredential</code> and
<code>DefaultAzureCredential</code> continue to their next
credential after <code>ManagedIdentityCredential</code> receives an
unexpected response
from IMDS, indicating the response is from something else such as a
proxy</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/d5e09eae00a4110563d2e983b0418f86532b303d"><code>d5e09ea</code></a>
Prepare azidentity v1.8.1 for release (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23954">#23954</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/af8249dc7b2f0ed219eacc4983f10d57a118137e"><code>af8249d</code></a>
Increment package version after release of storage/azblob (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23940">#23940</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/8b21042b21ebd99be84751f31623696020a126d9"><code>8b21042</code></a>
Increment package version after release of storage/azdatalake (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23958">#23958</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/a44e1521df4b891d17efe88ad04e76baab7e7fc9"><code>a44e152</code></a>
Release storage stg96 azdatalake preview (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23957">#23957</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/b11c1a556ee0beb684e36f819836854b27abd6f1"><code>b11c1a5</code></a>
Relax tenant verification for credentials having optional tenant IDs (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23951">#23951</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/e55703934a41575a07e180c176b911a7aa60f461"><code>e557039</code></a>
remove erroneous package inclusion during package-properties evaluation
(<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23948">#23948</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/0fb43361660f70fce04d371d8e34328a64d14d05"><code>0fb4336</code></a>
Increment package version after release of messaging/azservicebus (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23950">#23950</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/b1480a29448972f6cc81221af685ff9011e9e0b9"><code>b1480a2</code></a>
Updating docs.microsoft.com to learn.microsoft.com (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23934">#23934</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/786b0be8e9d6876fb0b58823fcacbd917d13620d"><code>786b0be</code></a>
Credential chains continue iterating after unexpected IMDS responses (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23894">#23894</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/7d4721b6a79770c648d545401e6813e9d035f254"><code>7d4721b</code></a>
add liftr base package dep to emitter dep list (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23938">#23938</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.8.0...sdk/azidentity/v1.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/Azure/azure-sdk-for-go/sdk/azidentity&package-manager=go_modules&previous-version=1.8.0&new-version=1.8.1)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…microsoft#1233)

Bumps
[github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2)
from 1.28.11 to 1.29.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/077df5deb4f94e0cacc5c64c4538e49b6c711563"><code>077df5d</code></a>
Release 2024-06-18</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/3320b138b7ef295ad49afcaa9b04b6dca5e0e8ad"><code>3320b13</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/1315201166439e42a027b644eb29de62e5e1ecee"><code>1315201</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/8dddc9c41a16c7f622ba149d5f15b78e33ff7f1c"><code>8dddc9c</code></a>
add SDK-specific feature tracking (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2682">#2682</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/54f11c0ac651fbec8d65abe9cea3740af17c1460"><code>54f11c0</code></a>
Release 2024-06-17</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/d5c4ad008ac68562397d65931315af7e4f1f5c73"><code>d5c4ad0</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/e7057a6165b255266172c22528a5373da8f03f9e"><code>e7057a6</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/374440df88873e8e363b1b25cb427a1042ea9018"><code>374440d</code></a>
Merge pull request <a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2490">#2490</a>
from aws/feat-aid-endpoints</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/3133994bcb30e4ee3342eb900b0559e2919f696e"><code>3133994</code></a>
fix changelog</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/5ceabb7c9115e06de25742efe5b167297f8a44b8"><code>5ceabb7</code></a>
merge from main</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.28.11...v1.29.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/config&package-manager=go_modules&previous-version=1.28.11&new-version=1.29.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
alexcastilio and others added 29 commits February 25, 2025 09:34
# Description

Enable heartbeat in scale test.

## Related Issue

microsoft#1040 

## Checklist

- [ ] I have read the [contributing
documentation](https://retina.sh/docs/contributing).
- [ ] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [ ] I have correctly attributed the author(s) of the code.
- [ ] I have tested the changes locally.
- [ ] I have followed the project's style guidelines.
- [ ] I have updated the documentation, if necessary.
- [ ] I have added tests, if applicable.

## Screenshots (if applicable) or Testing Completed

Please add any relevant screenshots or GIFs to showcase the changes
made.

## Additional Notes

Add any additional notes or context about the pull request here.

---

Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.

---------

Signed-off-by: Alex Castilio dos Santos <[email protected]>
…o 0.5.2 (microsoft#1384)

Bumps
[sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure)
from 0.5.0 to 0.5.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/e02283c769445dfaa5af5c6fde13ab9a56170079"><code>e02283c</code></a>
build(deps): bump golang.org/x/crypto in /pkg/azclient in the all group
(<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8402">#8402</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/efd34ded4aa43cc250d400f6d9aa1a554e902553"><code>efd34de</code></a>
fix: add http timeout to avoid connection stuck (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8383">#8383</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/debe0f5af54343584b35856eb1506b68c521f70e"><code>debe0f5</code></a>
build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient/cache
(<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8367">#8367</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/d18517b7ab629ed446aa2634de7a93075bb091e0"><code>d18517b</code></a>
build(deps): bump k8s.io/component-base (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8313">#8313</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/4cc9f2b4b204ff8883b8be38e5139a24a65a5842"><code>4cc9f2b</code></a>
build(deps): bump the all group in /kubetest2-aks with 2 updates (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8303">#8303</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/b4aebbe4ca455b870ab547297db1e768f7f69d16"><code>b4aebbe</code></a>
build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8368">#8368</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/923e5b21264279b0d9ee2a2fc3f80ecd4fc31ee3"><code>923e5b2</code></a>
build(deps): bump github.com/spf13/cobra (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8359">#8359</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/19af51f83d0b5a066ee0af440f79d60b5ee6378e"><code>19af51f</code></a>
build(deps): bump k8s.io/client-go (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8317">#8317</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/e0d4d23f45516e601beb51dfaf42be10c12d8d29"><code>e0d4d23</code></a>
build(deps): bump the all group across 1 directory with 13 updates (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8357">#8357</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/7b709a0c29d17067422ff3acb5b0d08a93a8e881"><code>7b709a0</code></a>
build(deps): bump the all group (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8318">#8318</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v0.5.0...pkg/azclient/v0.5.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/cloud-provider-azure/pkg/azclient&package-manager=go_modules&previous-version=0.5.0&new-version=0.5.2)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps
[sigstore/cosign-installer](https://github.com/sigstore/cosign-installer)
from 3.8.0 to 3.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sigstore/cosign-installer/releases">sigstore/cosign-installer's
releases</a>.</em></p>
<blockquote>
<h2>v3.8.1</h2>
<h2>What's Changed</h2>
<ul>
<li>use cosign 2.4.3 and other updates by <a
href="https://github.com/cpanato"><code>@​cpanato</code></a> in <a
href="https://redirect.github.com/sigstore/cosign-installer/pull/182">sigstore/cosign-installer#182</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sigstore/cosign-installer/compare/v3...v3.8.1">https://github.com/sigstore/cosign-installer/compare/v3...v3.8.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sigstore/cosign-installer/commit/d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a"><code>d7d6bc7</code></a>
use cosign 2.4.3 and other updates (<a
href="https://redirect.github.com/sigstore/cosign-installer/issues/182">#182</a>)</li>
<li>See full diff in <a
href="https://github.com/sigstore/cosign-installer/compare/v3.8.0...v3.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigstore/cosign-installer&package-manager=github_actions&previous-version=3.8.0&new-version=3.8.1)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from
0.6.0 to 0.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/go-cmp/releases">github.com/google/go-cmp's
releases</a>.</em></p>
<blockquote>
<h2>v0.7.0</h2>
<p>New API:</p>
<ul>
<li>(<a
href="https://redirect.github.com/google/go-cmp/issues/367">#367</a>)
Support compare functions with SortSlices and SortMaps</li>
</ul>
<p>Panic messaging:</p>
<ul>
<li>(<a
href="https://redirect.github.com/google/go-cmp/issues/370">#370</a>)
Detect proto.Message types when failing to export a field</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google/go-cmp/commit/9b12f366a942ebc7254abc7f32ca05068b455fb7"><code>9b12f36</code></a>
Detect proto.Message types when failing to export a field (<a
href="https://redirect.github.com/google/go-cmp/issues/370">#370</a>)</li>
<li><a
href="https://github.com/google/go-cmp/commit/4dd3d63d6987c0f84fce8e1d1c5bb59f0badc220"><code>4dd3d63</code></a>
fix: type 'aribica' =&gt; 'arabica' (<a
href="https://redirect.github.com/google/go-cmp/issues/368">#368</a>)</li>
<li><a
href="https://github.com/google/go-cmp/commit/391980c4b2e1cc2c30d2bfae6039815350490495"><code>391980c</code></a>
Support compare functions with SortSlices and SortMaps (<a
href="https://redirect.github.com/google/go-cmp/issues/367">#367</a>)</li>
<li>See full diff in <a
href="https://github.com/google/go-cmp/compare/v0.6.0...v0.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/google/go-cmp&package-manager=go_modules&previous-version=0.6.0&new-version=0.7.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Description

* Use array format to define workflow names for readability
* Enclose in double-quotes to prevent trailing space issues
* Fix docker pull, simplify step and just pull images
* Fix krew index step, export PATH after krew installation
* Fix issue with TAG in go package version check

## Related Issue

* Related to PR microsoft#1380

## Checklist

- [x] I have read the [contributing
documentation](https://retina.sh/docs/Contributing/overview).
- [x] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [x] I have correctly attributed the author(s) of the code.
- [x] I have tested the changes locally.
- [x] I have followed the project's style guidelines.
- [x] I have updated the documentation, if necessary.
- [x] I have added tests, if applicable.

## Screenshots (if applicable) or Testing Completed

Test on upstream `test-sr` branch


![image](https://github.com/user-attachments/assets/72e6f252-a8d2-4005-9492-e9a317d6b637)

Link to job run:
https://github.com/microsoft/retina/actions/runs/13548239168/job/37865147112

## Additional Notes

Add any additional notes or context about the pull request here.

---

Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.
…icrosoft#1377)

Bumps
[github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2)
from 1.29.6 to 1.29.7.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/54aed732316b5162e5c4382a1f2d3891175d0254"><code>54aed73</code></a>
Release 2025-02-18</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/082781faee876f9d612fa7c113b4304a29766b14"><code>082781f</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/3ed185b604684a86547e679154975f1914f97312"><code>3ed185b</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/03da7378d668622cd880ec741d57e93cc370efa1"><code>03da737</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c8a8ccb619ffbfe00e99a83e99729b948f20be29"><code>c8a8ccb</code></a>
Bump go version to 1.22 (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3010">#3010</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/8b7c7bf6d9a1c63d0c5262724ae8a15a44e366a6"><code>8b7c7bf</code></a>
fix missing AccountIDEndpointMode binding (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3013">#3013</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/90f9d1081a37acaf792ccda5bfb07e2ee7590a9e"><code>90f9d10</code></a>
Release 2025-02-17</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/40dd351c61c016749a3f4105cca0c965e7c66d7b"><code>40dd351</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/06352dfafe9067da1956229d6925efed328d5ff6"><code>06352df</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/833566b553122ebd5bfa1237ee7c905a8db0d687"><code>833566b</code></a>
Update API model</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.6...config/v1.29.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/config&package-manager=go_modules&previous-version=1.29.6&new-version=1.29.7)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…o_modules group (microsoft#1393)

Bumps the go_modules group with 1 update:
[github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose).

Updates `github.com/go-jose/go-jose/v3` from 3.0.3 to 3.0.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/go-jose/go-jose/releases">github.com/go-jose/go-jose/v3's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.4</h2>
<h2>What's Changed</h2>
<p>Backport fix for GHSA-c6gw-w398-hv78 CVE-2025-27144
<a
href="https://redirect.github.com/go-jose/go-jose/pull/174">go-jose/go-jose#174</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/go-jose/go-jose/compare/v3.0.3...v3.0.4">https://github.com/go-jose/go-jose/compare/v3.0.3...v3.0.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/go-jose/go-jose/commit/5253038e3b5f64a2200b5b6c72107bf9823f4358"><code>5253038</code></a>
Backport fix 167 to v3 (<a
href="https://redirect.github.com/go-jose/go-jose/issues/174">#174</a>)</li>
<li><a
href="https://github.com/go-jose/go-jose/commit/047dc99758ca176080217a26d0f8a95a3350e7fb"><code>047dc99</code></a>
CI: Update github actions and go version (<a
href="https://redirect.github.com/go-jose/go-jose/issues/173">#173</a>)</li>
<li><a
href="https://github.com/go-jose/go-jose/commit/0f017e9bc3fd4ee0ca9171c131d6eb3d196ab05b"><code>0f017e9</code></a>
Revert <a
href="https://redirect.github.com/go-jose/go-jose/issues/26">#26</a>
(ignore unsupported JWKs in Sets) (<a
href="https://redirect.github.com/go-jose/go-jose/issues/131">#131</a>)</li>
<li><a
href="https://github.com/go-jose/go-jose/commit/3e2bbef724ae666f9e6691659bd46bc0c3e0c7aa"><code>3e2bbef</code></a>
Unmarshal jwk keys with unsupported key type or algorithm into empty …
(<a
href="https://redirect.github.com/go-jose/go-jose/issues/26">#26</a>)</li>
<li>See full diff in <a
href="https://github.com/go-jose/go-jose/compare/v3.0.3...v3.0.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-jose/go-jose/v3&package-manager=go_modules&previous-version=3.0.3&new-version=3.0.4)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/microsoft/retina/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…o 0.5.3 (microsoft#1388)

Bumps
[sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure)
from 0.5.2 to 0.5.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/3bb0e92ab5058976ffa887e2a87548b73aca5400"><code>3bb0e92</code></a>
build(deps): bump the all group across 1 directory with 3 updates (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8443">#8443</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/497c46ddacae8dcf0998a43ab5d36dbe9f7a1c3d"><code>497c46d</code></a>
build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8435">#8435</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/695b934b2152375c64a079f997ccf3e774551419"><code>695b934</code></a>
build(deps): bump the all group across 1 directory with 2 updates (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8442">#8442</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/a8fe413b5811cff07945813315dc3c7ec9f149d6"><code>a8fe413</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8426">#8426</a>
from MartinForReal/shafan/fixlinter</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/c08e8f330bc2732b3447b8d6236d3f7d53dfb8eb"><code>c08e8f3</code></a>
fix linter config</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/01e8d0f0a371b0717b60d9a766ee3eded23826ae"><code>01e8d0f</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8407">#8407</a>
from kubernetes-sigs/dependabot/github_actions/all-b...</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/78638bd6329a26213dcc3e6d7cdf2acd2548f80d"><code>78638bd</code></a>
send patch vm requests to channel (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8268">#8268</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/5372e53bf3e06e4bfc0f3d92c0079dcca4304f56"><code>5372e53</code></a>
build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8404">#8404</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/167e47751873610d7701320ece941af955c1156e"><code>167e477</code></a>
build(deps): bump the all group across 1 directory with 6 updates</li>
<li>See full diff in <a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/compare/pkg/azclient/v0.5.2...pkg/azclient/v0.5.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/cloud-provider-azure/pkg/azclient&package-manager=go_modules&previous-version=0.5.2&new-version=0.5.3)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…7.1 (microsoft#1374)

Bumps
[github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2)
from 1.76.1 to 1.77.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/54aed732316b5162e5c4382a1f2d3891175d0254"><code>54aed73</code></a>
Release 2025-02-18</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/082781faee876f9d612fa7c113b4304a29766b14"><code>082781f</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/3ed185b604684a86547e679154975f1914f97312"><code>3ed185b</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/03da7378d668622cd880ec741d57e93cc370efa1"><code>03da737</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c8a8ccb619ffbfe00e99a83e99729b948f20be29"><code>c8a8ccb</code></a>
Bump go version to 1.22 (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3010">#3010</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/8b7c7bf6d9a1c63d0c5262724ae8a15a44e366a6"><code>8b7c7bf</code></a>
fix missing AccountIDEndpointMode binding (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3013">#3013</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/90f9d1081a37acaf792ccda5bfb07e2ee7590a9e"><code>90f9d10</code></a>
Release 2025-02-17</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/40dd351c61c016749a3f4105cca0c965e7c66d7b"><code>40dd351</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/06352dfafe9067da1956229d6925efed328d5ff6"><code>06352df</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/833566b553122ebd5bfa1237ee7c905a8db0d687"><code>833566b</code></a>
Update API model</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.76.1...service/s3/v1.77.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/service/s3&package-manager=go_modules&previous-version=1.76.1&new-version=1.77.1)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Description

* Create EKS module
* Create EKS example
* Create EKS unit and integration test with retina
* Create live/retina-eks to demo multi-cloud
* Update docs
* Update diagrams
* Update Makefile for this sub-project test/multicloud

## Related Issue

microsoft#1267 

## Checklist

- [x] I have read the [contributing
documentation](https://retina.sh/docs/Contributing/overview).
- [x] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [x] I have correctly attributed the author(s) of the code.
- [x] I have tested the changes locally.
- [x] I have followed the project's style guidelines.
- [x] I have updated the documentation, if necessary.
- [x] I have added tests, if applicable.

## Screenshots (if applicable) or Testing Completed

Grafana Hubble DNS dashboard for EKS cluster

![Screenshot_26-2-2025_141028_srodi grafana
net](https://github.com/user-attachments/assets/d5e43699-83f9-429f-b7df-127a6e238859)

EKS cluster showing AWS nodes and retina logs

![Screenshot 2025-02-26
131742](https://github.com/user-attachments/assets/2bb9ec2c-7b13-40af-b10e-607e02467ffa)

## Additional Notes

Add any additional notes or context about the pull request here.

---

Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.
…age/armstorage from 1.6.0 to 1.7.0 (microsoft#1394)

Bumps
[github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage](https://github.com/Azure/azure-sdk-for-go)
from 1.6.0 to 1.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-go/releases">github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage's
releases</a>.</em></p>
<blockquote>

<h2>sdk/resourcemanager/cognitiveservices/armcognitiveservices/v1.7.0</h2>
<h2>1.7.0 (2024-12-27)</h2>
<h3>Features Added</h3>
<ul>
<li>New value <code>ModelLifecycleStatusDeprecated</code>,
<code>ModelLifecycleStatusDeprecating</code>,
<code>ModelLifecycleStatusStable</code> added to enum type
<code>ModelLifecycleStatus</code></li>
<li>New enum type <code>ByPassSelection</code> with values
<code>ByPassSelectionAzureServices</code>,
<code>ByPassSelectionNone</code></li>
<li>New enum type <code>ContentLevel</code> with values
<code>ContentLevelHigh</code>, <code>ContentLevelLow</code>,
<code>ContentLevelMedium</code></li>
<li>New enum type <code>DefenderForAISettingState</code> with values
<code>DefenderForAISettingStateDisabled</code>,
<code>DefenderForAISettingStateEnabled</code></li>
<li>New enum type <code>EncryptionScopeProvisioningState</code> with
values <code>EncryptionScopeProvisioningStateAccepted</code>,
<code>EncryptionScopeProvisioningStateCanceled</code>,
<code>EncryptionScopeProvisioningStateCreating</code>,
<code>EncryptionScopeProvisioningStateDeleting</code>,
<code>EncryptionScopeProvisioningStateFailed</code>,
<code>EncryptionScopeProvisioningStateMoving</code>,
<code>EncryptionScopeProvisioningStateSucceeded</code></li>
<li>New enum type <code>EncryptionScopeState</code> with values
<code>EncryptionScopeStateDisabled</code>,
<code>EncryptionScopeStateEnabled</code></li>
<li>New enum type <code>NspAccessRuleDirection</code> with values
<code>NspAccessRuleDirectionInbound</code>,
<code>NspAccessRuleDirectionOutbound</code></li>
<li>New enum type <code>RaiPolicyContentSource</code> with values
<code>RaiPolicyContentSourceCompletion</code>,
<code>RaiPolicyContentSourcePrompt</code></li>
<li>New enum type <code>RaiPolicyMode</code> with values
<code>RaiPolicyModeAsynchronousFilter</code>,
<code>RaiPolicyModeBlocking</code>, <code>RaiPolicyModeDefault</code>,
<code>RaiPolicyModeDeferred</code></li>
<li>New enum type <code>RaiPolicyType</code> with values
<code>RaiPolicyTypeSystemManaged</code>,
<code>RaiPolicyTypeUserManaged</code></li>
<li>New function <code>*ClientFactory.NewDefenderForAISettingsClient()
*DefenderForAISettingsClient</code></li>
<li>New function <code>*ClientFactory.NewEncryptionScopesClient()
*EncryptionScopesClient</code></li>
<li>New function
<code>*ClientFactory.NewLocationBasedModelCapacitiesClient()
*LocationBasedModelCapacitiesClient</code></li>
<li>New function <code>*ClientFactory.NewModelCapacitiesClient()
*ModelCapacitiesClient</code></li>
<li>New function
<code>*ClientFactory.NewNetworkSecurityPerimeterConfigurationsClient()
*NetworkSecurityPerimeterConfigurationsClient</code></li>
<li>New function <code>*ClientFactory.NewRaiBlocklistItemsClient()
*RaiBlocklistItemsClient</code></li>
<li>New function <code>*ClientFactory.NewRaiBlocklistsClient()
*RaiBlocklistsClient</code></li>
<li>New function <code>*ClientFactory.NewRaiContentFiltersClient()
*RaiContentFiltersClient</code></li>
<li>New function <code>*ClientFactory.NewRaiPoliciesClient()
*RaiPoliciesClient</code></li>
<li>New function <code>NewDefenderForAISettingsClient(string,
azcore.TokenCredential, *arm.ClientOptions)
(*DefenderForAISettingsClient, error)</code></li>
<li>New function
<code>*DefenderForAISettingsClient.CreateOrUpdate(context.Context,
string, string, string, DefenderForAISetting,
*DefenderForAISettingsClientCreateOrUpdateOptions)
(DefenderForAISettingsClientCreateOrUpdateResponse, error)</code></li>
<li>New function <code>*DefenderForAISettingsClient.Get(context.Context,
string, string, string, *DefenderForAISettingsClientGetOptions)
(DefenderForAISettingsClientGetResponse, error)</code></li>
<li>New function <code>*DefenderForAISettingsClient.NewListPager(string,
string, *DefenderForAISettingsClientListOptions)
*runtime.Pager[DefenderForAISettingsClientListResponse]</code></li>
<li>New function
<code>*DefenderForAISettingsClient.Update(context.Context, string,
string, string, DefenderForAISetting,
*DefenderForAISettingsClientUpdateOptions)
(DefenderForAISettingsClientUpdateResponse, error)</code></li>
<li>New function <code>*DeploymentsClient.NewListSKUsPager(string,
string, string, *DeploymentsClientListSKUsOptions)
*runtime.Pager[DeploymentsClientListSKUsResponse]</code></li>
<li>New function <code>*DeploymentsClient.BeginUpdate(context.Context,
string, string, string, PatchResourceTagsAndSKU,
*DeploymentsClientBeginUpdateOptions)
(*runtime.Poller[DeploymentsClientUpdateResponse], error)</code></li>
<li>New function <code>NewEncryptionScopesClient(string,
azcore.TokenCredential, *arm.ClientOptions) (*EncryptionScopesClient,
error)</code></li>
<li>New function
<code>*EncryptionScopesClient.CreateOrUpdate(context.Context, string,
string, string, EncryptionScope,
*EncryptionScopesClientCreateOrUpdateOptions)
(EncryptionScopesClientCreateOrUpdateResponse, error)</code></li>
<li>New function
<code>*EncryptionScopesClient.BeginDelete(context.Context, string,
string, string, *EncryptionScopesClientBeginDeleteOptions)
(*runtime.Poller[EncryptionScopesClientDeleteResponse],
error)</code></li>
<li>New function <code>*EncryptionScopesClient.Get(context.Context,
string, string, string, *EncryptionScopesClientGetOptions)
(EncryptionScopesClientGetResponse, error)</code></li>
<li>New function <code>*EncryptionScopesClient.NewListPager(string,
string, *EncryptionScopesClientListOptions)
*runtime.Pager[EncryptionScopesClientListResponse]</code></li>
<li>New function <code>NewLocationBasedModelCapacitiesClient(string,
azcore.TokenCredential, *arm.ClientOptions)
(*LocationBasedModelCapacitiesClient, error)</code></li>
<li>New function
<code>*LocationBasedModelCapacitiesClient.NewListPager(string, string,
string, string, *LocationBasedModelCapacitiesClientListOptions)
*runtime.Pager[LocationBasedModelCapacitiesClientListResponse]</code></li>
<li>New function
<code>*ManagementClient.CalculateModelCapacity(context.Context,
CalculateModelCapacityParameter,
*ManagementClientCalculateModelCapacityOptions)
(ManagementClientCalculateModelCapacityResponse, error)</code></li>
<li>New function <code>NewModelCapacitiesClient(string,
azcore.TokenCredential, *arm.ClientOptions) (*ModelCapacitiesClient,
error)</code></li>
<li>New function <code>*ModelCapacitiesClient.NewListPager(string,
string, string, *ModelCapacitiesClientListOptions)
*runtime.Pager[ModelCapacitiesClientListResponse]</code></li>
<li>New function <code>NewRaiBlocklistItemsClient(string,
azcore.TokenCredential, *arm.ClientOptions) (*RaiBlocklistItemsClient,
error)</code></li>
<li>New function
<code>*RaiBlocklistItemsClient.BatchAdd(context.Context, string, string,
string, []*RaiBlocklistItemBulkRequest,
*RaiBlocklistItemsClientBatchAddOptions)
(RaiBlocklistItemsClientBatchAddResponse, error)</code></li>
<li>New function
<code>*RaiBlocklistItemsClient.BatchDelete(context.Context, string,
string, string, any, *RaiBlocklistItemsClientBatchDeleteOptions)
(RaiBlocklistItemsClientBatchDeleteResponse, error)</code></li>
<li>New function
<code>*RaiBlocklistItemsClient.CreateOrUpdate(context.Context, string,
string, string, string, RaiBlocklistItem,
*RaiBlocklistItemsClientCreateOrUpdateOptions)
(RaiBlocklistItemsClientCreateOrUpdateResponse, error)</code></li>
<li>New function
<code>*RaiBlocklistItemsClient.BeginDelete(context.Context, string,
string, string, string, *RaiBlocklistItemsClientBeginDeleteOptions)
(*runtime.Poller[RaiBlocklistItemsClientDeleteResponse],
error)</code></li>
<li>New function <code>*RaiBlocklistItemsClient.Get(context.Context,
string, string, string, string, *RaiBlocklistItemsClientGetOptions)
(RaiBlocklistItemsClientGetResponse, error)</code></li>
<li>New function <code>*RaiBlocklistItemsClient.NewListPager(string,
string, string, *RaiBlocklistItemsClientListOptions)
*runtime.Pager[RaiBlocklistItemsClientListResponse]</code></li>
<li>New function <code>NewRaiBlocklistsClient(string,
azcore.TokenCredential, *arm.ClientOptions) (*RaiBlocklistsClient,
error)</code></li>
<li>New function
<code>*RaiBlocklistsClient.CreateOrUpdate(context.Context, string,
string, string, RaiBlocklist, *RaiBlocklistsClientCreateOrUpdateOptions)
(RaiBlocklistsClientCreateOrUpdateResponse, error)</code></li>
<li>New function <code>*RaiBlocklistsClient.BeginDelete(context.Context,
string, string, string, *RaiBlocklistsClientBeginDeleteOptions)
(*runtime.Poller[RaiBlocklistsClientDeleteResponse], error)</code></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/624babab3d2e3a95628afa61d1474a035cc7d094"><code>624baba</code></a>
bump azcore version number</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/ce7217c3f5f5a2f88f3a5d1ded48da338f3d8d06"><code>ce7217c</code></a>
Prep for azcore v1.7.0 release (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/21149">#21149</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/62a8079d41783914d9a5f585bcdb6f6b91223e5c"><code>62a8079</code></a>
Add support for shallow cloning azcore.Client instances (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/21065">#21065</a>)
(<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/21098">#21098</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/47286b065b0e3aa7d367fb20212aad3a143e6343"><code>47286b0</code></a>
Add flag to enable skipping of dependency checks (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/21146">#21146</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/ee762d4420eb57051cdebe55e55b107dae4f6bfc"><code>ee762d4</code></a>
Fix populating module name in telemetry policy (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/20967">#20967</a>)
(<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/20971">#20971</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/02431759c00a99a31e159e9905c392b8f430c897"><code>0243175</code></a>
Prep azcore v1.6.1 for release (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/20961">#20961</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/9c9d62a1d612cf1f9e6902ddd3c538abd90b955c"><code>9c9d62a</code></a>
Increment package version after release of azcore (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/20740">#20740</a>)</li>
<li>See full diff in <a
href="https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.6.0...sdk/azcore/v1.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage&package-manager=go_modules&previous-version=1.6.0&new-version=1.7.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ft#1391)

# Description

* Create examples/integration/retina-aks
* Create go integration test retina-aks

## Related Issue

microsoft#1267 

## Checklist

- [x] I have read the [contributing
documentation](https://retina.sh/docs/Contributing/overview).
- [x] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [x] I have correctly attributed the author(s) of the code.
- [x] I have tested the changes locally.
- [x] I have followed the project's style guidelines.
- [x] I have updated the documentation, if necessary.
- [x] I have added tests, if applicable.

## Screenshots (if applicable) or Testing Completed

Logs tail to show successful test run


![image](https://github.com/user-attachments/assets/49003fcd-a4c7-4d26-a21e-2e72c14fb839)

## Additional Notes

Add any additional notes or context about the pull request here.

---

Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.
…oft#1395)

Bumps
[github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2)
from 1.36.2 to 1.36.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c33f3e8d6bd4acd3c33d7abf391c7040305d5f12"><code>c33f3e8</code></a>
Release 2025-02-27</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/3e30151fa29807db629931d5acbd0baaa7a4d812"><code>3e30151</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/7d47f9d487e991a7964e40ae23436808c9c45354"><code>7d47f9d</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c8c63a09fc01aba1de4b792f78b7fce378801901"><code>c8c63a0</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c50ebd4f921acfa7114e34690f20a2634814b23e"><code>c50ebd4</code></a>
Reapply &quot;Track credential providers via User-Agent Feature
ids&quot; (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3017">#3017</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/ef40d0c7f18167e851e939d28357a541102a6a94"><code>ef40d0c</code></a>
Release 2025-02-26</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/2d21bb4570986d62ee45c76a28f30c51b51cad62"><code>2d21bb4</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/8d810fdae9adcf883bc03efd776a115ba8f78635"><code>8d810fd</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/a0538c527fdf601468f57bdcdfea4cc9c526c20e"><code>a0538c5</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/21ec8a2702f18c177c1a2f2d24dda340eef5bed4"><code>21ec8a2</code></a>
Release 2025-02-25</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/v1.36.2...v1.36.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2&package-manager=go_modules&previous-version=1.36.2&new-version=1.36.3)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…8.0 (microsoft#1396)

Bumps
[github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2)
from 1.77.1 to 1.78.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c33f3e8d6bd4acd3c33d7abf391c7040305d5f12"><code>c33f3e8</code></a>
Release 2025-02-27</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/3e30151fa29807db629931d5acbd0baaa7a4d812"><code>3e30151</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/7d47f9d487e991a7964e40ae23436808c9c45354"><code>7d47f9d</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c8c63a09fc01aba1de4b792f78b7fce378801901"><code>c8c63a0</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c50ebd4f921acfa7114e34690f20a2634814b23e"><code>c50ebd4</code></a>
Reapply &quot;Track credential providers via User-Agent Feature
ids&quot; (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3017">#3017</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/ef40d0c7f18167e851e939d28357a541102a6a94"><code>ef40d0c</code></a>
Release 2025-02-26</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/2d21bb4570986d62ee45c76a28f30c51b51cad62"><code>2d21bb4</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/8d810fdae9adcf883bc03efd776a115ba8f78635"><code>8d810fd</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/a0538c527fdf601468f57bdcdfea4cc9c526c20e"><code>a0538c5</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/21ec8a2702f18c177c1a2f2d24dda340eef5bed4"><code>21ec8a2</code></a>
Release 2025-02-25</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.77.1...service/s3/v1.78.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/service/s3&package-manager=go_modules&previous-version=1.77.1&new-version=1.78.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…icrosoft#1397)

Bumps
[github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2)
from 1.29.7 to 1.29.8.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c33f3e8d6bd4acd3c33d7abf391c7040305d5f12"><code>c33f3e8</code></a>
Release 2025-02-27</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/3e30151fa29807db629931d5acbd0baaa7a4d812"><code>3e30151</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/7d47f9d487e991a7964e40ae23436808c9c45354"><code>7d47f9d</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c8c63a09fc01aba1de4b792f78b7fce378801901"><code>c8c63a0</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c50ebd4f921acfa7114e34690f20a2634814b23e"><code>c50ebd4</code></a>
Reapply &quot;Track credential providers via User-Agent Feature
ids&quot; (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3017">#3017</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/ef40d0c7f18167e851e939d28357a541102a6a94"><code>ef40d0c</code></a>
Release 2025-02-26</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/2d21bb4570986d62ee45c76a28f30c51b51cad62"><code>2d21bb4</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/8d810fdae9adcf883bc03efd776a115ba8f78635"><code>8d810fd</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/a0538c527fdf601468f57bdcdfea4cc9c526c20e"><code>a0538c5</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/21ec8a2702f18c177c1a2f2d24dda340eef5bed4"><code>21ec8a2</code></a>
Release 2025-02-25</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.7...config/v1.29.8">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/config&package-manager=go_modules&previous-version=1.29.7&new-version=1.29.8)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…age (microsoft#1403)

# Description

Ubuntu 20.04 LTS runner will be removed on 2025-04-01. For more details,
see actions/runner-images#11101

## Related Issue

If this pull request is related to any issue, please mention it here.
Additionally, make sure that the issue is assigned to you before
submitting this pull request.

## Checklist

- [ ] I have read the [contributing
documentation](https://retina.sh/docs/Contributing/overview).
- [ ] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [ ] I have correctly attributed the author(s) of the code.
- [ ] I have tested the changes locally.
- [ ] I have followed the project's style guidelines.
- [ ] I have updated the documentation, if necessary.
- [ ] I have added tests, if applicable.

## Screenshots (if applicable) or Testing Completed

Please add any relevant screenshots or GIFs to showcase the changes
made.

## Additional Notes

Add any additional notes or context about the pull request here.

---

Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.

Signed-off-by: Alex Castilio dos Santos <[email protected]>
… /hack/tools (microsoft#1401)

Bumps
[github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint)
from 1.64.5 to 1.64.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/golangci/golangci-lint/releases">github.com/golangci/golangci-lint's
releases</a>.</em></p>
<blockquote>
<h2>v1.64.6</h2>
<p><code>golangci-lint</code> is a free and open-source project built by
volunteers.</p>
<p>If you value it, consider supporting us, the <a
href="https://opencollective.com/golangci-lint">maintainers</a> and <a
href="https://golangci-lint.run/product/thanks/">linter authors</a>.</p>
<p>We appreciate it! ❤️</p>
<p>For key updates, see the <a
href="https://golangci-lint.run/product/changelog/%5B#1646%5D(https://redirect.github.com/golangci/golangci-lint/issues/1646)">changelog</a>.</p>
<h2>Changelog</h2>
<ul>
<li>3d28c57b576da4671faa9ec73890a6dd63f021ef Require type for oneOf
mutual exclusion (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5426">#5426</a>)</li>
<li>84ab7530439226915db56606ca08cadaa05d2dae build(deps): bump
4d63.com/gocheckcompilerdirectives from 1.2.1 to 1.3.0 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5485">#5485</a>)</li>
<li>9fddfc4769d6300e7c29ca3e5c2c8ffbe8caa9f8 build(deps): bump
github.com/4meepo/tagalign from 1.4.1 to 1.4.2 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5430">#5430</a>)</li>
<li>404916a76cdfb5741677e9bdfd2e2cee8595d65c build(deps): bump
github.com/GaijinEntertainment/go-exhaustruct/v3 from 3.3.0 to 3.3.1 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5467">#5467</a>)</li>
<li>3b6b9da36740ba61c3b0878a96b2fdc1a40eeb29 build(deps): bump
github.com/catenacyber/perfsprint from 0.8.1 to 0.8.2 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5441">#5441</a>)</li>
<li>336b21bb5c21d6538d6b1d8aa1fc3c778a8d0212 build(deps): bump
github.com/kisielk/errcheck from 1.8.0 to 1.9.0 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5447">#5447</a>)</li>
<li>baad5bb7bd258e693266831b4a2b3dbf330405b6 build(deps): bump
github.com/kkHAIKE/contextcheck from 1.1.5 to 1.1.6 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5482">#5482</a>)</li>
<li>9e832c95a4156a00d3a899ec567eba071fe50507 build(deps): bump
github.com/ldez/exptostd from 0.4.1 to 0.4.2 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5456">#5456</a>)</li>
<li>f2c630353beae8e62bbd71821de0ec56161fd567 build(deps): bump
github.com/mgechev/revive from 1.6.1 to 1.7.0 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5422">#5422</a>)</li>
<li>9a2423aa4bbbb26b3b8954a208abadc053c6e9c8 build(deps): bump
github.com/nunnatsa/ginkgolinter from 0.19.0 to 0.19.1 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5435">#5435</a>)</li>
<li>140d96e7c60b3e673aa68cea25e2c9537992febc build(deps): bump
github.com/rogpeppe/go-internal from 1.13.1 to 1.14.0 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5469">#5469</a>)</li>
<li>3eecab1ebde99a3c7205f09230c43a3c026a0074 build(deps): bump
github.com/rogpeppe/go-internal from 1.14.0 to 1.14.1 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5476">#5476</a>)</li>
<li>d574f356334437b4210b8289d21af02a817ef868 build(deps): bump
github.com/shirou/gopsutil/v4 from 4.25.1 to 4.25.2 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5486">#5486</a>)</li>
<li>1a6b95b3bd98cf59576f858ceaf8a531d7dc4206 build(deps): bump
github.com/spf13/cobra from 1.8.1 to 1.9.0 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5421">#5421</a>)</li>
<li>69ed661ed0ba5d17098221a1326fd159d9c362f5 build(deps): bump
github.com/spf13/cobra from 1.9.0 to 1.9.1 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5429">#5429</a>)</li>
<li>5e17a57d181c5ac40067976f6ed07ee7bc888498 build(deps): bump
github.com/tdakkota/asciicheck from 0.4.0 to 0.4.1 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5418">#5418</a>)</li>
<li>2c1d661a335214d4c4df257396727cb8381abfd4 build(deps): bump
github.com/tetafro/godot from 1.4.20 to 1.5.0 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5420">#5420</a>)</li>
<li>414f44604ba1808d7e69afb0b787a384a22f66f4 build(deps): bump
golang.org/x/oauth2 from 0.26.0 to 0.27.0 in
/scripts/gen_github_action_config in the scripts group (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5471">#5471</a>)</li>
<li>042d640b8d8a9f955dec4a620f3acbb8bcc2850c build(deps): bump
golangci/golangci-lint-action from 6.3.2 to 6.5.0 in the github-actions
group (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5419">#5419</a>)</li>
<li>d4f4d16c82dbeb953249d2ae7c11092798da1a39 build(deps): bump
google.golang.org/protobuf from 1.36.4 to 1.36.5 in
/pkg/golinters/protogetter/testdata in the linter-testdata group across
1 directory (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5484">#5484</a>)</li>
<li>f69da398be9ae51f5a47c961b9e77d3b5a0e91e0 fix: use commit hash when
version is v0.0.0 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5479">#5479</a>)</li>
<li>53d58e8e22cdca34cb65f2dc1ef2ae94a03ce524 govet: skip fieldalignment
test on 32bit platforms (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5463">#5463</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md">github.com/golangci/golangci-lint's
changelog</a>.</em></p>
<blockquote>
<h3>v1.64.6</h3>
<ol>
<li>Linters bug fixes
<ul>
<li><code>asciicheck</code>: from 0.4.0 to 0.4.1</li>
<li><code>contextcheck</code>: from 1.1.5 to 1.1.6</li>
<li><code>errcheck</code>: from 1.8.0 to 1.9.0</li>
<li><code>exptostd</code>: from 0.4.1 to 0.4.2</li>
<li><code>ginkgolinter</code>: from 0.19.0 to 0.19.1</li>
<li><code>go-exhaustruct</code>: from 3.3.0 to 3.3.1</li>
<li><code>gocheckcompilerdirectives</code>: from 1.2.1 to 1.3.0</li>
<li><code>godot</code>: from 1.4.20 to 1.5.0</li>
<li><code>perfsprint</code>: from 0.8.1 to 0.8.2</li>
<li><code>revive</code>: from 1.6.1 to 1.7.0</li>
<li><code>tagalign</code>: from 1.4.1 to 1.4.2</li>
</ul>
</li>
</ol>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golangci/golangci-lint/commit/d574f356334437b4210b8289d21af02a817ef868"><code>d574f35</code></a>
build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.1 to 4.25.2
(<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5486">#5486</a>)</li>
<li><a
href="https://github.com/golangci/golangci-lint/commit/84ab7530439226915db56606ca08cadaa05d2dae"><code>84ab753</code></a>
build(deps): bump 4d63.com/gocheckcompilerdirectives from 1.2.1 to 1.3.0
(<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5485">#5485</a>)</li>
<li><a
href="https://github.com/golangci/golangci-lint/commit/d4f4d16c82dbeb953249d2ae7c11092798da1a39"><code>d4f4d16</code></a>
build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 in
/pkg/go...</li>
<li><a
href="https://github.com/golangci/golangci-lint/commit/baad5bb7bd258e693266831b4a2b3dbf330405b6"><code>baad5bb</code></a>
build(deps): bump github.com/kkHAIKE/contextcheck from 1.1.5 to 1.1.6
(<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5482">#5482</a>)</li>
<li><a
href="https://github.com/golangci/golangci-lint/commit/f69da398be9ae51f5a47c961b9e77d3b5a0e91e0"><code>f69da39</code></a>
fix: use commit hash when version is v0.0.0 (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5479">#5479</a>)</li>
<li><a
href="https://github.com/golangci/golangci-lint/commit/c01a04bb6536e30b515ba570c047850cfd70708e"><code>c01a04b</code></a>
docs: update goheader.template reference (<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5477">#5477</a>)</li>
<li><a
href="https://github.com/golangci/golangci-lint/commit/3eecab1ebde99a3c7205f09230c43a3c026a0074"><code>3eecab1</code></a>
build(deps): bump github.com/rogpeppe/go-internal from 1.14.0 to 1.14.1
(<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5476">#5476</a>)</li>
<li><a
href="https://github.com/golangci/golangci-lint/commit/414f44604ba1808d7e69afb0b787a384a22f66f4"><code>414f446</code></a>
build(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 in
/scripts/gen_g...</li>
<li><a
href="https://github.com/golangci/golangci-lint/commit/140d96e7c60b3e673aa68cea25e2c9537992febc"><code>140d96e</code></a>
build(deps): bump github.com/rogpeppe/go-internal from 1.13.1 to 1.14.0
(<a
href="https://redirect.github.com/golangci/golangci-lint/issues/5469">#5469</a>)</li>
<li><a
href="https://github.com/golangci/golangci-lint/commit/404916a76cdfb5741677e9bdfd2e2cee8595d65c"><code>404916a</code></a>
build(deps): bump github.com/GaijinEntertainment/go-exhaustruct/v3 from
3.3.0...</li>
<li>Additional commits viewable in <a
href="https://github.com/golangci/golangci-lint/compare/v1.64.5...v1.64.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/golangci/golangci-lint&package-manager=go_modules&previous-version=1.64.5&new-version=1.64.6)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…o 0.5.4 (microsoft#1400)

Bumps
[sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure)
from 0.5.3 to 0.5.4.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/17ffe7210e2cfe72a9f5d534dfdda35704c44bb8"><code>17ffe72</code></a>
build(deps): bump the all group in /pkg/azclient with 2 updates (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8488">#8488</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/359f2f9b3eca93b9bf50078089a78f7616df8135"><code>359f2f9</code></a>
build(deps): bump actions/cache from 4.2.1 to 4.2.2 in the all group (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8487">#8487</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/64ca762b05e8ddd6957f13e23004ee474a13f30a"><code>64ca762</code></a>
build(deps): bump github.com/go-git/go-git/v5 (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8486">#8486</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/ddb7933b326db4a306d4bed0125e0e97252aaaa3"><code>ddb7933</code></a>
[StepSecurity] ci: Harden GitHub Actions</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/560cabffba326971a1f1e9839894b2bd5f1e82bb"><code>560cabf</code></a>
remove step in release action</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/fdda31ad706abbfa5afaa045163fd2ee31d41a6c"><code>fdda31a</code></a>
commit release note to doc/release-note-vxxxx branch (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8469">#8469</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/2a06a115a96d8a509d00525191c8fe333d95cb8b"><code>2a06a11</code></a>
Set auxiliary token policy when auxiliary token provider enabled (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8375">#8375</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/ecbd18d142403d32d490afa75b09cc1978d70b85"><code>ecbd18d</code></a>
build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8454">#8454</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/46209e3021c8ba906e3a173b9fd62519b4110609"><code>46209e3</code></a>
build(deps): bump the all group across 1 directory with 5 updates (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8358">#8358</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/dd14f110d08d9f222497ffbb9418ef9e19f0c9be"><code>dd14f11</code></a>
Update vendor license for master (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8421">#8421</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/compare/pkg/azclient/v0.5.3...pkg/azclient/v0.5.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/cloud-provider-azure/pkg/azclient&package-manager=go_modules&previous-version=0.5.3&new-version=0.5.4)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.30.0 to
0.31.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/sys/commit/74cfc93a99be6ca6f193856132e6799065b071af"><code>74cfc93</code></a>
all: upgrade go directive to at least 1.23.0 [generated]</li>
<li>See full diff in <a
href="https://github.com/golang/sys/compare/v0.30.0...v0.31.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.30.0&new-version=0.31.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…o 0.5.6 (microsoft#1406)

Bumps
[sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure)
from 0.5.4 to 0.5.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/640502787226156181265510fbbab415617de4ac"><code>6405027</code></a>
build(deps): bump golang.org/x/net in /pkg/azclient in the all group (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8525">#8525</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/7b6665d66f60b8d7a55cf1fe92cf97284eac1b21"><code>7b6665d</code></a>
track2 sdk:add support for non-public cloud (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8518">#8518</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/4d5868edb8bf5a30c01f0e8c8365260221597b15"><code>4d5868e</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8517">#8517</a>
from mainred/pin-az-cli-2.69.0</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/0af7652522f5dbd59ac8c6b7f96caba0e89a0394"><code>0af7652</code></a>
test: pin az cli to fix acr cache create issue</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/4c771d529327becbd806a2cce51d529ccfaefff0"><code>4c771d5</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8504">#8504</a>
from andyzhangx/fix-sovereign-cloud</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/40aea3bcff4dc527f9e8ae30a62679918bc8ab0b"><code>40aea3b</code></a>
build(deps): bump peter-evans/create-pull-request in the all group (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8512">#8512</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/f96d80762fdd5ca6ccf8543a0783b8646693e765"><code>f96d807</code></a>
fix: incorrect cloud provider setting in sovereign cloud</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/c86a3cb7a4f4b96af235486ef22449470c6a933c"><code>c86a3cb</code></a>
fix: Remove managed pip if switched to another pip in a different
resource gr...</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/ec3681070f73b08b81ad234da0c0b6ed18cce451"><code>ec36810</code></a>
build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8494">#8494</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/e8bc82da7ada87c11f0188f27a9411d5c939dfbd"><code>e8bc82d</code></a>
build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8491">#8491</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/compare/pkg/azclient/v0.5.4...pkg/azclient/v0.5.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/cloud-provider-azure/pkg/azclient&package-manager=go_modules&previous-version=0.5.4&new-version=0.5.6)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…icrosoft#1407)

Bumps
[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)
from 1.21.0 to 1.21.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prometheus/client_golang/releases">github.com/prometheus/client_golang's
releases</a>.</em></p>
<blockquote>
<h2>v1.21.1 / 2025-03-04</h2>
<p>This release addresses a performance regression introduced in <a
href="https://redirect.github.com/prometheus/client_golang/issues/1661">#1661</a>
-- thanks to all who <a
href="https://redirect.github.com/prometheus/client_golang/issues/1748">reported
this quickly</a>:
<a href="https://github.com/chlunde"><code>@​chlunde</code></a>, <a
href="https://github.com/dethi"><code>@​dethi</code></a>, <a
href="https://github.com/aaronbee"><code>@​aaronbee</code></a> <a
href="https://github.com/tsuna"><code>@​tsuna</code></a> <a
href="https://github.com/kakkoyun"><code>@​kakkoyun</code></a> 💪🏽. This
patch release also fixes the iOS build.</p>
<p>We will be hardening the release process even further (<a
href="https://redirect.github.com/prometheus/client_golang/issues/1759">#1759</a>,
<a
href="https://redirect.github.com/prometheus/client_golang/issues/1761">#1761</a>)
to prevent this in future, sorry for the inconvenience!</p>
<p>The high concurrency optimization is planned to be eventually
reintroduced, however in a much safer manner, potentially in a separate
API.</p>
<ul>
<li>[BUGFIX] prometheus: Revert of <code>Inc</code>, <code>Add</code>
and <code>Observe</code> cumulative metric CAS optimizations (<a
href="https://redirect.github.com/prometheus/client_golang/issues/1661">#1661</a>),
causing regressions on low concurrency cases <a
href="https://redirect.github.com/prometheus/client_golang/issues/1757">#1757</a></li>
<li>[BUGFIX] prometheus: Fix GOOS=ios build, broken due to
process_collector_* wrong build tags. <a
href="https://redirect.github.com/prometheus/client_golang/issues/1758">#1758</a></li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Revert &quot;exponential backoff for CAS operations on floats&quot;
and cut 1.21.1 by <a
href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1757">prometheus/client_golang#1757</a></li>
<li>Fix ios build for 1.21.1 by <a
href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a
href="https://redirect.github.com/prometheus/client_golang/pull/1758">prometheus/client_golang#1758</a></li>
</ul>
<!-- raw HTML omitted -->
<p><strong>Full Changelog</strong>: <a
href="https://github.com/prometheus/client_golang/compare/v1.21.0...v1.21.1">https://github.com/prometheus/client_golang/compare/v1.21.0...v1.21.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md">github.com/prometheus/client_golang's
changelog</a>.</em></p>
<blockquote>
<h2>1.21.1 / 2025-03-04</h2>
<ul>
<li>[BUGFIX] prometheus: Revert of <code>Inc</code>, <code>Add</code>
and <code>Observe</code> cumulative metric CAS optimizations (<a
href="https://redirect.github.com/prometheus/client_golang/issues/1661">#1661</a>),
causing regressions on low contention cases.</li>
<li>[BUGFIX] prometheus: Fix GOOS=ios build, broken due to
process_collector_* wrong build tags.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prometheus/client_golang/commit/8a42da3e4bfdc7ea408fcd886064dffc4daffb22"><code>8a42da3</code></a>
Fix ios build. (<a
href="https://redirect.github.com/prometheus/client_golang/issues/1758">#1758</a>)</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/40c62f7a974e27ba11164f7138d60fd7a3b0c326"><code>40c62f7</code></a>
Merge pull request <a
href="https://redirect.github.com/prometheus/client_golang/issues/1757">#1757</a>
from prometheus/revert-121cas</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/689f5900164029a73c9a2be6068e1db615107c1f"><code>689f590</code></a>
Cut 1.21.1</li>
<li><a
href="https://github.com/prometheus/client_golang/commit/9e567a7b4fe821af4fad882552ec06713fb8d291"><code>9e567a7</code></a>
Revert &quot;Add: exponential backoff for CAS operations on floats (<a
href="https://redirect.github.com/prometheus/client_golang/issues/1661">#1661</a>)&quot;</li>
<li>See full diff in <a
href="https://github.com/prometheus/client_golang/compare/v1.21.0...v1.21.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus/client_golang&package-manager=go_modules&previous-version=1.21.0&new-version=1.21.1)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rosoft#1408)

Bumps
[go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go)
from 1.34.0 to 1.35.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md">go.opentelemetry.io/otel/metric's
changelog</a>.</em></p>
<blockquote>
<h2>[1.35.0/0.57.0/0.11.0] 2025-03-05</h2>
<p>This release is the last to support [Go 1.22].
The next release will require at least [Go 1.23].</p>
<h3>Added</h3>
<ul>
<li>Add <code>ValueFromAttribute</code> and
<code>KeyValueFromAttribute</code> in
<code>go.opentelemetry.io/otel/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6180">#6180</a>)</li>
<li>Add <code>EventName</code> and <code>SetEventName</code> to
<code>Record</code> in <code>go.opentelemetry.io/otel/log</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6187">#6187</a>)</li>
<li>Add <code>EventName</code> to <code>RecordFactory</code> in
<code>go.opentelemetry.io/otel/log/logtest</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6187">#6187</a>)</li>
<li><code>AssertRecordEqual</code> in
<code>go.opentelemetry.io/otel/log/logtest</code> checks
<code>Record.EventName</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6187">#6187</a>)</li>
<li>Add <code>EventName</code> and <code>SetEventName</code> to
<code>Record</code> in <code>go.opentelemetry.io/otel/sdk/log</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6193">#6193</a>)</li>
<li>Add <code>EventName</code> to <code>RecordFactory</code> in
<code>go.opentelemetry.io/otel/sdk/log/logtest</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6193">#6193</a>)</li>
<li>Emit <code>Record.EventName</code> field in
<code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6211">#6211</a>)</li>
<li>Emit <code>Record.EventName</code> field in
<code>go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp</code>.
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6211">#6211</a>)</li>
<li>Emit <code>Record.EventName</code> field in
<code>go.opentelemetry.io/otel/exporters/stdout/stdoutlog</code> (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6210">#6210</a>)</li>
<li>The <code>go.opentelemetry.io/otel/semconv/v1.28.0</code> package.
The package contains semantic conventions from the <code>v1.28.0</code>
version of the OpenTelemetry Semantic Conventions.
See the <a
href="https://github.com/open-telemetry/opentelemetry-go/blob/main/semconv/v1.28.0/MIGRATION.md">migration
documentation</a> for information on how to upgrade from
<code>go.opentelemetry.io/otel/semconv/v1.27.0</code>(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6236">#6236</a>)</li>
<li>The <code>go.opentelemetry.io/otel/semconv/v1.30.0</code> package.
The package contains semantic conventions from the <code>v1.30.0</code>
version of the OpenTelemetry Semantic Conventions.
See the <a
href="https://github.com/open-telemetry/opentelemetry-go/blob/main/semconv/v1.30.0/MIGRATION.md">migration
documentation</a> for information on how to upgrade from
<code>go.opentelemetry.io/otel/semconv/v1.28.0</code>(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6240">#6240</a>)</li>
<li>Document the pitfalls of using <code>Resource</code> as a comparable
type.
<code>Resource.Equal</code> and <code>Resource.Equivalent</code> should
be used instead. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6272">#6272</a>)</li>
<li>Support [Go 1.24]. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6304">#6304</a>)</li>
<li>Add <code>FilterProcessor</code> and <code>EnabledParameters</code>
in <code>go.opentelemetry.io/otel/sdk/log</code>.
It replaces
<code>go.opentelemetry.io/otel/sdk/log/internal/x.FilterProcessor</code>.
Compared to previous version it additionally gives the possibility to
filter by resource and instrumentation scope. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6317">#6317</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update <code>github.com/prometheus/common</code> to
<code>v0.62.0</code>, which changes the
<code>NameValidationScheme</code> to <code>NoEscaping</code>.
This allows metrics names to keep original delimiters (e.g.
<code>.</code>), rather than replacing with underscores.
This is controlled by the <code>Content-Type</code> header, or can be
reverted by setting <code>NameValidationScheme</code> to
<code>LegacyValidation</code> in
<code>github.com/prometheus/common/model</code>. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6198">#6198</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Eliminate goroutine leak for the processor returned by
<code>NewSimpleSpanProcessor</code> in
<code>go.opentelemetry.io/otel/sdk/trace</code> when
<code>Shutdown</code> is called and the passed <code>ctx</code> is
canceled and <code>SpanExporter.Shutdown</code> has not returned. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6368">#6368</a>)</li>
<li>Eliminate goroutine leak for the processor returned by
<code>NewBatchSpanProcessor</code> in
<code>go.opentelemetry.io/otel/sdk/trace</code> when
<code>ForceFlush</code> is called and the passed <code>ctx</code> is
canceled and <code>SpanExporter.Export</code> has not returned. (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6369">#6369</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/5ba5e7a449f36c1c02710bbaa517263797046db0"><code>5ba5e7a</code></a>
Release v1.35.0/v0.57.0/v0.11.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6407">#6407</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/3908b67340a7d9ee5c475cc5683535bc5da51ed8"><code>3908b67</code></a>
chore(deps): update module github.com/securego/gosec/v2 to v2.22.2 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6412">#6412</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/50172b1934dac5afd1527939a771b1e954624bea"><code>50172b1</code></a>
chore(deps): update module github.com/ryancurrah/gomodguard to v1.4.1
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6411">#6411</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/cea6d2b039590d9a489ab836e0609cc9d7645148"><code>cea6d2b</code></a>
fix(deps): update module google.golang.org/grpc to v1.71.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6409">#6409</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/e2aee3aff8abf61e7a8794b4d55e179ef1ed717c"><code>e2aee3a</code></a>
Move trace sdk tests from trace_test into trace package (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6400">#6400</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/38f4f39284a2e7ff3b09b9afa47657a41e4af591"><code>38f4f39</code></a>
fix(deps): update build-tools to v0.20.0 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6403">#6403</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/2911449bab33757c10bb32096bd76b946315a988"><code>2911449</code></a>
Look at stale issues in ascending order (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6396">#6396</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/7cb322a315d6be2c9f17ddac190bac26c3cf5465"><code>7cb322a</code></a>
chore(deps): update github.com/golangci/dupl digest to 44c6a0b (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6398">#6398</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/0c3651e263b1b073718ed3db49a701ee8933721f"><code>0c3651e</code></a>
fix(deps): update module github.com/golangci/golangci-lint to v1.64.6
(<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6394">#6394</a>)</li>
<li><a
href="https://github.com/open-telemetry/opentelemetry-go/commit/f04e9512fff3e3d1dfe0c3df81ef8d0693f18696"><code>f04e951</code></a>
chore(deps): update mvdan.cc/unparam digest to 0df0534 (<a
href="https://redirect.github.com/open-telemetry/opentelemetry-go/issues/6391">#6391</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/open-telemetry/opentelemetry-go/compare/v1.34.0...v1.35.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.opentelemetry.io/otel/metric&package-manager=go_modules&previous-version=1.34.0&new-version=1.35.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#1409)

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from
2.22.2 to 2.23.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.23.0</h2>
<h2>2.23.0</h2>
<p>Ginkgo 2.23.0 adds a handful of methods to <code>GinkgoT()</code> to
make it compatible with the <code>testing.TB</code> interface in Go
1.24. <code>GinkgoT().Context()</code>, in particular, is a useful
shorthand for generating a new context that will clean itself up in a
<code>DeferCleanup()</code>. This has subtle behavior differences from
the golang implementation but should make sense in a Ginkgo... um...
context.</p>
<h3>Features</h3>
<ul>
<li>bump to go 1.24.0 - support new testing.TB methods and add a test to
cover testing.TB regressions [37a511b]</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>fix edge case where build -o is pointing at an explicit file, not a
directory [7556a86]</li>
<li>Fix binary paths when precompiling multiple suites. [4df06c6]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md
[cbcf39a]</li>
<li>docs: fix test workflow badge (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1512">#1512</a>)
[9b261ff]</li>
<li>Bump golang.org/x/net in
/integration/_fixtures/version_mismatch_fixture (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1516">#1516</a>)
[00f19c8]</li>
<li>Bump golang.org/x/tools from 0.28.0 to 0.30.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1515">#1515</a>)
[e98a4df]</li>
<li>Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1504">#1504</a>)
[60cc4e2]</li>
<li>Bump github-pages from 231 to 232 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1447">#1447</a>)
[fea6f2d]</li>
<li>Bump rexml from 3.2.8 to 3.3.9 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1497">#1497</a>)
[31d7813]</li>
<li>Bump webrick from 1.8.1 to 1.9.1 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1501">#1501</a>)
[fc3bbd6]</li>
<li>Code linting (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1500">#1500</a>)
[aee0d56]</li>
<li>change interface{} to any (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1502">#1502</a>)
[809a710]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md">github.com/onsi/ginkgo/v2's
changelog</a>.</em></p>
<blockquote>
<h2>2.23.0</h2>
<p>Ginkgo 2.23.0 adds a handful of methods to <code>GinkgoT()</code> to
make it compatible with the <code>testing.TB</code> interface in Go
1.24. <code>GinkgoT().Context()</code>, in particular, is a useful
shorthand for generating a new context that will clean itself up in a
<code>DeferCleanup()</code>. This has subtle behavior differences from
the golang implementation but should make sense in a Ginkgo... um...
context.</p>
<h3>Features</h3>
<ul>
<li>bump to go 1.24.0 - support new testing.TB methods and add a test to
cover testing.TB regressions [37a511b]</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>fix edge case where build -o is pointing at an explicit file, not a
directory [7556a86]</li>
<li>Fix binary paths when precompiling multiple suites. [4df06c6]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md
[cbcf39a]</li>
<li>docs: fix test workflow badge (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1512">#1512</a>)
[9b261ff]</li>
<li>Bump golang.org/x/net in
/integration/_fixtures/version_mismatch_fixture (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1516">#1516</a>)
[00f19c8]</li>
<li>Bump golang.org/x/tools from 0.28.0 to 0.30.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1515">#1515</a>)
[e98a4df]</li>
<li>Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1504">#1504</a>)
[60cc4e2]</li>
<li>Bump github-pages from 231 to 232 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1447">#1447</a>)
[fea6f2d]</li>
<li>Bump rexml from 3.2.8 to 3.3.9 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1497">#1497</a>)
[31d7813]</li>
<li>Bump webrick from 1.8.1 to 1.9.1 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1501">#1501</a>)
[fc3bbd6]</li>
<li>Code linting (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1500">#1500</a>)
[aee0d56]</li>
<li>change interface{} to any (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1502">#1502</a>)
[809a710]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/ginkgo/commit/1d705bc4b461496697eb72cf545fdb14c21f3f78"><code>1d705bc</code></a>
v2.23.0</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/37a511b5bca15e628309b421c20e834b7f67dad4"><code>37a511b</code></a>
bump to go 1.24.0 - support new testing.TB methods and add a test to
cover te...</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/7556a863b3a43d976bcdc87d9c88a4859af05207"><code>7556a86</code></a>
fix edge case where build -o is pointing at an explicit file, not a
directory</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/4df06c6d3b5480f739fd1b3cefaa7e241d8b3a31"><code>4df06c6</code></a>
Fix binary paths when precompiling multiple suites.</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/cbcf39a17b9a3aeea0281ce7779a42eb838334b7"><code>cbcf39a</code></a>
Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/9b261ffd97c743a75ca21f672c694d693d485ac0"><code>9b261ff</code></a>
docs: fix test workflow badge (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1512">#1512</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/00f19c8e52611422dd9678c136f65dd4dfdf65f5"><code>00f19c8</code></a>
Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture
(<a
href="https://redirect.github.com/onsi/ginkgo/issues/1516">#1516</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/e98a4dfa299054790e069dc6eeeea9f8aff4e903"><code>e98a4df</code></a>
Bump golang.org/x/tools from 0.28.0 to 0.30.0 (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1515">#1515</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/60cc4e2b0117436c17abebcdda3053585e4c54af"><code>60cc4e2</code></a>
Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1504">#1504</a>)</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/fea6f2d8597f7df0be2e2b31f50bdede862fca58"><code>fea6f2d</code></a>
Bump github-pages from 231 to 232 in /docs (<a
href="https://redirect.github.com/onsi/ginkgo/issues/1447">#1447</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/onsi/ginkgo/compare/v2.22.2...v2.23.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/onsi/ginkgo/v2&package-manager=go_modules&previous-version=2.22.2&new-version=2.23.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…8.1 (microsoft#1405)

Bumps
[github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2)
from 1.78.0 to 1.78.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/9bd153c05150d0c3f9d45f5b9353c34df9bab5b5"><code>9bd153c</code></a>
Release 2025-03-04.2</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/b967446708e597c3c22c658d8399d11accc9e1f1"><code>b967446</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/188c52a1f53d95e7f99ce0edc73059ce5d0b803c"><code>188c52a</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/defaf5c13afed6bb77e2ee4fafea2bfcd09cea88"><code>defaf5c</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/8f2dd23c2630bd2ee667a403cf8ea8611c5ce406"><code>8f2dd23</code></a>
add test that verifies SRA order of operations (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3025">#3025</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/3d547b010751de5a834a749ffdaddff4bcb0d39c"><code>3d547b0</code></a>
Release 2025-03-04</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/554a1497dc16d385e62514b10bc8adacfbd6a8d0"><code>554a149</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/3abb221732b42d61c95f5306f528cc2182d37c7a"><code>3abb221</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/95ae39d57f8d986f691754737311102335039848"><code>95ae39d</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/c62ec38df6cc8e66ecf014365d8bd15c2599bc6d"><code>c62ec38</code></a>
create kitchen sink test service (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3023">#3023</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.78.0...service/s3/v1.78.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/service/s3&package-manager=go_modules&previous-version=1.78.0&new-version=1.78.1)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.11.0 to
0.12.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/sync/commit/b637f27e40ad6e222f3d301cc113e635f0fa08be"><code>b637f27</code></a>
errgroup: drop support for Go versions before 1.20</li>
<li><a
href="https://github.com/golang/sync/commit/960bf1fb13c616a491486fc6322e26fe0830eaf0"><code>960bf1f</code></a>
all: upgrade go directive to at least 1.23.0 [generated]</li>
<li>See full diff in <a
href="https://github.com/golang/sync/compare/v0.11.0...v0.12.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sync&package-manager=go_modules&previous-version=0.11.0&new-version=0.12.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…o 0.5.9 (microsoft#1412)

Bumps
[sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure)
from 0.5.6 to 0.5.9.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/ffa789b02866927bca488a726d350213feda34d9"><code>ffa789b</code></a>
add default cloud config (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8534">#8534</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/2635e447e98be386fb1e37c2d427f48e19a22090"><code>2635e44</code></a>
build(deps): bump github.com/onsi/ginkgo/v2 (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8549">#8549</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/efc426de7b6ca40a2efa91d013e0f9c4da7bbc34"><code>efc426d</code></a>
build(deps): bump the all group in /pkg/azclient with 4 updates (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8548">#8548</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/1006ab41dcd75cd72019c9b04ef1362973aa38d6"><code>1006ab4</code></a>
build(deps): bump golang.org/x/sync (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8542">#8542</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/9bfcbc04592623339b32392474bcebc946cf73e7"><code>9bfcbc0</code></a>
build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8538">#8538</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/17d42801b3b1f76df617d751321af2a101291251"><code>17d4280</code></a>
build(deps): bump the all group in /pkg/azclient with 3 updates (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8537">#8537</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/a265a9c9c6f3b0f1d6fa0e1a0d72504108501335"><code>a265a9c</code></a>
build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8532">#8532</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/e6e7a18e462cedb71873584a370864bb3b2c3136"><code>e6e7a18</code></a>
build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (<a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8527">#8527</a>)</li>
<li>See full diff in <a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/compare/pkg/azclient/v0.5.6...pkg/azclient/v0.5.9">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/cloud-provider-azure/pkg/azclient&package-manager=go_modules&previous-version=0.5.6&new-version=0.5.9)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Description

Please provide a brief description of the changes made in this pull
request.

## Related Issue

microsoft#1314 

Below are changes made in current PR:
* Added a condition of check before creating a instance
* Check is made by the configs of instance
* Added with appropriate log

## Checklist

- [ * ] I have read the [contributing
documentation](https://retina.sh/docs/contributing).
- [ * ] I signed and signed-off the commits (`git commit -S -s ...`).
See [this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [ * ] I have correctly attributed the author(s) of the code.
- [ * ] I have tested the changes locally.
- [ * ] I have followed the project's style guidelines.
- [ * ] I have updated the documentation, if necessary.
- [ * ] I have added tests, if applicable.

---------

Co-authored-by: Simone Rodigari <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet