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

feat(cert-manager): additional options for targeting WebhookConfigurations and CRDs #1276

Merged
merged 26 commits into from
May 4, 2023

Commits on Apr 24, 2023

  1. added interface for resource retrieval

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    03e4160 View commit details
    Browse the repository at this point in the history
  2. added implementation for resource retriever

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    d8dbd88 View commit details
    Browse the repository at this point in the history
  3. implementation of resource name and label selector retrievers

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    670f080 View commit details
    Browse the repository at this point in the history
  4. make use of new retriever interface in certificate controller

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    6b776d7 View commit details
    Browse the repository at this point in the history
  5. adapted unit tests

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c243dfd View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. added library for watching certificate secret and registering webhooks

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    05b4eec View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    b735f92 View commit details
    Browse the repository at this point in the history
  2. fix linting issues

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    fbf4fdf View commit details
    Browse the repository at this point in the history
  3. initialize reconciler using New() method

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    06ed238 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7b5db5 View commit details
    Browse the repository at this point in the history
  5. adapt filter predicate

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    8797b1b View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/feat/cert-operator-config' into …

    …feat/cert-operator-config
    bacherfl committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    a479586 View commit details
    Browse the repository at this point in the history
  7. fix linting error

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    2641231 View commit details
    Browse the repository at this point in the history
  8. adapted readme

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b1d094f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Merge remote-tracking branch 'upstream/main' into feat/cert-operator-…

    …config
    
    # Conflicts:
    #	klt-cert-manager/controllers/keptnwebhookcontroller/webhook_cert_controller_test.go
    #	klt-cert-manager/go.mod
    #	klt-cert-manager/go.sum
    bacherfl committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    5d2669a View commit details
    Browse the repository at this point in the history
  2. clean up dependencies

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    774a16f View commit details
    Browse the repository at this point in the history
  3. adapted readme

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    7b30f07 View commit details
    Browse the repository at this point in the history
  4. markdown lint

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    cd461b7 View commit details
    Browse the repository at this point in the history
  5. markdown lint

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    fe7bf2e View commit details
    Browse the repository at this point in the history
  6. markdown lint

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    534ea14 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Merge branch 'main' into feat/cert-operator-config

    # Conflicts:
    #	klt-cert-manager/go.mod
    bacherfl committed May 3, 2023
    Configuration menu
    Copy the full SHA
    329c246 View commit details
    Browse the repository at this point in the history
  2. updated dependencies

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed May 3, 2023
    Configuration menu
    Copy the full SHA
    78ffedc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f63552 View commit details
    Browse the repository at this point in the history
  4. added comment

    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2990829 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    715d230 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. fix typo

    Co-authored-by: Giovanni Liva <giovanni.liva@dynatrace.com>
    Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
    bacherfl and thisthat authored May 4, 2023
    Configuration menu
    Copy the full SHA
    bd7d39c View commit details
    Browse the repository at this point in the history