You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: create fips versions of distributions
* feat: restructure so that both fips compliant and noncompliant versions of each distro is made
* feat: separate build.sh and .goreleaser.yaml into default and fips versions
* feat: change build-fips.sh so that instead of rebuilding the same thing over, just copy contents of _build into _build-fips
* Revert "feat: change build-fips.sh so that instead of rebuilding the same thing over, just copy contents of _build into _build-fips"
This reverts commit 600e08d.
_build-fips can't just copy over the contents of _build because _build-fips has it's own manifest-fips.yaml
* feat: edit configure.go to include fips
* feat: data agreement
* fix: fix bugs with Docker Images and Manifests
* fix: ran make generate-goreleaser
* feat: add fips version of files for new distro - nrdot-collector
* feat: add fips flag
* feat: add Dockerfile-fips files
* move fips flag further down configure.go stack
* use docker args
* standardize fips in configure.go and manifest files
* make build target dependent on build-fips target
* add ci-fips workflow
* add infrastructure to cross make ocb with cgo enabled
* adjust fips workflow, doesn't need tf
* bug squishing
* remove unnecessary toolchain dir
* chore: fips testing (#373)
* test: fix nightly (#363)
* feat: add e2e tests for core distro (#364)
* feat: add e2e tests for core distro
* chore: merge host config with core collector
* feat: Bump otel component versions from v0.128.0 to v0.131.0 (#357)
* chore: prep release 1.3.0 (#365)
* chore: Add nrdot-collector to release workflows (#366)
* chore: Add missing ec2 nightly deploy (#367)
* chore: Address cancelled deploy step (#370)
* feat: Add spanprocessor to nrdot-collector (#371)
* chore(deps): update helm release nr-k8s-otel-collector to v0.8.40 (#369)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: Bump otel component versions from v0.131.0 to v0.132.0 (#368)
* chore: fips testing
* chore: test fips docker
* chore: cleaning up fips changes
---------
Co-authored-by: kb-newrelic <121687305+kb-newrelic@users.noreply.github.com>
Co-authored-by: otelcomm-bot <svc-otelcomm-bot@newrelic.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Emilia Ferreyra <110185663+emiliaFer@users.noreply.github.com>
* build details overrides
* git merged badly, fixing it
* update fips workflow
* add back fips configs
* updated goreleaser.yaml files
* add back fips go tags and ldflags
* fix directory in goreleaser-fips
* add boringcrypto validation
* update boring crypto validation
* add manifest-fips.yaml to .gitignore
* remove existing manifest-fips.yaml files
---------
Co-authored-by: mailo-nr <marsac@newrelic.com>
Co-authored-by: kb-newrelic <121687305+kb-newrelic@users.noreply.github.com>
Co-authored-by: otelcomm-bot <svc-otelcomm-bot@newrelic.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
0 commit comments