Conversation
Remove python2 even for agent 7
fix(agent-wrapper): allow to pass multiple command
Allow setting DD_VERSION in the prerun script
Reduce buildpack size
Fix the log_config.run_path even if logs are not enabled
Prepare 1.20 release
Since whilst debugging a customer support ticket, it was confusing to see a buildpack called "Sysstat" in the build log output, which did not appear to match any of the buildpacks in the buildpacks URLs list for that app. The buildpack is for Datadog, so calling it that seems more intuitive, plus it then matches the GitHub repo URL that appears in the buildpacks URLs list. Example build log before: ``` -----> Deleting 1 files matching .slugignore patterns. -----> Sysstat app detected -----> Updating apt caches for dependencies ... -----> Ruby app detected ... ``` Example build log after: ``` -----> Deleting 1 files matching .slugignore patterns. -----> Datadog app detected -----> Updating apt caches for dependencies ... -----> Ruby app detected ... ```
Change buildpack detection name from "Sysstat" to "Datadog"
Change run_path config entry
…ayers Clarify buildpack layers order
Pin agent 7.23 and 6.23
Prepare 1.21 release
…setup Follow agent's integrations conf folder structure
Prepare buildpack release
Pin agent version 6/7.40
Pin 7.41.1 and 6.41.1 and release
Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com>
Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com>
Easily enable the Redis and Postgres integrations
Pin agents 6.43 and 7.43 and prepare buildpack release 2.9
Allow the app to extend both the YAML and the environmental variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebases onto the tag 2.9 release based on datadog