Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
66b37a8 to
22890b5
Compare
90e86ff to
e2b0b6a
Compare
e2b0b6a to
68f09ed
Compare
42d973a to
e09fb6b
Compare
e09fb6b to
596256b
Compare
06ca187 to
02d57d5
Compare
02d57d5 to
42d17be
Compare
42d17be to
b30f982
Compare
b30f982 to
bd40b3b
Compare
bd40b3b to
9acd6fc
Compare
9acd6fc to
8da0c32
Compare
8da0c32 to
39b4e5b
Compare
39b4e5b to
b02a753
Compare
b02a753 to
ee67977
Compare
ee67977 to
7dfbe9b
Compare
7dfbe9b to
b34cccb
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
f0cade2 to
47a0c21
Compare
47a0c21 to
a8799e0
Compare
a8799e0 to
f578747
Compare
f578747 to
c32fb58
Compare
c32fb58 to
a211a97
Compare
b2f545a to
4744b81
Compare
4744b81 to
0a64385
Compare
Edited/Blocked NotificationRenovate 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. |
2c809c5
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:
v1.6.1->v2.0.1v0.4.2->v0.6.5v0.7.0->v2.0.1v1.26.0->v1.47.0v4.1.2+incompatible->v5.1.0v1.7.0->v1.9.0Release Notes
asecurityteam/logevent (github.com/asecurityteam/logevent)
v2.0.1: Support for golang 1.22, upgrade dependenciesCompare Source
Upgrade all dependencies, including to go 1.22 in go.mod, hence major version.
v2.0.0Compare Source
asecurityteam/runhttp (github.com/asecurityteam/runhttp)
v0.6.5: Update Dependencies, remove code covCompare 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 dependenciesCompare Source
Upgrade all dependencies
v0.6.3: Dependency updatesCompare Source
What's Changed
Full Changelog: asecurityteam/runhttp@v0.6.2...v0.6.3
v0.6.2: Dependency updates, new CICompare Source
What's Changed
New Contributors
Full Changelog: asecurityteam/runhttp@v0.6.0...v0.6.2
v0.6.1: New release for renovateCompare 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 componentsCompare Source
v0.5.0: Updating SDCLI and golang to 1.17, updating settings to address go-yaml VULNCompare Source
asecurityteam/settings (github.com/asecurityteam/settings)
v2.0.1: Support for golang 1.22, upgrade dependenciesCompare Source
Upgrade all dependencies, including to go 1.22 in go.mod, hence major version.
v2.0.0Compare Source
v1.0.0: support variable expansionCompare 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.0Compare Source
What's Changed
Full Changelog: aws/aws-lambda-go@v1.46.0...v1.47.0
v1.46.0Compare Source
What's Changed
Full Changelog: aws/aws-lambda-go@v1.45.0...v1.46.0
v1.45.0Compare Source
What's Changed
Full Changelog: aws/aws-lambda-go@v1.44.0...v1.45.0
v1.44.0Compare Source
What's Changed
assert.PanicsWithValueby @wafuwafu13 in https://github.com/aws/aws-lambda-go/pull/541New Contributors
Full Changelog: aws/aws-lambda-go@v1.43.0...v1.44.0
v1.43.0Compare Source
What's Changed
New Contributors
Full Changelog: aws/aws-lambda-go@v1.42.0...v1.43.0
v1.42.0Compare Source
What's Changed
New Contributors
Full Changelog: aws/aws-lambda-go@v1.41.0...v1.42.0
v1.41.0Compare Source
What's Changed
trace_test.goby @wafuwafu13 in https://github.com/aws/aws-lambda-go/pull/497New Contributors
Full Changelog: aws/aws-lambda-go@v1.40.0...v1.41.0
v1.40.0Compare Source
What's Changed
New Contributors
Full Changelog: aws/aws-lambda-go@v1.39.1...v1.40.0
v1.39.1Compare Source
What's Changed
Full Changelog: aws/aws-lambda-go@v1.39.0...v1.39.1
v1.39.0Compare Source
What's Changed
Full Changelog: aws/aws-lambda-go@v1.38.0...v1.39.0
v1.38.0Compare Source
What's Changed
New Contributors
Full Changelog: aws/aws-lambda-go@v1.37.0...v1.38.0
v1.37.0Compare Source
What's Changed
bootstrapby @bmoffatt in https://github.com/aws/aws-lambda-go/pull/476Full Changelog: aws/aws-lambda-go@v1.36.1...v1.37.0
v1.36.1Compare Source
What's Changed
Full Changelog: aws/aws-lambda-go@v1.36.0...v1.36.1
v1.36.0Compare Source
What's Changed
New Contributors
Full Changelog: aws/aws-lambda-go@v1.35.0...v1.36.0
v1.35.0Compare Source
What's Changed
go installto installbuild-lambda-zip. by @shogo82148 in https://github.com/aws/aws-lambda-go/pull/464New Contributors
Full Changelog: aws/aws-lambda-go@v1.34.1...v1.35.0
v1.34.1Compare Source
What's Changed
Full Changelog: aws/aws-lambda-go@v1.34.0...v1.34.1
v1.34.0Compare Source
What's Changed
Full Changelog: aws/aws-lambda-go@v1.33.0...v1.34.0
v1.33.0Compare Source
What's Changed
New Contributors
Full Changelog: aws/aws-lambda-go@v1.32.1...v1.33.0
v1.32.1Compare Source
What's Changed
New Contributors
Full Changelog: aws/aws-lambda-go@v1.32.0...v1.32.1
v1.32.0What's Changed
New Contributors
Full Changelog: aws/aws-lambda-go@v1.31.0...v1.32.0
v1.31.0Compare Source
What's Changed
Full Changelog: aws/aws-lambda-go@v1.30.0...v1.31.0
v1.30.0Compare Source
What's Changed
Full Changelog: aws/aws-lambda-go@v1.29.0...v1.30.0
v1.29.0Compare Source
Includes:
2e104a6)v1.28.0Compare Source
Includes:
v1.27.1Compare Source
Includes:
v1.27.0Compare Source
Includes:
go-chi/chi (github.com/go-chi/chi)
v5.1.0Compare Source
What's Changed
Discard()method to themiddleware.WrapResponseWriterinterface. This is technically an API breaking change. However after some discussion at https://github.com/go-chi/chi/pull/926#discussion_r1658333481, we decided to move forward, and release as minor version, as we don't expect anyone to rely on this interface / implement it externally.New Contributors
Full Changelog: go-chi/chi@v5.0.14...v5.1.0
v5.0.14Compare Source
v5.0.13Compare Source
What's Changed
New Contributors
Full Changelog: go-chi/chi@v5.0.12...v5.0.13
v5.0.12Compare Source
v5.0.11Compare Source
v5.0.10Compare Source
v5.0.9Compare Source
v5.0.8Compare Source
v5.0.7Compare Source
v5.0.6Compare Source
v5.0.5Compare Source
v5.0.4Compare Source
v5.0.3Compare Source
v5.0.2Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
github.com/go-chi/chi/v5introduces the adoption of Go's SIV to adhere to the current state-of-the-tools in Go.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 seekingwill still come to fruition in some form, https://github.com/golang/go/issues/445504550
v4.1.3Compare Source
stretchr/testify (github.com/stretchr/testify)
v1.9.0Compare Source
What's Changed
Calledby @aud10slave in https://github.com/stretchr/testify/pull/631NotImplementsand variants by @hslatman in https://github.com/stretchr/testify/pull/1385New 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.
This PR was generated by Mend Renovate. View the repository job log.