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

Change addons and agent packages to only contain one downloadable file #29

Merged

Conversation

tigrannajaryan
Copy link
Member

Resolves #5

This simplifies the protocol a bit and does not prevent the Agents to
have addons or packages that are actually composed of multiple files (which
can be stored in e.g. a zip or tar downdloadable file).

README.md Outdated Show resolved Hide resolved
@tigrannajaryan tigrannajaryan requested a review from a team November 16, 2021 15:56
@tigrannajaryan tigrannajaryan marked this pull request as ready for review November 16, 2021 21:36
Resolves open-telemetry#5

This simplifies the protocol a bit and does not prevent the Agents to
have addons or packages that are actually composed of multiple files (which
can be stored in e.g. a zip or tar downdloadable file).
@tigrannajaryan tigrannajaryan merged commit ad36700 into open-telemetry:main Nov 17, 2021
@tigrannajaryan tigrannajaryan deleted the one-downloadable-file branch November 17, 2021 20:32
tigrannajaryan added a commit to tigrannajaryan/opamp-go that referenced this pull request Nov 17, 2021
Implements spec change open-telemetry/opamp-spec#29

This simplifies the protocol a bit and does not prevent the Agents to
have addons or packages that are actually composed of multiple files (which
can be stored in e.g. a zip or tar downdloadable file).
tigrannajaryan added a commit to tigrannajaryan/opamp-go that referenced this pull request Nov 17, 2021
Implements spec change open-telemetry/opamp-spec#29

This simplifies the protocol a bit and does not prevent the Agents to
have addons or packages that are actually composed of multiple files (which
can be stored in e.g. a zip or tar downdloadable file).
tigrannajaryan added a commit to open-telemetry/opamp-go that referenced this pull request Nov 17, 2021
#14)

Implements spec change open-telemetry/opamp-spec#29

This simplifies the protocol a bit and does not prevent the Agents to
have addons or packages that are actually composed of multiple files (which
can be stored in e.g. a zip or tar downdloadable file).
tigrannajaryan added a commit to tigrannajaryan/opamp-go that referenced this pull request Nov 18, 2021
This reflects the spec change to have only one downloadable file:
open-telemetry/opamp-spec#29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do we need addons to be sets of files or can simplify to be one file?
3 participants