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

Merge release v0.18.0 #787

Merged
merged 36 commits into from
Aug 3, 2021
Merged

Merge release v0.18.0 #787

merged 36 commits into from
Aug 3, 2021

Commits on Jun 22, 2021

  1. Initialize biggest ref to existing ref when reading a segment (#676)

    * initialize biggest ref to existing ref when reading a segment
    
    * changelog
    
    * allow new test to be less hard-coded
    
    * explain error if test fails
    
    * clarify changelog issue
    rfratto committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    f3ce74c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f06d8e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. adding docker-compose example for local testing

    (cherry picked from commit 992e3cf)
    gaantunes authored and mattdurham committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    47c70b5 View commit details
    Browse the repository at this point in the history
  2. Cherry picking kafka importer

    rfratto authored and mattdurham committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    89e668b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a023b4e View commit details
    Browse the repository at this point in the history
  4. Merge

    rfratto authored and mattdurham committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    152dff0 View commit details
    Browse the repository at this point in the history
  5. merge for race condition

    rfratto authored and mattdurham committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    742401c View commit details
    Browse the repository at this point in the history
  6. Wall cherry pick

    mattdurham committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    ec439cb View commit details
    Browse the repository at this point in the history
  7. Import Kafka

    mattdurham committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    4ad88ea View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

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

Commits on Jul 29, 2021

  1. Initial release of v0.18.0 includes github_exporter, enabled flag iss…

    …ue, OTLP HTPP, and updated postgres exporter
    mattdurham committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e2488f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    4353bf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f8cd30 View commit details
    Browse the repository at this point in the history
  3. Update date

    mattdurham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    d32f93a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69f71ce View commit details
    Browse the repository at this point in the history
  5. Fix for drone naming

    mattdurham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    bd0c8d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b378882 View commit details
    Browse the repository at this point in the history
  7. Update drone issues

    mattdurham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    9c9e07d View commit details
    Browse the repository at this point in the history
  8. sign drone

    mattdurham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    5124c7c View commit details
    Browse the repository at this point in the history
  9. Drone changes

    mattdurham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    dd0e8e5 View commit details
    Browse the repository at this point in the history
  10. Update operator

    mattdurham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    4428568 View commit details
    Browse the repository at this point in the history
  11. standardize on seego

    mattdurham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    5b26484 View commit details
    Browse the repository at this point in the history
  12. Test tag

    mattdurham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    c321738 View commit details
    Browse the repository at this point in the history
  13. fix tag

    mattdurham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    76be98b View commit details
    Browse the repository at this point in the history
  14. updated makefile

    mattdurham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    80d9e5c View commit details
    Browse the repository at this point in the history
  15. release tag fixing

    mattdurham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    f2e43cc View commit details
    Browse the repository at this point in the history
  16. remove extra tag

    mattdurham committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    c31550d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Merge remote-tracking branch 'origin/main' into merge_release_v0.18.0

    # Conflicts:
    #	.drone/drone.yml
    #	.github/workflows/test.yml
    #	CHANGELOG.md
    #	Makefile
    #	cmd/agent/Dockerfile.buildx
    #	cmd/agentctl/Dockerfile.buildx
    #	docs/configuration-reference.md
    #	docs/getting-started.md
    #	docs/operator/getting-started.md
    #	docs/upgrade-guide.md
    #	go.mod
    #	go.sum
    #	pkg/integrations/install/install.go
    #	pkg/tempo/config.go
    #	pkg/tempo/config_test.go
    #	production/README.md
    #	production/kubernetes/agent-bare.yaml
    #	production/kubernetes/agent-loki.yaml
    #	production/kubernetes/agent-sigv4.yaml
    #	production/kubernetes/agent-tempo.yaml
    #	production/kubernetes/agent.yaml
    #	production/kubernetes/build/lib/version.libsonnet
    #	production/kubernetes/install-bare.sh
    #	production/kubernetes/install-loki.sh
    #	production/kubernetes/install-sigv4.sh
    #	production/kubernetes/install-tempo.sh
    #	production/kubernetes/install.sh
    #	production/tanka/grafana-agent/v1/main.libsonnet
    mattdurham committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    d541ead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed33414 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25f3f59 View commit details
    Browse the repository at this point in the history
  4. Small tweaks

    mattdurham committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    7f1fad2 View commit details
    Browse the repository at this point in the history
  5. Merge issues and naming

    mattdurham committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    9226097 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    a2e545b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1493fd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbb8b55 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/main' into merge_release_v0.18.0

    # Conflicts:
    #	go.mod
    #	go.sum
    mattdurham committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    5f30fea View commit details
    Browse the repository at this point in the history