The following commands were run to prepare this release:
- make chlog-update VERSION=v0.85.0
- make prepare-release GH=none PREVIOUS_VERSION=0.84.0
RELEASE_CANDIDATE=0.85.0 MODSET=beta
The following commands were run to prepare this release:
- make chlog-update VERSION=v0.84.0
- make prepare-release GH=none PREVIOUS_VERSION=0.83.0
RELEASE_CANDIDATE=0.84.0 MODSET=beta
The following commands were run to prepare this release:
- make chlog-update VERSION=v1.0.0-rcv0014/v0.82.0
- make prepare-release GH=none PREVIOUS_VERSION=1.0.0-rcv0013
RELEASE_CANDIDATE=1.0.0-rcv0014 MODSET=stable
- make prepare-release GH=none PREVIOUS_VERSION=0.81.0
RELEASE_CANDIDATE=0.82.0 MODSET=beta
The following commands were run to prepare this release:
- make chlog-update VERSION=v0.81.0
- make prepare-release GH=none PREVIOUS_VERSION=0.80.0
RELEASE_CANDIDATE=0.81.0 MODSET=beta
The following commands were run to prepare this release:
- make chlog-update VERSION=v1.0.0-rcv0013/v0.80.0
- make prepare-release GH=none PREVIOUS_VERSION=1.0.0-rcv0012
RELEASE_CANDIDATE=1.0.0-rcv0013 MODSET=stable
- make prepare-release GH=none PREVIOUS_VERSION=0.79.0
RELEASE_CANDIDATE=0.80.0 MODSET=beta
---------
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Co-authored-by: Alex Boten <aboten@lightstep.com>
The following commands were run to prepare this release:
- make chlog-update VERSION=v0.79.0
- make prepare-release GH=none PREVIOUS_VERSION=0.78.2 RELEASE_CANDIDATE=0.79.0 MODSET=beta
* [chore] use license shortform
To remain consistent w/ contrib repo, see https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/22052
Signed-off-by: Alex Boten <aboten@lightstep.com>
* make goporto
Signed-off-by: Alex Boten <aboten@lightstep.com>
---------
Signed-off-by: Alex Boten <aboten@lightstep.com>
The following commands were run to prepare this release:
make chlog-update VERSION=v0.77.0
make prepare-release GH=none PREVIOUS_VERSION=0.76.1 RELEASE_CANDIDATE=0.77.0 MODSET=beta
Cleaning up the license files, and updating `checklicense` to verify the contents of the license as per the `opentelemetry-go-build-tools` repo.
---------
Signed-off-by: Alex Boten <aboten@lightstep.com>
The following commands were run to prepare this release:
- make chlog-update VERSION=v0.76.0/v1.0.0-rc10
- make prepare-release GH=none PREVIOUS_VERSION=1.0.0-rc9 RELEASE_CANDIDATE=1.0.0-rc10 MODSET=stable
- make prepare-release GH=none PREVIOUS_VERSION=0.75.0 RELEASE_CANDIDATE=0.76.0 MODSET=beta
The following commands were run to prepare this release:
- make chlog-update VERSION=v0.74.0/v1.0.0-rc8
- make prepare-release GH=none PREVIOUS_VERSION=1.0.0-rc7 RELEASE_CANDIDATE=1.0.0-rc8 MODSET=stable
- make prepare-release GH=none PREVIOUS_VERSION=0.73.0 RELEASE_CANDIDATE=0.74.0 MODSET=beta
The following commands were run to prepare this release:
make chlog-update VERSION=v0.72.0/v1.0.0-rc6
make prepare-release GH=none PREVIOUS_VERSION=1.0.0-rc5 RELEASE_CANDIDATE=1.0.0-rc6 MODSET=stable
make prepare-release GH=none PREVIOUS_VERSION=0.71.0 RELEASE_CANDIDATE=0.72.0 MODSET=beta
Fixes#7229#7230
* prepare release v0.67.0
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
* Prepare beta for version v0.67.0
* update builder config and generate otelcorecol
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
* fix module replacements in builder test
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
* fix builder integration test and update CHANGELOG
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
Drop the integration tests for the builtin builder configuration.
We assume that it is a working config because it is generated from
with the source tree and should be covered by collector tests. Add a
unit test to ensure some basic sanity for the builtin configuration.
This fixes#6076.
Signed-off-by: James Peach <jpeach@cloudflare.com>
Signed-off-by: James Peach <jpeach@cloudflare.com>
Embed the build configuration that is used to build otelcorecol into ocb
so that end users can easily generate a useful collector. This makes the
`--config` flag optional again.
Signed-off-by: James Peach <jpeach@cloudflare.com>
Signed-off-by: James Peach <jpeach@cloudflare.com>