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: openzipkin/zipkin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.24.1
Choose a base ref
...
head repository: openzipkin/zipkin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.24.2
Choose a head ref
  • 15 commits
  • 39 files changed
  • 10 contributors

Commits on Apr 28, 2023

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

Commits on Apr 30, 2023

  1. feat: helm: add optional priorityClassName to Pod (#3528)

    Signed-off-by: Jorik Jonker <jorik.jonker@eu.equinix.com>
    jonkerj authored Apr 30, 2023
    Configuration menu
    Copy the full SHA
    9df4664 View commit details
    Browse the repository at this point in the history
  2. Replace deprecated command with environment file (#3518)

    Signed-off-by: jongwooo <jongwooo.han@gmail.com>
    jongwooo authored Apr 30, 2023
    Configuration menu
    Copy the full SHA
    6f79346 View commit details
    Browse the repository at this point in the history
  3. Update hpa.yaml (#3515)

    lz000 authored Apr 30, 2023
    Configuration menu
    Copy the full SHA
    781265e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fcab27 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

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

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    893af01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dee607 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Resolve CVE-2022-1471: Securing the Vulnerability with SnakeYAML 2.0 …

    …and Spring Boot 2.7.10 (#3538)
    
    * Update pom.xml
    
    Bump snakeyml to 2.0 to resolve CVE-2022-1471
    
    * Resolve CVE-2022-1471: Bump Jackson and Spring Boot in pom.xml
    
    Ref: 
    - spring-projects/spring-boot#34405 (comment)
    - https://access.redhat.com/documentation/en-us/red_hat_support_for_spring_boot/2.7/html/migrating_applications_to_spring_boot_2.7/migrating-spring-boot-2-5-applications-to-the-spring-boot-version-spring-boot_spring-boot
    
    * Update pom.xml to Spring Boot 2.7.10
    
    Reference: http://github.com/spring-projects/spring-boot/issues/34405
    
    2.7.10 supports SnakeYML 2.0
    
    * Fix prometheus integration check
    
    Prometheus integration check was matching on prometheus in the
    application name. Since the test included prometheus in the package
    it was failing. This change matches on the URI prefix instead of
    just the name.
    
    ---------
    
    Co-authored-by: Lance Linder <lance@tetrate.io>
    darkmastermindz and llinder authored May 30, 2023
    Configuration menu
    Copy the full SHA
    d0dc3d6 View commit details
    Browse the repository at this point in the history
  2. Adds gcc to Cassandra test scripts (#3540)

    Seems that a cqlsh dependency now requires gcc so adding it.
    llinder authored May 30, 2023
    Configuration menu
    Copy the full SHA
    ca7758d View commit details
    Browse the repository at this point in the history
  3. Add py3-cffi package for cqlsh (#3541)

    Installing cqlsh for the cassandra test container is failing and
    the build attempts to compile cffi package, which requires gcc
    and other development packages, including python-dev which is huge.
    Bigger problem is this doesn't fail locally but does fail in CI
    consistently.
    llinder authored May 30, 2023
    Configuration menu
    Copy the full SHA
    307fd59 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    5f42ae7 View commit details
    Browse the repository at this point in the history
  2. Adds missing dependencies for installing cqlsh on aarch64 (#3543)

    When building the test image for cassandra we install cqlsh. On
    aarch64, the pip install compiles cffi and we need to add some extra
    dependencies to prevent the build from failing. These may be removed
    in the future if upstream deps change for aarch64.
    llinder authored May 31, 2023
    Configuration menu
    Copy the full SHA
    f5a0a61 View commit details
    Browse the repository at this point in the history
  3. Remove s390x from docker builds until cqlsh installation is fixed (#3545

    )
    
    Installing cqlsh for s390x is requiring new things like installing rust, cargo
    among other things. After attempting to resolve all build dependenices the
    build still fails. Since s390x is really a small subset of users, we need
    to find help fixing this to continue supporting s390x with docker.
    llinder authored May 31, 2023
    Configuration menu
    Copy the full SHA
    e50848a View commit details
    Browse the repository at this point in the history
  4. [maven-release-plugin] prepare release 2.24.2

    zipkinci committed May 31, 2023
    Configuration menu
    Copy the full SHA
    3575817 View commit details
    Browse the repository at this point in the history
Loading