Skip to content

Commit

Permalink
Chef release v0.11.0 (#4206)
Browse files Browse the repository at this point in the history
* update chef-release job

* update version
  • Loading branch information
jinja2 authored Jan 27, 2024
1 parent d1b83b9 commit 9b94cfb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ push-linux-image:
echo "Tagging and pushing ${IMAGE_NAME}:${ARCH_TAG}"
docker tag otelcol:${arch} ${IMAGE_NAME}:${ARCH_TAG}
docker push ${IMAGE_NAME}:${ARCH_TAG}
artifact-ci sign docker ${IMAGE_NAME}:${ARCH_TAG}
artifact-ci sign docker ${IMAGE_NAME}:${ARCH_TAG}
if [[ "${CI_COMMIT_BRANCH:-}" = "main" ]] || [[ "${CI_COMMIT_TAG:-}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
# only push latest tag for main and stable releases
LATEST_TAG="latest-${arch}"
Expand Down Expand Up @@ -969,7 +969,7 @@ ansible-release:
- pip3 install ansible==3.4.0 yq==2.12.0
script:
- export COLLECTION_VERSION=$(cat ./deployments/ansible/galaxy.yml | yq .version -r)
- ansible-galaxy collection publish ./dist/signalfx-splunk_otel_collector-${COLLECTION_VERSION}.tar.gz --token=${ANSIBLE_GALAXY_TOKEN}
- ansible-galaxy collection publish ./dist/signalfx-splunk_otel_collector-${COLLECTION_VERSION}.tar.gz --token=${ANSIBLE_GALAXY_TOKEN}

puppet-release:
image: '${DOCKER_HUB_REPO}/ruby:2.6-buster'
Expand Down Expand Up @@ -1034,7 +1034,7 @@ chef-release:
- mkdir -p ~/.chef
- cat "$CHEF_PEM" > ~/.chef/signalfx.pem
- cat "$CHEF_KNIFE_RB" > ~/.chef/knife.rb
- gem install knife -v 17.10.0
- gem install faraday:2.8.1 knife:17.10.0
- mkdir -p /tmp/cookbooks
- cp -r deployments/chef /tmp/cookbooks/splunk_otel_collector
script:
Expand Down
4 changes: 1 addition & 3 deletions deployments/chef/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Changelog

## unreleased
## chef-v0.11.0

- On Windows the `SPLUNK_*` environment variables were moved from the machine scope to the collector service scope.
It is possible that some instrumentations are relying on the machine-wide environment variables set by the installation. ([#3930](https://github.com/signalfx/splunk-otel-collector/pull/3930))

## chef-v0.10.0

- Initial support for [Splunk OpenTelemetry for Node.js](https://github.com/signalfx/splunk-otel-js) Auto
Instrumentation on Linux:
- The Node.js SDK is installed and activated by default if the `with_auto_instrumentation` option is set to `true`
Expand Down
2 changes: 1 addition & 1 deletion deployments/chef/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Install/Configure the Splunk OpenTelemetry Collector'
version '0.10.0'
version '0.11.0'
chef_version '>= 16.0'

supports 'amazon'
Expand Down

0 comments on commit 9b94cfb

Please sign in to comment.