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

Autobump Collector VERSION to latest on build - #1401

Merged
merged 5 commits into from
Jul 16, 2024

Commits on Jun 21, 2024

  1. Auto increment version

    nslaughter committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    76b9f30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a723fe View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    42dc315 View commit details
    Browse the repository at this point in the history
  2. fix(makefile): update versioning mechanism for OpenTelemetry Collector

    Replace the mechanism to fetch VERSION from remote versions.yaml with OTELCOL_VERSION placeholder.
    Add a new target set-otelcol-version to set the OpenTelemetry Collector version from go.mod.
    Modify the build target to depend on set-otelcol-version.
    Remove the update-collector-version target and its usage in the build target.
    nslaughter committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5f84af7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. chore: remove VERSION file and update gitignore

    modified:   .gitignore
    deleted:    collector/VERSION
    nslaughter committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    acbc01d View commit details
    Browse the repository at this point in the history