{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":89062715,"defaultBranch":"master","name":"build-server-status","ownerLogin":"alpinelinux","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-04-22T10:44:13.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7600810?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1492857950.0","currentOid":""},"activityList":{"items":[{"before":"1b2aa5b1ba4b66b2017c2609c14d044a458ff52e","after":"c2a96415e3c15d807950eae38c7c35f3a83fc6ad","ref":"refs/heads/master","pushedAt":"2024-05-06T16:17:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"algitbot","name":null,"path":"/algitbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20096058?s=80&v=4"},"commit":{"message":"merge: deps: update module github.com/stretchr/testify to v1.9.0\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | require | minor | `v1.8.0` -> `v1.9.0` |\n\n---\n\n### Release Notes\n\n
\nstretchr/testify (github.com/stretchr/testify)\n\n### [`v1.9.0`](https://github.com/stretchr/testify/releases/tag/v1.9.0)\n\n[Compare Source](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0)\n\n#### What's Changed\n\n- Fix Go modules version by [@​SuperQ](https://github.com/SuperQ) in https://github.com/stretchr/testify/pull/1394\n- Document that require is not safe to call in created goroutines by [@​programmer04](https://github.com/programmer04) in https://github.com/stretchr/testify/pull/1392\n- Remove myself from MAINTAINERS.md by [@​mvdkleijn](https://github.com/mvdkleijn) in https://github.com/stretchr/testify/pull/1367\n- Correct spelling/grammar by [@​echarrod](https://github.com/echarrod) in https://github.com/stretchr/testify/pull/1389\n- docs: Update URLs in README by [@​davidjb](https://github.com/davidjb) in https://github.com/stretchr/testify/pull/1349\n- Update mockery link to Github Pages in README by [@​LandonTClipp](https://github.com/LandonTClipp) in https://github.com/stretchr/testify/pull/1346\n- docs: Fix typos in tests and comments by [@​alexandear](https://github.com/alexandear) in https://github.com/stretchr/testify/pull/1410\n- CI: tests from go1.17 by [@​SuperQ](https://github.com/SuperQ) in https://github.com/stretchr/testify/pull/1409\n- Fix adding ? when no values passed by [@​lesichkovm](https://github.com/lesichkovm) in https://github.com/stretchr/testify/pull/1320\n- codegen: use standard header for generated files by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1406\n- mock: AssertExpectations log reason only on failure by [@​hikyaru-suzuki](https://github.com/hikyaru-suzuki) in https://github.com/stretchr/testify/pull/1360\n- assert: fix flaky TestNeverTrue by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1417\n- README: fix typos \"set up\" vs \"setup\" by [@​ossan-dev](https://github.com/ossan-dev) in https://github.com/stretchr/testify/pull/1428\n- mock: move regexp compilation outside of `Called` by [@​aud10slave](https://github.com/aud10slave) in https://github.com/stretchr/testify/pull/631\n- assert: refactor internal func getLen() by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1445\n- mock: deprecate type AnythingOfTypeArgument ([#​1434](https://github.com/stretchr/testify/issues/1434)) by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1441\n- Remove no longer needed assert.canConvert by [@​alexandear](https://github.com/alexandear) in https://github.com/stretchr/testify/pull/1470\n- assert: ObjectsAreEqual: use time.Equal for time.Time types by [@​tscales](https://github.com/tscales) in https://github.com/stretchr/testify/pull/1464\n- Bump actions/checkout from 3 to 4 by [@​dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1466\n- Bump actions/setup-go from 3.2.0 to 4.1.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1451\n- fix: make EventuallyWithT concurrency safe by [@​czeslavo](https://github.com/czeslavo) in https://github.com/stretchr/testify/pull/1395\n- assert: fix httpCode and HTTPBody occur panic when http.Handler read Body by [@​hidu](https://github.com/hidu) in https://github.com/stretchr/testify/pull/1484\n- assert.EqualExportedValues: fix handling of arrays by [@​zrbecker](https://github.com/zrbecker) in https://github.com/stretchr/testify/pull/1473\n- .github: use latest Go versions by [@​kevinburkesegment](https://github.com/kevinburkesegment) in https://github.com/stretchr/testify/pull/1489\n- assert: Deprecate EqualExportedValues by [@​HaraldNordgren](https://github.com/HaraldNordgren) in https://github.com/stretchr/testify/pull/1488\n- suite: refactor test assertions by [@​alexandear](https://github.com/alexandear) in https://github.com/stretchr/testify/pull/1474\n- suite: fix SetupSubTest and TearDownSubTest execution order by [@​linusbarth](https://github.com/linusbarth) in https://github.com/stretchr/testify/pull/1471\n- docs: Fix deprecation comments for http package by [@​alexandear](https://github.com/alexandear) in https://github.com/stretchr/testify/pull/1335\n- Add map support doc comments to Subset and NotSubset by [@​jedevc](https://github.com/jedevc) in https://github.com/stretchr/testify/pull/1306\n- TestErrorIs/TestNotErrorIs: check error message contents by [@​craig65535](https://github.com/craig65535) in https://github.com/stretchr/testify/pull/1435\n- suite: fix subtest names (fix [#​1501](https://github.com/stretchr/testify/issues/1501)) by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1504\n- assert: improve unsafe.Pointer tests by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1505\n- assert: simplify isNil implementation by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1506\n- assert.InEpsilonSlice: fix expected/actual order and other improvements by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1483\n- Fix dependency cycle with objx [#​1292](https://github.com/stretchr/testify/issues/1292) by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1453\n- mock: refactor TestIsArgsEqual by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1444\n- mock: optimize argument matching checks by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1416\n- assert: fix TestEventuallyTimeout by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1412\n- CI: add go 1.21 in GitHub Actions by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1450\n- suite: fix recoverAndFailOnPanic to report test failure at the right location by [@​dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1502\n- Update maintainers by [@​brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1533\n- assert: Fix EqualValues to handle overflow/underflow by [@​arjunmahishi](https://github.com/arjunmahishi) in https://github.com/stretchr/testify/pull/1531\n- assert: better formatting for Len() error by [@​kevinburkesegment](https://github.com/kevinburkesegment) in https://github.com/stretchr/testify/pull/1485\n- Ensure AssertExpectations does not fail in skipped tests by [@​ianrose14](https://github.com/ianrose14) in https://github.com/stretchr/testify/pull/1331\n- suite: fix deadlock in suite.Require()/Assert() by [@​arjunmahishi](https://github.com/arjunmahishi) in https://github.com/stretchr/testify/pull/1535\n- Revert \"assert: ObjectsAreEqual: use time.Equal for time.Time type\" by [@​brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1537\n- \\[chore] Add issue templates by [@​arjunmahishi](https://github.com/arjunmahishi) in https://github.com/stretchr/testify/pull/1538\n- Update the build status badge by [@​brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1540\n- Update Github workflows setup-go to V5 by [@​hendrywiranto](https://github.com/hendrywiranto) in https://github.com/stretchr/testify/pull/1545\n- Support Pointer to Struct in EqualExportedValues by [@​Lucaber](https://github.com/Lucaber) in https://github.com/stretchr/testify/pull/1517\n- README: drop link to gorc by [@​guettli](https://github.com/guettli) in https://github.com/stretchr/testify/pull/1248\n- http_assertions: honour the msgAndArgs provided with each assertion by [@​arjunmahishi](https://github.com/arjunmahishi) in https://github.com/stretchr/testify/pull/1548\n- fix typos in comments and tests by [@​ccoVeille](https://github.com/ccoVeille) in https://github.com/stretchr/testify/pull/1247\n- Include the auto-release notes in releases by [@​brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1550\n- Add `NotImplements` and variants by [@​hslatman](https://github.com/hslatman) in https://github.com/stretchr/testify/pull/1385\n- Add support to compare uintptr by [@​bogdandrutu](https://github.com/bogdandrutu) in https://github.com/stretchr/testify/pull/1339\n- build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2 by [@​dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1552\n\n#### New Contributors\n\n- [@​SuperQ](https://github.com/SuperQ) made their first contribution in https://github.com/stretchr/testify/pull/1394\n- [@​programmer04](https://github.com/programmer04) made their first contribution in https://github.com/stretchr/testify/pull/1392\n- [@​echarrod](https://github.com/echarrod) made their first contribution in https://github.com/stretchr/testify/pull/1389\n- [@​davidjb](https://github.com/davidjb) made their first contribution in https://github.com/stretchr/testify/pull/1349\n- [@​LandonTClipp](https://github.com/LandonTClipp) made their first contribution in https://github.com/stretchr/testify/pull/1346\n- [@​alexandear](https://github.com/alexandear) made their first contribution in https://github.com/stretchr/testify/pull/1410\n- [@​lesichkovm](https://github.com/lesichkovm) made their first contribution in https://github.com/stretchr/testify/pull/1320\n- [@​dolmen](https://github.com/dolmen) made their first contribution in https://github.com/stretchr/testify/pull/1406\n- [@​hikyaru-suzuki](https://github.com/hikyaru-suzuki) made their first contribution in https://github.com/stretchr/testify/pull/1360\n- [@​ossan-dev](https://github.com/ossan-dev) made their first contribution in https://github.com/stretchr/testify/pull/1428\n- [@​aud10slave](https://github.com/aud10slave) made their first contribution in https://github.com/stretchr/testify/pull/631\n- [@​tscales](https://github.com/tscales) made their first contribution in https://github.com/stretchr/testify/pull/1464\n- [@​czeslavo](https://github.com/czeslavo) made their first contribution in https://github.com/stretchr/testify/pull/1395\n- [@​hidu](https://github.com/hidu) made their first contribution in https://github.com/stretchr/testify/pull/1484\n- [@​zrbecker](https://github.com/zrbecker) made their first contribution in https://github.com/stretchr/testify/pull/1473\n- [@​kevinburkesegment](https://github.com/kevinburkesegment) made their first contribution in https://github.com/stretchr/testify/pull/1489\n- [@​linusbarth](https://github.com/linusbarth) made their first contribution in https://github.com/stretchr/testify/pull/1471\n- [@​jedevc](https://github.com/jedevc) made their first contribution in https://github.com/stretchr/testify/pull/1306\n- [@​craig65535](https://github.com/craig65535) made their first contribution in https://github.com/stretchr/testify/pull/1435\n- [@​arjunmahishi](https://github.com/arjunmahishi) made their first contribution in https://github.com/stretchr/testify/pull/1531\n- [@​ianrose14](https://github.com/ianrose14) made their first contribution in https://github.com/stretchr/testify/pull/1331\n- [@​hendrywiranto](https://github.com/hendrywiranto) made their first contribution in https://github.com/stretchr/testify/pull/1545\n- [@​Lucaber](https://github.com/Lucaber) made their first contribution in https://github.com/stretchr/testify/pull/1517\n- [@​guettli](https://github.com/guettli) made their first contribution in https://github.com/stretchr/testify/pull/1248\n- [@​ccoVeille](https://github.com/ccoVeille) made their first contribution in https://github.com/stretchr/testify/pull/1247\n- [@​hslatman](https://github.com/hslatman) made their first contribution in https://github.com/stretchr/testify/pull/1385\n- [@​bogdandrutu](https://github.com/bogdandrutu) made their first contribution in https://github.com/stretchr/testify/pull/1339\n\n**Full Changelog**: https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0\n\n### [`v1.8.4`](https://github.com/stretchr/testify/releases/tag/v1.8.4)\n\n[Compare Source](https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4)\n\n#### What's Changed\n\n- Create GitHub release when new release tag is pushed by [@​aldas](https://github.com/aldas) in https://github.com/stretchr/testify/pull/1354\n\n#### New Contributors\n\n- [@​aldas](https://github.com/aldas) made their first contribution in https://github.com/stretchr/testify/pull/1354\n\n**Full Changelog**: https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4\n\n### [`v1.8.3`](https://github.com/stretchr/testify/releases/tag/v1.8.3)\n\n[Compare Source](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3)\n\n#### What's Changed\n\n- Compare public elements of struct by [@​mchlp](https://github.com/mchlp) in https://github.com/stretchr/testify/pull/1309\n- assert: fix error message formatting for NotContains by [@​wwade](https://github.com/wwade) in https://github.com/stretchr/testify/pull/1362\n- allow testing for functional options by [@​nbaztec](https://github.com/nbaztec) in https://github.com/stretchr/testify/pull/1023\n- add EventuallyWithT assertion by [@​tobikris](https://github.com/tobikris) in https://github.com/stretchr/testify/pull/1264\n- EqualExportedValues: Handle nested pointer, slice and map fields by [@​HaraldNordgren](https://github.com/HaraldNordgren) in https://github.com/stretchr/testify/pull/1379\n\n#### New Contributors\n\n- [@​mchlp](https://github.com/mchlp) made their first contribution in https://github.com/stretchr/testify/pull/1309\n- [@​wwade](https://github.com/wwade) made their first contribution in https://github.com/stretchr/testify/pull/1362\n- [@​nbaztec](https://github.com/nbaztec) made their first contribution in https://github.com/stretchr/testify/pull/1023\n- [@​tobikris](https://github.com/tobikris) made their first contribution in https://github.com/stretchr/testify/pull/1264\n\n**Full Changelog**: https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3\n\n### [`v1.8.2`](https://github.com/stretchr/testify/releases/tag/v1.8.2)\n\n[Compare Source](https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2)\n\n#### What's Changed\n\n- Add opportunity to trigger setup/teardown for subtest by [@​qerdcv](https://github.com/qerdcv) in https://github.com/stretchr/testify/pull/1246\n- fix: fix bug for check unsafe.Pointer isNil by [@​sunpe](https://github.com/sunpe) in https://github.com/stretchr/testify/pull/1319\n- Fix Call.Unset() panic (issue [#​1236](https://github.com/stretchr/testify/issues/1236)) by [@​lisitsky](https://github.com/lisitsky) in https://github.com/stretchr/testify/pull/1250\n- Fix `CallerInfo()` source file paths by [@​bozaro](https://github.com/bozaro) in https://github.com/stretchr/testify/pull/1288\n- assert: Fix Subset/NotSubset when map is missing keys from the subset by [@​danielwhite](https://github.com/danielwhite) in https://github.com/stretchr/testify/pull/1261\n\n#### New Contributors\n\n- [@​qerdcv](https://github.com/qerdcv) made their first contribution in https://github.com/stretchr/testify/pull/1246\n- [@​sunpe](https://github.com/sunpe) made their first contribution in https://github.com/stretchr/testify/pull/1319\n- [@​lisitsky](https://github.com/lisitsky) made their first contribution in https://github.com/stretchr/testify/pull/1250\n- [@​bozaro](https://github.com/bozaro) made their first contribution in https://github.com/stretchr/testify/pull/1288\n- [@​danielwhite](https://github.com/danielwhite) made their first contribution in https://github.com/stretchr/testify/pull/1261\n\n**Full Changelog**: https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2\n\n### [`v1.8.1`](https://github.com/stretchr/testify/releases/tag/v1.8.1)\n\n[Compare Source](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1)\n\n#### What's Changed\n\n- Bump github.com/stretchr/objx from 0.4.0 to 0.5.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1283\n\n**Full Changelog**: https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1\n\n
\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\n \n\n\nSee merge request alpine/infra/build-server-status!12","shortMessageHtmlLink":"merge: deps: update module github.com/stretchr/testify to v1.9.0"}},{"before":"4db8c61b484ce1191d24d8f31f929c0a89c3d282","after":"1b2aa5b1ba4b66b2017c2609c14d044a458ff52e","ref":"refs/heads/master","pushedAt":"2024-05-06T15:59:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"algitbot","name":null,"path":"/algitbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20096058?s=80&v=4"},"commit":{"message":"merge: deps: update module github.com/rs/zerolog to v1.32.0\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [github.com/rs/zerolog](https://github.com/rs/zerolog) | require | minor | `v1.27.0` -> `v1.32.0` |\n\n---\n\n### Release Notes\n\n
\nrs/zerolog (github.com/rs/zerolog)\n\n### [`v1.32.0`](https://github.com/rs/zerolog/compare/v1.31.0...v1.32.0)\n\n[Compare Source](https://github.com/rs/zerolog/compare/v1.31.0...v1.32.0)\n\n### [`v1.31.0`](https://github.com/rs/zerolog/compare/v1.30.0...v1.31.0)\n\n[Compare Source](https://github.com/rs/zerolog/compare/v1.30.0...v1.31.0)\n\n### [`v1.30.0`](https://github.com/rs/zerolog/compare/v1.29.1...v1.30.0)\n\n[Compare Source](https://github.com/rs/zerolog/compare/v1.29.1...v1.30.0)\n\n### [`v1.29.1`](https://github.com/rs/zerolog/compare/v1.29.0...v1.29.1)\n\n[Compare Source](https://github.com/rs/zerolog/compare/v1.29.0...v1.29.1)\n\n### [`v1.29.0`](https://github.com/rs/zerolog/compare/v1.28.0...v1.29.0)\n\n[Compare Source](https://github.com/rs/zerolog/compare/v1.28.0...v1.29.0)\n\n### [`v1.28.0`](https://github.com/rs/zerolog/compare/v1.27.0...v1.28.0)\n\n[Compare Source](https://github.com/rs/zerolog/compare/v1.27.0...v1.28.0)\n\n
\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\n \n\n\nSee merge request alpine/infra/build-server-status!11","shortMessageHtmlLink":"merge: deps: update module github.com/rs/zerolog to v1.32.0"}},{"before":"bb1975e2265ad7d7d6b4b16a70a77196e1b49cb7","after":"4db8c61b484ce1191d24d8f31f929c0a89c3d282","ref":"refs/heads/master","pushedAt":"2024-05-05T14:03:47.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"algitbot","name":null,"path":"/algitbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20096058?s=80&v=4"},"commit":{"message":"merge: deps: update module github.com/eclipse/paho.mqtt.golang to v1.4.3\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) | require | patch | `v1.4.1` -> `v1.4.3` |\n\n---\n\n### Release Notes\n\n
\neclipse/paho.mqtt.golang (github.com/eclipse/paho.mqtt.golang)\n\n### [`v1.4.3`](https://github.com/eclipse/paho.mqtt.golang/releases/tag/v1.4.3)\n\n[Compare Source](https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.2...v1.4.3)\n\nRelease 1.4.3 is a relatively small release to bring in changes made in the eight months since 1.4.2.\n\nThanks to everyone who submitted issues and contributed code (list of the main merged pull requests below):\n\n#### What's Changed\n\n- Avoid Panic when keepalive is 1 by [@​tomatod](https://github.com/tomatod) in [#​622](https://github.com/eclipse/paho.mqtt.golang/issues/622)\n- Allow MQTT username/password in websocket URI [@​MattBrittan](https://github.com/MattBrittan) in [#​624](https://github.com/eclipse/paho.mqtt.golang/issues/624)\n- Add backoff when reconnecting following immediate connection loss [@​tomatod](https://github.com/tomatod) in [#​625](https://github.com/eclipse/paho.mqtt.golang/issues/625)\n- Update dependencies (github.com/gorilla/websocket@v1.5.0, golang.org/x/net, golang.org/x/sync) and specify `go 1.18` in `go.mod`.\n\n**Full Changelog**: https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.2...v1.4.3\n\n### [`v1.4.2`](https://github.com/eclipse/paho.mqtt.golang/releases/tag/v1.4.2)\n\n[Compare Source](https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.1...v1.4.2)\n\nRelease 1.4.2 is relatively small and is mostly focused on tidying up the way the library manages the connection status. Previously `sync/\natomic` was used to read/update the status but this led to a range of potential deadlocks, and workarounds to avoid these, which made the code difficult to follow. The new [connectionStatus](https://github.com/eclipse/paho.mqtt.golang/blob/master/status.go#L113) separates status handling from `client` and should simplify further development whilst resolving potential race conditions. It is my hope that users will not notice any change ([@​master](https://github.com/master) was updated on 10th August and the updated code has been running in production at a few sites since then without issue).\n\nA further change is that it is now possible to disable auto acknowledgment so that received messages can be manually acknowledged (or, more to the point, not acknowledged!).\n\nThanks to everyone who submitted issues and contributed code (list of the main merged pull requests below):\n\n#### What's Changed\n\n- Tidy up use of mutex in `messageIds` by [@​MattBrittan](https://github.com/MattBrittan) in [#​602](https://github.com/eclipse/paho.mqtt.golang/issues/602)\n- Resolve situation where broker accepted connection but did not respond to CONNECT packet in a timely manner (should be very unusual but was reported in [#​597](https://github.com/eclipse/paho.mqtt.golang/issues/597)). [@​MattBrittan](https://github.com/MattBrittan) in [#​603](https://github.com/eclipse/paho.mqtt.golang/issues/603)\n- Resolve race condition in test by [@​MattBrittan](https://github.com/MattBrittan) in [#​606](https://github.com/eclipse/paho.mqtt.golang/issues/606)\n- Re-architect status handling by [@​MattBrittan](https://github.com/MattBrittan) in [#​607](https://github.com/eclipse/paho.mqtt.golang/issues/607)\n- Enable manual ACK by [@​shivamkm07](https://github.com/shivamkm07) in [#​578](https://github.com/eclipse/paho.mqtt.golang/issues/578)\n\n#### New Contributors\n\n- [@​shivamkm07](https://github.com/shivamkm07) made their first contribution in [#​578](https://github.com/eclipse/paho.mqtt.golang/issues/578)\n\n**Full Changelog**: https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.1...v1.4.2\n\n
\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\n \n\n\nSee merge request alpine/infra/build-server-status!8","shortMessageHtmlLink":"merge: deps: update module github.com/eclipse/paho.mqtt.golang to v1.4.3"}},{"before":"b166a3c0baa37c93f1e96ba6592060c4657ba909","after":"bb1975e2265ad7d7d6b4b16a70a77196e1b49cb7","ref":"refs/heads/master","pushedAt":"2024-05-05T13:07:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"algitbot","name":null,"path":"/algitbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20096058?s=80&v=4"},"commit":{"message":"merge: deps: update module github.com/gorilla/websocket to v1.5.1\n\nThis MR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | require | patch | `v1.5.0` -> `v1.5.1` |\n\n---\n\n### Release Notes\n\n
\ngorilla/websocket (github.com/gorilla/websocket)\n\n### [`v1.5.1`](https://github.com/gorilla/websocket/releases/tag/v1.5.1)\n\n[Compare Source](https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.1)\n\n#### What's Changed\n\n- Add check for Sec-WebSocket-Key header by [@​hirasawayuki](https://github.com/hirasawayuki) in https://github.com/gorilla/websocket/pull/752\n- Changed the method name UnderlyingConn to NetConn by [@​JWSong](https://github.com/JWSong) in https://github.com/gorilla/websocket/pull/773\n- remove all versions < 1.16 and add 1.18 by [@​ChannyClaus](https://github.com/ChannyClaus) in https://github.com/gorilla/websocket/pull/793\n- Check for and report bad protocol in TLSClientConfig.NextProtos by [@​ChannyClaus](https://github.com/ChannyClaus) in https://github.com/gorilla/websocket/pull/788\n- check err before GotConn for trace by [@​junnplus](https://github.com/junnplus) in https://github.com/gorilla/websocket/pull/798\n- Update README.md by [@​coreydaley](https://github.com/coreydaley) in https://github.com/gorilla/websocket/pull/839\n- Correct way to save memory using write buffer pool and freeing net.http default buffers by [@​FMLS](https://github.com/FMLS) in https://github.com/gorilla/websocket/pull/761\n- Update go version & add verification/testing tools by [@​coreydaley](https://github.com/coreydaley) in https://github.com/gorilla/websocket/pull/840\n- update golang.org/x/net by [@​coreydaley](https://github.com/coreydaley) in https://github.com/gorilla/websocket/pull/856\n- update GitHub workflows by [@​coreydaley](https://github.com/coreydaley) in https://github.com/gorilla/websocket/pull/857\n\n#### New Contributors\n\n- [@​hirasawayuki](https://github.com/hirasawayuki) made their first contribution in https://github.com/gorilla/websocket/pull/752\n- [@​JWSong](https://github.com/JWSong) made their first contribution in https://github.com/gorilla/websocket/pull/773\n- [@​ChannyClaus](https://github.com/ChannyClaus) made their first contribution in https://github.com/gorilla/websocket/pull/793\n- [@​junnplus](https://github.com/junnplus) made their first contribution in https://github.com/gorilla/websocket/pull/798\n- [@​coreydaley](https://github.com/coreydaley) made their first contribution in https://github.com/gorilla/websocket/pull/839\n- [@​FMLS](https://github.com/FMLS) made their first contribution in https://github.com/gorilla/websocket/pull/761\n\n**Full Changelog**: https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.1\n\n
\n\n---\n\n - [ ] If you want to rebase/retry this MR, check this box\n\n---\n\n \n\n\nSee merge request alpine/infra/build-server-status!9","shortMessageHtmlLink":"merge: deps: update module github.com/gorilla/websocket to v1.5.1"}},{"before":"9df0dbf361d404e7a2c06501aa94dc3d5eeacac4","after":"b166a3c0baa37c93f1e96ba6592060c4657ba909","ref":"refs/heads/master","pushedAt":"2024-05-05T12:58:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"algitbot","name":null,"path":"/algitbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20096058?s=80&v=4"},"commit":{"message":"merge: ci: add job to verify building of the backend\n\n\nSee merge request alpine/infra/build-server-status!10","shortMessageHtmlLink":"merge: ci: add job to verify building of the backend"}},{"before":"59df5fb0becbcd8fb7b81bd4d52cde70b1b44f0c","after":"9df0dbf361d404e7a2c06501aa94dc3d5eeacac4","ref":"refs/heads/master","pushedAt":"2024-04-25T20:43:29.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"algitbot","name":null,"path":"/algitbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20096058?s=80&v=4"},"commit":{"message":"merge: Configure Renovate\n\nWelcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.\n\n🚦 To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.\n\n\n\n---\n### Detected Package Files\n\n * `docker-compose.yml` (docker-compose)\n * `backend/Dockerfile` (dockerfile)\n * `backend/go.mod` (gomod)\n\n### Configuration Summary\n\nBased on the default config's presets, Renovate will:\n\n - Start dependency updates only once this onboarding MR is merged\n - Update `_VERSION` variables in Dockerfiles.\n\n🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to `renovate.json` in this branch. Renovate will update the Merge Request description the next time it runs.\n\n---\n\n### What to Expect\n\nWith your current configuration, Renovate will create 4 Merge Requests:\n\n
\ndeps: update module github.com/eclipse/paho.mqtt.golang to v1.4.3\n\n - Schedule: [\"at any time\"]\n - Branch name: `renovate/github.com-eclipse-paho.mqtt.golang-1.x`\n - Merge into: `master`\n - Upgrade [github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) to `v1.4.3`\n\n\n
\n\n
\ndeps: update module github.com/gorilla/websocket to v1.5.1\n\n - Schedule: [\"at any time\"]\n - Branch name: `renovate/github.com-gorilla-websocket-1.x`\n - Merge into: `master`\n - Upgrade [github.com/gorilla/websocket](https://github.com/gorilla/websocket) to `v1.5.1`\n\n\n
\n\n
\ndeps: update module github.com/rs/zerolog to v1.32.0\n\n - Schedule: [\"at any time\"]\n - Branch name: `renovate/github.com-rs-zerolog-1.x`\n - Merge into: `master`\n - Upgrade [github.com/rs/zerolog](https://github.com/rs/zerolog) to `v1.32.0`\n\n\n
\n\n
\ndeps: update module github.com/stretchr/testify to v1.9.0\n\n - Schedule: [\"at any time\"]\n - Branch name: `renovate/github.com-stretchr-testify-1.x`\n - Merge into: `master`\n - Upgrade [github.com/stretchr/testify](https://github.com/stretchr/testify) to `v1.9.0`\n\n\n
\n\n
\n\n🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for `prhourlylimit` for details.\n\n\n---\n\n❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.\nIf you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).\n\n\n---\n\n \n\n\n\nSee merge request alpine/infra/build-server-status!7","shortMessageHtmlLink":"merge: Configure Renovate"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQrgpqAA","startCursor":null,"endCursor":null}},"title":"Activity · alpinelinux/build-server-status"}