Skip to content

Update all dependencies #53

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

Merged
merged 6 commits into from
Nov 13, 2024
Merged

Update all dependencies #53

merged 6 commits into from
Nov 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 18, 2023

NOTE: AWS lambda upgrade was removed from this PR due to larger changes needed to account for the deprecated StartHandler lambda func.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/asecurityteam/logevent v1.6.1 -> v2.0.1 age adoption passing confidence
github.com/asecurityteam/runhttp v0.4.2 -> v0.6.5 age adoption passing confidence
github.com/asecurityteam/settings v0.7.0 -> v2.0.1 age adoption passing confidence
github.com/aws/aws-lambda-go v1.26.0 -> v1.47.0 age adoption passing confidence
github.com/go-chi/chi v4.1.2+incompatible -> v5.1.0 age adoption passing confidence
github.com/stretchr/testify v1.7.0 -> v1.9.0 age adoption passing confidence

Release Notes

asecurityteam/logevent (github.com/asecurityteam/logevent)

v2.0.1: Support for golang 1.22, upgrade dependencies

Compare Source

Upgrade all dependencies, including to go 1.22 in go.mod, hence major version.

v2.0.0

Compare Source

asecurityteam/runhttp (github.com/asecurityteam/runhttp)

v0.6.5: Update Dependencies, remove code cov

Compare Source

Removed codecov by @​jimene74 in https://github.com/asecurityteam/runhttp/pull/28
Update all dependencies by renovate in https://github.com/asecurityteam/runhttp/pull/32

v0.6.4: Upgrade dependencies

Compare Source

Upgrade all dependencies

v0.6.3: Dependency updates

Compare Source

What's Changed

Full Changelog: asecurityteam/runhttp@v0.6.2...v0.6.3

v0.6.2: Dependency updates, new CI

Compare Source

What's Changed

New Contributors

Full Changelog: asecurityteam/runhttp@v0.6.0...v0.6.2

v0.6.1: New release for renovate

Compare Source

The old 0.6.0 tag had renovate confused with the changes we made so adding a new 0.6.1 tag to force renovate to get the latest changes.

v0.6.0: Reverts component-shared use and moves runhttp back to invididual components

Compare Source

v0.5.0: Updating SDCLI and golang to 1.17, updating settings to address go-yaml VULN

Compare Source

asecurityteam/settings (github.com/asecurityteam/settings)

v2.0.1: Support for golang 1.22, upgrade dependencies

Compare Source

Upgrade all dependencies, including to go 1.22 in go.mod, hence major version.

v2.0.0

Compare Source

v1.0.0: support variable expansion

Compare Source

This is the v1.0.0 release, which includes support for variable expansion. One may place a string literal in one of the built-in sources like "${A}" and the library will expand the variable if it is found, and leave it as-is if not found. See README and unit tests for complete documentation.

aws/aws-lambda-go (github.com/aws/aws-lambda-go)

v1.47.0

Compare Source

What's Changed

Full Changelog: aws/aws-lambda-go@v1.46.0...v1.47.0

v1.46.0

Compare Source

What's Changed

Full Changelog: aws/aws-lambda-go@v1.45.0...v1.46.0

v1.45.0

Compare Source

What's Changed

Full Changelog: aws/aws-lambda-go@v1.44.0...v1.45.0

v1.44.0

Compare Source

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.43.0...v1.44.0

v1.43.0

Compare Source

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.42.0...v1.43.0

v1.42.0

Compare Source

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.41.0...v1.42.0

v1.41.0

Compare Source

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.40.0...v1.41.0

v1.40.0

Compare Source

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.39.1...v1.40.0

v1.39.1

Compare Source

What's Changed

Full Changelog: aws/aws-lambda-go@v1.39.0...v1.39.1

v1.39.0

Compare Source

What's Changed

Full Changelog: aws/aws-lambda-go@v1.38.0...v1.39.0

v1.38.0

Compare Source

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.37.0...v1.38.0

v1.37.0

Compare Source

What's Changed

Full Changelog: aws/aws-lambda-go@v1.36.1...v1.37.0

v1.36.1

Compare Source

What's Changed

Full Changelog: aws/aws-lambda-go@v1.36.0...v1.36.1

v1.36.0

Compare Source

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.35.0...v1.36.0

v1.35.0

Compare Source

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.34.1...v1.35.0

v1.34.1

Compare Source

What's Changed

Full Changelog: aws/aws-lambda-go@v1.34.0...v1.34.1

v1.34.0

Compare Source

What's Changed

Full Changelog: aws/aws-lambda-go@v1.33.0...v1.34.0

v1.33.0

Compare Source

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.32.1...v1.33.0

v1.32.1

Compare Source

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.32.0...v1.32.1

v1.32.0

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.31.0...v1.32.0

v1.31.0

Compare Source

What's Changed

Full Changelog: aws/aws-lambda-go@v1.30.0...v1.31.0

v1.30.0

Compare Source

What's Changed

Full Changelog: aws/aws-lambda-go@v1.29.0...v1.30.0

v1.29.0

Compare Source

Includes:

  • [feature] Add path field in API Gateway REST API request context struct (#​432)
  • [feature] Add APIGatewayV2 Lambda Authorizer support in events (#​399)
  • [feature] Add source-version to additional information in codebuild details (#​415)
  • [feature] Add BuildNumber to CodeBuildEventAdditionalInformation (#​417)
  • [fix] Add omitempty the the authentication field in APIGatewayV2HTTPRequestContext (#​426)
  • [fix] Omit CodePipelineEventDetailType when it's missing in the payload (#​427)
  • [fix] Omit empty fields in CodeBuildPhase (#​428)
  • [docs] Fix typo in README_KinesisDataAnalytics.md (#​423)
  • [housekeeping] Update dependencies, update go to 1.17 (#​435)
  • [housekeeping] version updates to actions configuration (#​434)
  • [housekeeping] Add CodeQL analysis tool (2e104a6)

v1.28.0

Compare Source

Includes:

  • [feature] Create BatchItemFailure structs for DynamoDB, Kinesis, SQS (#​410)
  • [docs] fix link typo in the events package README (#​418)

v1.27.1

Compare Source

Includes:

  • [fix] Log function error on failure (#​416)

v1.27.0

Compare Source

Includes:

  • [feature] Adding structures for iot custom authorizer request/response (#​67)
  • [feature] Implement CodePipelineEvent (#​247)
  • [feature] Add Amazon MQ for RabbitMQ event structure (#​387)
  • [feature] Add AppSync Lambda Authorizer Events (#​393)
  • [feature] Add Firehose event support for dynamic partitioning (#​395)
  • [feature] Add API Gateway V2 custom authorizer simple response type (#​386)
  • [docs] Add example for CloudWatch Events configured with static payloads (#​375)
  • [housekeeping] Incorrect kafka example event and marshaling (#​392)
  • [housekeeping] Enable and backfill stylecheck linter (#​396)
go-chi/chi (github.com/go-chi/chi)

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.0.14...v5.1.0

v5.0.14

Compare Source

v5.0.13

Compare Source

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.0.12...v5.0.13

v5.0.12

Compare Source

v5.0.11

Compare Source

v5.0.10

Compare Source

v5.0.9

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

  • chi v5, github.com/go-chi/chi/v5 introduces the adoption of Go's SIV to adhere to the current state-of-the-tools in Go.
  • chi v1.5.x did not work out as planned, as the Go tooling is too powerful and chi's adoption is too wide.
    The most responsible thing to do for everyone's benefit is to just release v5 with SIV, so I present to you all,
    chi v5 at github.com/go-chi/chi/v5. I hope someday the developer experience and ergonomics I've been seeking
    will still come to fruition in some form, https://github.com/golang/go/issues/445504550
  • History of changes: see go-chi/chi@v1.5.4...v5.0.0

v4.1.3

Compare Source

stretchr/testify (github.com/stretchr/testify)

v1.9.0

Compare Source

What's Changed

New Contributors


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner April 18, 2023 14:58
@codecov
Copy link

codecov bot commented Apr 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.65%. Comparing base (0d55f66) to head (b02a753).

Current head b02a753 differs from pull request most recent head a8799e0

Please upload reports for the commit a8799e0 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #53   +/-   ##
=======================================
  Coverage   92.65%   92.65%           
=======================================
  Files           9        9           
  Lines         245      245           
=======================================
  Hits          227      227           
  Misses         11       11           
  Partials        7        7           

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

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 66b37a8 to 22890b5 Compare April 21, 2023 15:19
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 90e86ff to e2b0b6a Compare May 8, 2023 17:29
@renovate renovate bot force-pushed the renovate/all branch from e2b0b6a to 68f09ed Compare May 19, 2023 00:56
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 42d973a to e09fb6b Compare May 30, 2023 11:38
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 06ca187 to 02d57d5 Compare October 23, 2023 12:27
@renovate renovate bot force-pushed the renovate/all branch from 7dfbe9b to b34cccb Compare June 6, 2024 14:00
Copy link
Contributor Author

renovate bot commented Jun 6, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 9 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.17 -> 1.23.1
github.com/asecurityteam/component-connstate v0.1.0 -> v0.2.3
github.com/asecurityteam/component-expvar v0.1.0 -> v0.2.2
github.com/asecurityteam/component-log v0.2.1 -> v0.4.0
github.com/asecurityteam/component-signals v0.1.0 -> v0.4.0
github.com/asecurityteam/component-stat v0.1.0 -> v0.5.2
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/rs/zerolog v1.15.0 -> v1.33.0
github.com/spf13/cast v1.3.1 -> v1.7.0
golang.org/x/net v0.23.0 -> v0.28.0

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from f0cade2 to 47a0c21 Compare June 21, 2024 14:18
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b2f545a to 4744b81 Compare September 27, 2024 19:43
Copy link
Contributor Author

renovate bot commented Sep 27, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

aureagdm
aureagdm previously approved these changes Sep 27, 2024
gcase555
gcase555 previously approved these changes Nov 13, 2024
@aureagdm aureagdm requested review from aureagdm and removed request for billcobbler, willyjfarrell and mtafesh89 November 13, 2024 17:07
aureagdm
aureagdm previously approved these changes Nov 13, 2024
@ensary ensary self-requested a review November 13, 2024 17:08
ensary
ensary previously approved these changes Nov 13, 2024
@aureagdm aureagdm dismissed stale reviews from ensary, gcase555, and themself via 2c809c5 November 13, 2024 17:38
@aureagdm aureagdm self-requested a review November 13, 2024 17:39
@aureagdm aureagdm merged commit 3fbc19f into master Nov 13, 2024
2 checks passed
@aureagdm aureagdm deleted the renovate/all branch November 13, 2024 17:42
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.

3 participants