Commit Graph

8 Commits

Author SHA1 Message Date
Alex Boten 88a1ec8b99
add build details for opampsupervisor (#858)
* add build details for opampsupervisor

This follows the pattern for releasing the builder.

Fixes https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/24293

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>

* update config

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>

* add changelog

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>

* remove sha_short

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>

* Update cmd/opampsupervisor/Dockerfile

* dont bother testing on contrib changes

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>

* add contrib to gitignore

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>

* updated title

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Co-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com>
Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
2025-03-07 15:24:09 +00:00
Antoine Toulme 44371ef652
introduce chloggen to the -releases repository (#769) 2024-12-11 15:51:59 +00:00
John L. Peterson (Jack) cd2dacc22b
Migrate ocb binary release to opentelemetry-collector-releases (#608)
After discussion with the collector SIG call this week, July 31st, I have made small tweaks to the artifact release that will not require an "extra step" of pushing tags. If these changes are accepted, the distributions will be released under tag "vX.XXX.X" and the ocb binaries will be released under "cmd/builder/vX.XXX.X" but both under this repo, opentelemetry-collector-releases. The workflow builder-release.yaml will push the additional tags necessary for the builder release.

Refactoring the release process as mentioned in past issues/PRs. ocb binary is currently released in a separate release tag under this repository, which makes it harder to find and inconsistent with the rest of the binaries and images releasing in the opentelemetry-collector-releases repository.

Releasing the ocb binaries in opentelemetry-collector-releases makes this process more standardized and also opens the opportunity to release more tools alongside ocb binary down the road, like corresponding docker images (as discussed in #5712).

---------

Co-authored-by: Pablo Baeyens <pablo.baeyens@datadoghq.com>
2024-08-09 10:17:31 -07:00
Alex Boten eb56620168
[chore] add vscode to gitignore (#163)
As per title.
2022-07-14 08:31:04 -07:00
Juraci Paixão Kröhling beffc4362b
Prepare v0.45.0 (#71)
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
2022-02-17 08:58:08 +01:00
Lyra Naeseth b812dd4529
Use Go to generate .goreleaser.yml (#56)
* Add a Go program to generate goreleaser.yml

* Replace generate-goreleaser-config.sh with Go implementation

* Regenerate .goreleaser.yaml

* Fix container image names

* Use strings.Replace in favor of explicit image name lookup

* Remove explicit $? comparison from build.sh

* Show resolved tool paths in build.sh
2022-01-13 11:58:25 +01:00
Anthony Mirabella 4ca4e703db
Prepare for v0.42.0 release (#53)
* Prepare for v0.42.0 release

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* remove include_core option from manifests

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
2022-01-07 11:39:05 -08:00
Juraci Paixão Kröhling 75c589dcb9
Initial working version (#2)
* Initial working version

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>

* Fixes based on the review

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
2021-08-27 20:59:37 +02:00