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

Bump the all group with 2 updates #7768

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps the all group with 2 updates: github.com/aws/aws-sdk-go-v2/service/ec2 and github.com/gofrs/flock.

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.171.0 to 1.173.0

Commits

Updates github.com/gofrs/flock from 0.12.0 to 0.12.1

Release notes

Sourced from github.com/gofrs/flock's releases.

v0.12.1

What's Changed

New Contributors

Full Changelog: gofrs/flock@v0.12.0...v0.12.1

Commits
  • 9de625d fix: missing read-write flag in reopenFDOnError (#95)
  • ffdd9d4 chore: update github-action monthly
  • 384c6ff chore(deps): bump github/codeql-action from 3.25.12 to 3.25.13 in the all gro...
  • f691d55 chore(deps): bump github/codeql-action from 3.25.11 to 3.25.12 in the all gro...
  • 2962fb7 chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 in the all grou...
  • 7ff173f chore: factorize (#91)
  • 688d3b5 chore(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 in the all group (#90)
  • b26fb4d chore: change default branch
  • c08bb66 tests: add tests about directory support (#89)
  • 5169644 chore: use global issue templates
  • See full diff in compare view

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 commands and options

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

@dependabot dependabot bot requested review from a team as code owners July 29, 2024 03:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 29, 2024
@dependabot dependabot bot temporarily deployed to functional-tests July 29, 2024 03:24 Inactive
Copy link

github-actions bot commented Jul 29, 2024

Unit Tests

3 275 tests  ±0   3 269 ✅ ±0   3m 53s ⏱️ -16s
  261 suites ±0       6 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit 690dd96. ± Comparison against base commit 1127d12.

♻️ This comment has been updated with latest results.

@radius-functional-tests
Copy link

radius-functional-tests bot commented Jul 29, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 5435021
Unique ID func18b2dc9362
Image tag pr-func18b2dc9362
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func18b2dc9362
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func18b2dc9362
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func18b2dc9362
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func18b2dc9362
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting datastoresrp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ datastoresrp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded
✅ ucp-cloud functional tests succeeded

Bumps the all group with 2 updates: [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) and [github.com/gofrs/flock](https://github.com/gofrs/flock).


Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.171.0 to 1.173.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.171.0...service/ec2/v1.173.0)

Updates `github.com/gofrs/flock` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/gofrs/flock/releases)
- [Commits](gofrs/flock@v0.12.0...v0.12.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/gofrs/flock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@ytimocin ytimocin force-pushed the dependabot/go_modules/all-fb998a3b90 branch from 5435021 to 690dd96 Compare July 29, 2024 18:58
@ytimocin ytimocin temporarily deployed to functional-tests July 29, 2024 18:58 — with GitHub Actions Inactive
@radius-functional-tests
Copy link

radius-functional-tests bot commented Jul 29, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 690dd96
Unique ID func805fbb2acb
Image tag pr-func805fbb2acb
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func805fbb2acb
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func805fbb2acb
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func805fbb2acb
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func805fbb2acb
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded
⌛ Starting datastoresrp-cloud functional tests...
✅ datastoresrp-cloud functional tests succeeded

Copy link

codecov bot commented Jul 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.13%. Comparing base (1127d12) to head (690dd96).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7768   +/-   ##
=======================================
  Coverage   61.13%   61.13%           
=======================================
  Files         520      520           
  Lines       27190    27190           
=======================================
  Hits        16622    16622           
  Misses       9102     9102           
  Partials     1466     1466           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ytimocin ytimocin merged commit 1c7b3ea into main Jul 29, 2024
29 checks passed
@ytimocin ytimocin deleted the dependabot/go_modules/all-fb998a3b90 branch July 29, 2024 19:38
Reshrahim pushed a commit to Reshrahim/radius that referenced this pull request Aug 27, 2024
Bumps the all group with 2 updates:
[github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2)
and [github.com/gofrs/flock](https://github.com/gofrs/flock).

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.171.0 to
1.173.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/0e6ec96a45c5451f54505a183bf58440cf7c8dda"><code>0e6ec96</code></a>
Release 2024-07-25</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/f58e0598c55064b716781fe2d4605d681676b178"><code>f58e059</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/b915aeac3b60985f4390655c571e3bb8aa099999"><code>b915aea</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/bd92e5e52277aa1da501625490587ae1b810c07f"><code>bd92e5e</code></a>
remove integration test broken by cloudsearch service (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2725">#2725</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/205973f0f4c3455510ddb012aedcafdc34af8db3"><code>205973f</code></a>
Release 2024-07-24</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/26375ca737241a9df91db93bc2c6682abca0caa7"><code>26375ca</code></a>
Regenerated Clients</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/07c560fc9629189e1f7b15463806442a6241eda2"><code>07c560f</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/97a169227d4a21eee2034d57b5d2cba8a99983d0"><code>97a1692</code></a>
Update API model</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/17cc5151059c7c129e0bcc20591f42fd2830af68"><code>17cc515</code></a>
provide a region hint of &quot;us-west-2&quot; in GetBucketRegion
example (<a
href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2716">#2716</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-go-v2/commit/a46ec1d551f3d620b7ba3ad3548018366d1a6b59"><code>a46ec1d</code></a>
Release 2024-07-23</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.171.0...service/ec2/v1.173.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/gofrs/flock` from 0.12.0 to 0.12.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gofrs/flock/releases">github.com/gofrs/flock's
releases</a>.</em></p>
<blockquote>
<h2>v0.12.1</h2>
<h2>What's Changed</h2>
<ul>
<li>tests: add tests about directory support by <a
href="https://github.com/ldez"><code>@​ldez</code></a> in <a
href="https://redirect.github.com/gofrs/flock/pull/89">gofrs/flock#89</a></li>
<li>chore(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 in the all
group by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/gofrs/flock/pull/90">gofrs/flock#90</a></li>
<li>fix: missing read-write flag in reopenFDOnError by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/gofrs/flock/pull/95">gofrs/flock#95</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/crazy-max"><code>@​crazy-max</code></a>
made their first contribution in <a
href="https://redirect.github.com/gofrs/flock/pull/95">gofrs/flock#95</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gofrs/flock/compare/v0.12.0...v0.12.1">https://github.com/gofrs/flock/compare/v0.12.0...v0.12.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gofrs/flock/commit/9de625d921bf362f81e0760056fdff11c8542435"><code>9de625d</code></a>
fix: missing read-write flag in reopenFDOnError (<a
href="https://redirect.github.com/gofrs/flock/issues/95">#95</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/ffdd9d46bb7ddcd5d9615cc9a0884edad8ea3800"><code>ffdd9d4</code></a>
chore: update github-action monthly</li>
<li><a
href="https://github.com/gofrs/flock/commit/384c6ff459c4ebab72b234c4a3d22b62bcae009b"><code>384c6ff</code></a>
chore(deps): bump github/codeql-action from 3.25.12 to 3.25.13 in the
all gro...</li>
<li><a
href="https://github.com/gofrs/flock/commit/f691d55d11d01d58d78cb5e357fca6f20ffdea4d"><code>f691d55</code></a>
chore(deps): bump github/codeql-action from 3.25.11 to 3.25.12 in the
all gro...</li>
<li><a
href="https://github.com/gofrs/flock/commit/2962fb7333e200609770795305bd9c9177870bff"><code>2962fb7</code></a>
chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 in the all
grou...</li>
<li><a
href="https://github.com/gofrs/flock/commit/7ff173f5ee6fe37d5a8bae5c250f0e8c17022ab4"><code>7ff173f</code></a>
chore: factorize (<a
href="https://redirect.github.com/gofrs/flock/issues/91">#91</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/688d3b53f576341934979f20edc80070c19b4e30"><code>688d3b5</code></a>
chore(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 in the all
group (<a
href="https://redirect.github.com/gofrs/flock/issues/90">#90</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/b26fb4d6e123544995c01e03c01180dab6144511"><code>b26fb4d</code></a>
chore: change default branch</li>
<li><a
href="https://github.com/gofrs/flock/commit/c08bb665ea1975bfcc3182d0033ed1ee7c9e735a"><code>c08bb66</code></a>
tests: add tests about directory support (<a
href="https://redirect.github.com/gofrs/flock/issues/89">#89</a>)</li>
<li><a
href="https://github.com/gofrs/flock/commit/5169644b9198f307ed198a9360aab196cbd07409"><code>5169644</code></a>
chore: use global issue templates</li>
<li>See full diff in <a
href="https://github.com/gofrs/flock/compare/v0.12.0...v0.12.1">compare
view</a></li>
</ul>
</details>
<br />

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

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant