Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mezmo/vector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.14.1
Choose a base ref
...
head repository: mezmo/vector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.14.2
Choose a head ref
  • 8 commits
  • 5 files changed
  • 5 contributors

Commits on Apr 5, 2024

  1. chore: reenable profiling feature for jemalloc

    This was inadvertently removed as part of an upgrade. Re-enable this to
    allow heap dumps to be taken.
    
    Ref: LOG-19647
    mdeltito committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6e3e3d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #442 from answerbook/mdeltito/LOG-19647

    chore: reenable `profiling` feature for jemalloc
    mdeltito authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    10e26f6 View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.14.2 [skip ci]

    ## [3.14.2](answerbook/vector@v3.14.1...v3.14.2) (2024-04-05)
    
    ### Chores
    
    * reenable `profiling` feature for jemalloc [6e3e3d5](answerbook/vector@6e3e3d5) - Mike Del Tito [LOG-19647](https://logdna.atlassian.net/browse/LOG-19647)
    
    ### Miscellaneous
    
    * Merge pull request #442 from answerbook/mdeltito/LOG-19647 [10e26f6](answerbook/vector@10e26f6) - GitHub [LOG-19647](https://logdna.atlassian.net/browse/LOG-19647)
    logdnabot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c8a2366 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. fix(ci): Make all vector dev volumnes unique

    For running multiple jobs in CI, it will help to have all volumes be
    owned by whatever branch is running. Similar to `VECTOR_TARGET`, add a
    dynamic volume name for rust and cargo caches. Clean up those volumes
    upon CI exit by calling `environment-clean` which will also remove any
    stopped/unused containers.
    
    Ref: LOG-19643
    darinspivey committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ee0749c View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.14.3 [skip ci]

    ## [3.14.3](answerbook/vector@v3.14.2...v3.14.3) (2024-04-08)
    
    ### Bug Fixes
    
    * **ci**: Make all vector dev volumnes unique [ee0749c](answerbook/vector@ee0749c) - Darin Spivey [LOG-19643](https://logdna.atlassian.net/browse/LOG-19643)
    logdnabot committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    846c1ab View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'answerbook/master' into darinspivey/syn…

    …c_3.14.3
    
    This syncs changes from v3.14.3 of the private repo
    darinspivey committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8d40441 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13 from mezmo/darinspivey/sync_3.14.3

    Merge upstream private repo v3.14.3
    darinspivey authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ce4dafb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a065f0 View commit details
    Browse the repository at this point in the history
Loading