Skip to content

Use a latest tag on agent file (https://download.newrelic.com/php_agent/release/) #389

Open
@gael-donat

Description

@gael-donat

Some of us are using CI/CD to build & install PHP + NewRelic extensions.

Each time you release a new version, you delete the previous file, breaking all CI/CD.

For exemple my CI/CD was using :
https://download.newrelic.com/php_agent/release/newrelic-php5-9.20.0.309-linux.tar.gz

and now this file is gone, replace by :
https://download.newrelic.com/php_agent/release/newrelic-php5-9.20.0.310-linux.tar.gz

Best practice would be to make a https://download.newrelic.com/php_agent/release/newrelic-php5-latest-linux.tar.gz a symlink of the last file, and keep previous files as well for compatibility.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions