microsoft/go-infra v0.0.7
microsoft/go-infra
Captured source
source ↗published Nov 4, 2025seen Jun 26captured 1whttp 200method plain
v0.0.7
Repository: microsoft/go-infra
Tag: v0.0.7
Published: 2025-11-04T18:00:40Z
Prerelease: no
Release notes:
What's Changed
- build(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/204
- build(deps): bump golang.org/x/tools from 0.28.0 to 0.29.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/205
- build(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/206
- build(deps): bump github.com/AzureAD/microsoft-authentication-library-for-go from 1.3.2 to 1.3.3 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/207
- Use Microsoft build of Go instead of Microsoft Go by @mertakman in https://github.com/microsoft/go-infra/pull/214
- build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/213
- build(deps): bump golang.org/x/mod from 0.22.0 to 0.23.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/211
- build(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/210
- build(deps): bump golang.org/x/tools from 0.29.0 to 0.30.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/215
- Don't install custom pwsh on Linux by @qmuntal in https://github.com/microsoft/go-infra/pull/216
- Implement json2junit by @qmuntal in https://github.com/microsoft/go-infra/pull/212
- build(deps): bump github.com/AzureAD/microsoft-authentication-library-for-go from 1.3.3 to 1.4.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/219
- build(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/221
- build(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/222
- build(deps): bump github.com/AzureAD/microsoft-authentication-library-for-go from 1.4.0 to 1.4.1 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/223
- build(deps): bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/224
- build(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/227
- build(deps): bump golang.org/x/text from 0.22.0 to 0.23.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/229
- build(deps): bump golang.org/x/tools from 0.30.0 to 0.31.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/228
- build(deps): bump golang.org/x/mod from 0.23.0 to 0.24.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/226
- Create internal/azurelinux, add local update cmd by @dagood in https://github.com/microsoft/go-infra/pull/218
- Add GitHub app based authentication methods by @gdams in https://github.com/microsoft/go-infra/pull/217
- Add go canary as a step to release go pipeline. by @mertakman in https://github.com/microsoft/go-infra/pull/230
- fix typo github-pat-reviewer -> github-reviewer-pat by @gdams in https://github.com/microsoft/go-infra/pull/231
- ghauth: migrate more tasks to use App-based auth by @gdams in https://github.com/microsoft/go-infra/pull/232
- Fixes for infra validation release by @dagood in https://github.com/microsoft/go-infra/pull/233
- migrate further commands to use GH app-based auth by @gdams in https://github.com/microsoft/go-infra/pull/234
- add GH app support to buildreport by @gdams in https://github.com/microsoft/go-infra/pull/235
- buildreport: fix github app-based auther by @gdams in https://github.com/microsoft/go-infra/pull/236
- github app: automatically regenerate the token if it's expired by @gdams in https://github.com/microsoft/go-infra/pull/237
- build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/239
- upgrade golangci-lint to V2 by @gdams in https://github.com/microsoft/go-infra/pull/241
- ghapp: migrate dockerupdatepr to use app-based auth by @gdams in https://github.com/microsoft/go-infra/pull/238
- build(deps): bump github.com/AzureAD/microsoft-authentication-library-for-go from 1.4.1 to 1.4.2 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/240
- build(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/246
- build(deps): bump golang.org/x/text from 0.23.0 to 0.24.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/243
- build(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/244
- ghapp: migrate azure linux updater to use app auth by @gdams in https://github.com/microsoft/go-infra/pull/242
- build(deps): bump golang.org/x/tools from 0.31.0 to 0.32.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/247
- Fix auth flags like
-github-reviewer-app-client-idreviewerby @dagood in https://github.com/microsoft/go-infra/pull/248 - ghapp: migrate reviewer auth to use app-based auth by @gdams in https://github.com/microsoft/go-infra/pull/251
- dockerupdatepr: migrate reviewer auth to use app-based auth by @gdams in https://github.com/microsoft/go-infra/pull/252
- Update set-bot-git-author.yml: clarify app user ID comment by @dagood in https://github.com/microsoft/go-infra/pull/253
- Update aka.ms API location by @dagood in https://github.com/microsoft/go-infra/pull/254
- Implement Application Insights package by @qmuntal in https://github.com/microsoft/go-infra/pull/255
- Implement telemetry API by @qmuntal in https://github.com/microsoft/go-infra/pull/261
- Add AllowGoDevel to telemetry config by @qmuntal in https://github.com/microsoft/go-infra/pull/262
- Add appinsights prefix to the default telemetry error logger by @qmuntal in https://github.com/microsoft/go-infra/pull/263
- Run canary after internal build finishes by @dagood in https://github.com/microsoft/go-infra/pull/264
- Add arbitrary telemetry client package, properties by @dagood in https://github.com/microsoft/go-infra/pull/265
- build(deps): bump golang.org/x/text from 0.24.0 to 0.26.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/270
- build(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 by @dependabot[bot] in https://github.com/microsoft/go-infra/pull/260
*...
Excerpt shown — open the source for the full document.