8000 Comparing v0.2.2...v0.2.3 · cryostatio/cryostat-agent · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: cryostatio/cryostat-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: cryostatio/cryostat-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.3
Choose a head ref
  • 14 commits
  • 10 files changed
  • 4 contributors

Commits on Apr 19, 2023

  1. chore(pom): correct project name (#103) (#105)

    (cherry picked from commit ca3040a)
    
    Co-authored-by: Andrew Azores <aazores@redhat.com>
    mergify[bot] and andrewazores authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    73cd80b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. docs(readme): document registration.prefer-jmx variable (#110) (#111)

    (cherry picked from commit cbd0d23)
    
    Co-authored-by: Andrew Azores <aazores@redhat.com>
    mergify[bot] and andrewazores authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c13bdb5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. fix(webserver): use nonblocking SecureRandom (#115) (#116)

    (cherry picked from commit d4f2691)
    
    Co-authored-by: Andrew Azores <aazores@redhat.com>
    mergify[bot] and andrewazores authored May 3, 2023
    Configuration menu
    Copy the full SHA
    6ea2a31 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. fix(recordings): handle null maxAge (#118) (#119)

    * fix(recordings): handle null maxAge
    
    * default to 0, not -1
    
    * handle null startTime in case recording has not yet started
    
    (cherry picked from commit eb307a8)
    
    Co-authored-by: Andrew Azores <aazores@redhat.com>
    mergify[bot] and andrewazores authored May 5, 2023
    Configuration menu
    Copy the full SHA
    b0b6af7 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. fix(credentials): store credentials with non-conflicting matchExpress…

    …ion (#134) (#135)
    
    * fix(credentials): store credentials with non-conflicting matchExpression
    
    * fixup! fix(credentials): store credentials with non-conflicting matchExpression
    
    (cherry picked from commit da13d58)
    
    Co-authored-by: Andrew Azores <aazores@redhat.com>
    mergify[bot] and andrewazores authored May 31, 2023
    Configuration menu
    Copy the full SHA
    f6d4ba8 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. chore(version): bump version to 0.2.3-SNAPSHOT (#137)

    Signed-off-by: Elliott Baron <ebaron@redhat.com>
    ebaron authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    3bb9d51 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. fix(registration): correctly annotate with JMX port number (#157) (#159)

    (cherry picked from commit 34cdd78)
    
    Co-authored-by: Andrew Azores <aazores@redhat.com>
    mergify[bot] and andrewazores authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b544f69 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. fix(credentials): store credentials with unique matchExpression (#156) (

    #160)
    
    * fix(credentials): store credentials with expr matching callback and jvmId
    
    * generate UUID for instance, include in alias/realm as well as platform annotation
    
    * do not try to delete credentials if they have not yet been submitted
    
    * document new config
    
    * fix incorrect doc description
    
    (cherry picked from commit 09987e0)
    
    Co-authored-by: Andrew Azores <aazores@redhat.com>
    mergify[bot] and andrewazores authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    192a4eb View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. build(deps): bump cryostat-core from 2.20.0 to 2.21.0 (#145) (#181)

    Bumps [cryostat-core](https://github.com/cryostatio/cryostat-core) from 2.20.0 to 2.21.0.
    - [Release notes](https://github.com/cryostatio/cryostat-core/releases)
    - [Commits](cryostatio/cryostat-core@v2.20.0...v2.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.cryostat:cryostat-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit cda1aa3)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    mergify[bot] and dependabot[bot] authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    525fe21 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump cryostat-core from 2.21.0 to 2.21.1 (#161) (#182)

    Bumps [cryostat-core](https://github.com/cryostatio/cryostat-core) from 2.21.0 to 2.21.1.
    - [Release notes](https://github.com/cryostatio/cryostat-core/releases)
    - [Commits](cryostatio/cryostat-core@v2.21.0...v2.21.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.cryostat:cryostat-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit ba47b20)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    mergify[bot] and dependabot[bot] authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6f5b2b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. build(deps): bump slf4j-jdk14 from 2.0.6 to 2.0.7 (#81) (#188)

    Bumps [slf4j-jdk14](https://github.com/qos-ch/slf4j) from 2.0.6 to 2.0.7.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-jdk14
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit eb76c2e)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    mergify[bot] and dependabot[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    33e378c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump jackson-databind from 2.14.1 to 2.15.2 (#136) (#189)

    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.14.1 to 2.15.2.
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit 0e832dc)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    mergify[bot] and dependabot[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d315b58 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    2f812f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8106b2a View commit details
    Browse the repository at this point in the history
Loading
0