Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
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: keptn/go-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.0
Choose a base ref
...
head repository: keptn/go-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.18.0
Choose a head ref
  • 17 commits
  • 52 files changed
  • 9 contributors

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    3ef0a10 View commit details
    Browse the repository at this point in the history
  2. chore(go-utils): Changed configuration-service to resource-service (#491

    )
    
    BREAKING CHANGE: Since the configuration-service is deprecated, all references to “configuration-service” are now replaced by “resource-service”. This will make the go-utils library from version 0.18.0 INCOMPATIBLE with installations using configuration-service.
    RealAnna authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    6550348 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. chore: Remove unneeded code (#490)

    * Remove unused functions
    
    Signed-off-by: Arthur Pitman <arthur.pitman@dynatrace.com>
    
    * Deduplicate constant
    
    Signed-off-by: Arthur Pitman <arthur.pitman@dynatrace.com>
    
    * Remove unneeded `fmt.Println` calls
    
    Signed-off-by: Arthur Pitman <arthur.pitman@dynatrace.com>
    arthurpitman authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    d00898a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. feat: Wait for all event handlers to complete before exiting `control…

    …Plane.Register()` (#496)
    
    * feat: Provide Shutdown method to run logic that should be executed right before application shutdown
    
    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    d9a621b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. ci: Introduced renovate and disabled dependabot (#497)

    * ci: Introduced renovate and disabled dependabot
    
    Signed-off-by: warber <bernd.warmuth@dynatrace.com>
    
    * review
    
    Signed-off-by: warber <bernd.warmuth@dynatrace.com>
    warber authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    488b356 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. feat(go-utils): Added retry logic to cp-connector for contacting Kept…

    …n's control plane for registration and renewal of such (#503)
    
    * feat(go-utils): Added retry logic for contacting Keptn's control plane for registration and renewal of such
    
    Signed-off-by: warber <bernd.warmuth@dynatrace.com>
    
    * cleanup
    
    Signed-off-by: warber <bernd.warmuth@dynatrace.com>
    
    * use buffered err channel
    
    Signed-off-by: warber <bernd.warmuth@dynatrace.com>
    
    * added connection loggers to nats
    
    Signed-off-by: warber <bernd.warmuth@dynatrace.com>
    
    * cleanup
    
    Signed-off-by: warber <bernd.warmuth@dynatrace.com>
    warber authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    69c90ea View commit details
    Browse the repository at this point in the history
  2. build(deps): update benjefferies/branch-protection-bot digest to b6a1…

    …ef5 [skip ci] (#506)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    547b8fb View commit details
    Browse the repository at this point in the history
  3. build(deps): update amannn/action-semantic-pull-request digest to 348…

    …e2e6 [skip ci] (#505)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    132b51d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5415a61 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. fix: Add mutex to protect connection in nats.NatsConnector (#514)

    Signed-off-by: Arthur Pitman <arthur.pitman@dynatrace.com>
    arthurpitman authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    3a171cc View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. feat: Disable NATS connection on remote execution-plane configuration (

    …#524)
    
    Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
    TannerGabriel authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    866624f View commit details
    Browse the repository at this point in the history
  2. fix: Shut down control plane components before calling wg.Wait() (#523)

    * fix: Shut down control plane components before calling wg.Wait()
    
    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    
    * fix data race in unit test
    
    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    6b12679 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. build(deps): update module gopkg.in/yaml.v3 to v3.0.1 [skip ci] (#515)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    b3ecfef View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. chore: increase test coverage of go-sdk (#526)

    * started refactoring initialization logic a bit
    
    Signed-off-by: warber <bernd.warmuth@dynatrace.com>
    
    * enhanced tests, fixed handling error when event could not be decoded, enhanced example, and correctly pass logger implementation to cp-connector
    
    Signed-off-by: warber <bernd.warmuth@dynatrace.com>
    
    * added codecov
    
    Signed-off-by: warber <bernd.warmuth@dynatrace.com>
    
    * fixed variable name and added additional checks in constructor func test
    
    Signed-off-by: warber <bernd.warmuth@dynatrace.com>
    
    * cleanup
    
    Signed-off-by: warber <bernd.warmuth@dynatrace.com>
    
    * fixed tests.yml workflow
    
    Signed-off-by: warber <bernd.warmuth@dynatrace.com>
    
    * bit of cleanup
    
    Signed-off-by: warber <bernd.warmuth@dynatrace.com>
    
    * review
    
    Signed-off-by: warber <bernd.warmuth@dynatrace.com>
    warber authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    c15488f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. build(deps): update kubernetes packages to v0.22.12 [skip ci] (patch) (

    …#521)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    1e895bf View commit details
    Browse the repository at this point in the history
  2. build(deps): update golang.org/x/oauth2 digest to 128564f [skip ci] (#…

    …508)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    e4da84c View commit details
    Browse the repository at this point in the history
  3. chore(release): 0.18.0

    Keptn Bot committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    5ff2d40 View commit details
    Browse the repository at this point in the history
Loading