Commit e75f556
authored
chore(deps): update all go.opentelemetry.io/build-tools packages to v0.29.0 (#13881)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
|
[go.opentelemetry.io/build-tools/checkapi](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools)
| `v0.26.2` -> `v0.29.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/build-tools/checkfile](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools)
| `v0.26.2` -> `v0.29.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/build-tools/chloggen](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools)
| `v0.26.2` -> `v0.29.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/build-tools/crosslink](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools)
| `v0.26.2` -> `v0.29.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/build-tools/githubgen](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools)
| `v0.26.2` -> `v0.29.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/build-tools/multimod](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools)
| `v0.26.2` -> `v0.29.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>open-telemetry/opentelemetry-go-build-tools
(go.opentelemetry.io/build-tools/checkapi)</summary>
###
[`v0.29.0`](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/blob/HEAD/CHANGELOG.md#v0290)
[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/compare/v0.28.1...v0.29.0)
##### 💡 Enhancements 💡
- `checkapi`: Validate the functions exported by a component
([#​1358](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1358))
Set explicitly what functions a component can export.
Set name to "\*" to allow any function to be exported under a class of
component.
Set name to "" or missing to not allow any functions to be exported
under a class of component.
- `issuegenerator`: Add PR number to issue comments
([#​1180](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1180))
##### 🧰 Bug fixes 🧰
- `checkapi`: Do not report errors about a missing factory function if
the component is not expected to have a factory function
([#​1283](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1283))
- `checkapi`: Fix collision of struct names inside a module
([#​1357](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1357))
- `checkapi`: do not read the API of go modules that are not associated
with a metadata.yaml file.
([#​1356](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1356))
- `checkapi`: do not try to read the API of a nested module folder
([#​1355](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1355))
###
[`v0.28.1`](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/blob/HEAD/CHANGELOG.md#v0281)
[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/compare/v0.28.0...v0.28.1)
##### 💡 Enhancements 💡
- `checkapi`: Work with a JSON schema stored as yaml under metadata.yaml
config key.
([#​1148](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1148))
- `chloggen`: Sort changelog entries lexicographically based on their
component field
([#​1276](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1276))
- `issuegenerator`: issuegenerator now pings the author of a failing
test's PR
([#​1182](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1182))
- `issuegenerator`: trim component type suffix from component names
([#​1255](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1255))
##### 🧰 Bug fixes 🧰
- `issuegenerator`: removed pr section from autogenerated issue body.
([#​1243](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1243))
###
[`v0.28.0`](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/blob/HEAD/CHANGELOG.md#v0280)
[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/compare/v0.26.2...v0.28.0)
##### 🛑 Breaking changes 🛑
- `all`: Bump minimum Go version to 1.24
([#​1145](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1145),
[#​1159](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1159))
##### 💡 Enhancements 💡
- `issuegenerator`: added component section in auto generated issue body
([#​42518](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/42518))
Related issue is in the `opentelemetry-collector-contrib` repository.
- `checkapi`: Add the folder name to error messages
([#​1141](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1141))
- `issuegenerator`: Include commit and pr in issues generated by
issuegenerator
([#​1180](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1180))
- `issue generator`: Use labels to search for existing issues in issue
generator
([#​1181](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1181))
##### 🧰 Bug fixes 🧰
- `multimod`: Support `vN` directories when tagging
([#​1209](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1209))
When tagging a `vN` version of a Go module the `vN` suffix should not be
included in the tag before the version.
- `checkapi`: Do not check internal structs for unkeyed literal
initialization.
([#​1140](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/1140))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 6f29b34 commit e75f556
2 files changed
+75
-54
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| 112 | + | |
| 113 | + | |
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
| |||
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
128 | | - | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
148 | 154 | | |
149 | | - | |
| 155 | + | |
150 | 156 | | |
151 | 157 | | |
152 | 158 | | |
| 159 | + | |
153 | 160 | | |
154 | 161 | | |
155 | 162 | | |
| |||
181 | 188 | | |
182 | 189 | | |
183 | 190 | | |
184 | | - | |
| 191 | + | |
185 | 192 | | |
186 | 193 | | |
187 | 194 | | |
| |||
200 | 207 | | |
201 | 208 | | |
202 | 209 | | |
203 | | - | |
| 210 | + | |
204 | 211 | | |
205 | 212 | | |
206 | 213 | | |
| |||
209 | 216 | | |
210 | 217 | | |
211 | 218 | | |
212 | | - | |
| 219 | + | |
213 | 220 | | |
214 | | - | |
215 | 221 | | |
216 | | - | |
217 | | - | |
| 222 | + | |
| 223 | + | |
218 | 224 | | |
219 | 225 | | |
220 | | - | |
| 226 | + | |
221 | 227 | | |
222 | 228 | | |
223 | 229 | | |
| |||
243 | 249 | | |
244 | 250 | | |
245 | 251 | | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
253 | 259 | | |
254 | 260 | | |
255 | 261 | | |
256 | 262 | | |
| 263 | + | |
257 | 264 | | |
258 | 265 | | |
259 | 266 | | |
| |||
0 commit comments