Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.14.2 - new base docker image #61

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/lightstep/telemetry-generator/compare/v0.13.0...HEAD)

## [0.14.2](https://github.com/lightstep/telemetry-generator/compare/v0.14.1...v0.14.2) - 2023-8-16
### Fixed
* Update docker base image to `stable-slim`

## [0.14.1](https://github.com/lightstep/telemetry-generator/compare/v0.14.0...v0.14.1) - 2023-8-16
### Fixed
* Do not use cache when building docker image
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN sed -i -e "s/\${TAG}/$TAG/g" /build/config/builder-config.yml

RUN builder --config /build/config/builder-config.yml

FROM debian:stretch-slim
FROM debian:stable-slim

RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ version for the 10 most recent telemetry-generator versions.

| Telemetry Generator | OpenTelemetry Collector |
|---------------------|-------------------------|
| v0.14.2 | v0.83.0 |
| v0.14.1 | v0.83.0 |
| v0.14.0 | v0.83.0 |
| v0.13.0 | v0.83.0 |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.1
0.14.2