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

Move opentelemetry-collector-builder to core #4286

Merged
merged 42 commits into from
Oct 28, 2021

Commits on Jan 27, 2021

  1. Initial commit

    Bogdan Drutu authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    d402d9a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Add CODEOWNERS file (#2)

    * Add CODEOWNERS file
    
    * Update CODEOWNERS
    bogdandrutu authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    3c1dd9e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Moved from github.com/observatorium/opentelemetry-collector-builder (#3)

    Signed-off-by: Juraci Paixão Kröhling <[email protected]>
    jpkrohling authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    fb510a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. fixed panics (#6)

    Signed-off-by: Joe Elliott <[email protected]>
    joe-elliott authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    fdf9416 View commit details
    Browse the repository at this point in the history
  2. Replace master with main in CI and mergify files (#8)

    Signed-off-by: Juraci Paixão Kröhling <[email protected]>
    jpkrohling authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    40a858e View commit details
    Browse the repository at this point in the history
  3. Bump to OpenTelemetry Collector 0.20.0 (#10)

    Closes #9
    
    Signed-off-by: Juraci Paixão Kröhling <[email protected]>
    jpkrohling authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    1da8f73 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    f29b566 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Update to collector v0.21.0 (#17)

    Fixes #16
    
    Signed-off-by: Juraci Paixão Kröhling <[email protected]>
    jpkrohling authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    409ad94 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Update to collector v0.22.0 (#19)

    Brian Gibbins authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    c9fe696 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Download go modules before building (#20)

    Fixes #14
    Brian Gibbins authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    7c67d1e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Add version command (#25)

    Signed-off-by: Ashmita Bohara <[email protected]>
    Ashmita152 authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    a6b22d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Pass errors from cobra Execute back to main for correct exit code (#28)

    * pass errors from cobra execute back to main
    
    * print the error
    Brian Gibbins authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    5b9df7b View commit details
    Browse the repository at this point in the history
  2. Update to collector v0.23.0 (#27)

    Brian Gibbins authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    3d80039 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Generate a warning if the builder and collector base version mismatch (

    …#30)
    
    * Generate a warning if the builder and collector base version mismatch
    
    * Show current default version in the warning message
    fangyi-zhou authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    8ad7683 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    35f8b0d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    bd48b7d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Update to OpenTelemetry Collector 0.25.0 (#36)

    Signed-off-by: Serge Catudal <[email protected]>
    secat authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    4056de9 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    fe3af5d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Sync build and CI Go versions at latest 1.16 (#34)

    * Sync build and CI Go versions at latest 1.16
    
    * Run go mod tidy
    
    * Set go binary to use in the compilation phase in tests
    
    Signed-off-by: Juraci Paixão Kröhling <[email protected]>
    
    Co-authored-by: Juraci Paixão Kröhling <[email protected]>
    sodabrew and jpkrohling authored May 11, 2021
    Configuration menu
    Copy the full SHA
    4f061ca View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Add option to generate go code only (no compile) (#40)

    * Issue#24 Add option to generate go code only (no compile)
    
    * Update cmd/root.go logging
    
    Suggested by @jpkkrohling
    
    Co-authored-by: Juraci Paixão Kröhling <[email protected]>
    
    * remove verbose help .. created by corba
    
    * suggestion by jpkrohling to keep generateandcompile
    
    * lint error: remove unused var
    
    * reword cmd option and add back help message for default
    
    Co-authored-by: Juraci Paixão Kröhling <[email protected]>
    Brian Gibbins and jpkrohling authored May 12, 2021
    Configuration menu
    Copy the full SHA
    5b5d3fb View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Don't reuse exec.Cmd (#42)

    pmalek authored May 18, 2021
    Configuration menu
    Copy the full SHA
    d8500e6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    7e4aa7f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Add CI Badge (#47)

    KKelvinLo authored May 26, 2021
    Configuration menu
    Copy the full SHA
    78e8560 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Update to Collector v0.28.0 (#49)

    * Update to Collector v0.28.0
    
    Closes #48
    
    Addresses the breaking API change in
    open-telemetry#3163,
    besides the usual version number changes.
    
    Signed-off-by: Fangyi Zhou <[email protected]>
    
    * Use `go mod tidy` instead of `go mod download`
    
    It appears that this magically resolves the go.mod file issue.
    https://stackoverflow.com/questions/67203641/missing-go-sum-entry-for-module-providing-package-package-name
    
    Signed-off-by: Fangyi Zhou <[email protected]>
    fangyi-zhou authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    16563b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a468961 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Update to collector v0.29.0 (#54)

    * Update replaces.builder.yaml
    
    * Update nocore.builder.yaml
    
    * Update config.go
    
    * Update README.md
    
    * Update main.go
    himanshu007-creator authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    9225b86 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    4afd918 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. cmd: fix module flag default value to github.com/open-telemetry (#58)

    Signed-off-by: Koichi Shiraishi <[email protected]>
    zchee authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    c50c477 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    f6a5144 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Update to v0.33.0 (#62)

    Signed-off-by: Anthony J Mirabella <[email protected]>
    Aneurysm9 authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    10e9c07 View commit details
    Browse the repository at this point in the history
  2. Add excludes support to generated go.mod (#63)

    Signed-off-by: Anthony J Mirabella <[email protected]>
    
    Co-authored-by: Juraci Paixão Kröhling <[email protected]>
    Aneurysm9 and jpkrohling authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    6689c36 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Small cleanup for the builder files (#64)

    Signed-off-by: Bogdan Drutu <[email protected]>
    bogdandrutu authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    08d2c20 View commit details
    Browse the repository at this point in the history
  2. Support building with Go 1.17 (#66)

    * Support building with Go 1.17
    Fixes #65
    
    Signed-off-by: Juraci Paixão Kröhling <[email protected]>
    
    * Update workflows to use Go 1.17
    
    Signed-off-by: Juraci Paixão Kröhling <[email protected]>
    
    * Add gosec exceptions for exec.Command
    
    Signed-off-by: Juraci Paixão Kröhling <[email protected]>
    jpkrohling authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    5bb4137 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Update to OpenTelemetry core 0.34.0 (#68)

    Fixes #67
    
    Signed-off-by: Juraci Paixão Kröhling <[email protected]>
    jpkrohling authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    5ada61a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Upgrade to OpenTelemetry Collector 0.35.0 (#70)

    Signed-off-by: Fangyi Zhou <[email protected]>
    fangyi-zhou authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    eb82ae4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    0e65d95 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Generate custom service code for Windows (#75)

    * update main to include windows service code
    
    * use main version from tag 0.35.0
    
    * update main function
    
    * align with upstream v0.36.0 tag
    
    * dummy change to trigger build
    
    * Revert "dummy change to trigger build"
    
    This reverts commit 629d499461da2d2c240bf1e495b5fe0558e3547f.
    loomis-relativity authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    9a77f1b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Remove Core from Module type (#77)

    Fixes #15
    
    Signed-off-by: yugo-horie <[email protected]>
    u5surf authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    a9f8085 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. release 0.37.0 (#78)

    * release 0.37.0
    
    * update use of NewCommand
    alrex authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e3470e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Move builder to subdirectory

    Signed-off-by: Juraci Paixão Kröhling <[email protected]>
    jpkrohling committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    075d83a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'builder/jpkrohling/move-to-subdirectory…

    …' into jpkrohling/move-builder
    jpkrohling committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    c7b2497 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2e9137 View commit details
    Browse the repository at this point in the history