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

🏃 ff release-0.2 to master #507

Merged
merged 21 commits into from
Jun 28, 2019
Merged

🏃 ff release-0.2 to master #507

merged 21 commits into from
Jun 28, 2019

Commits on Apr 15, 2019

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

Commits on Jun 7, 2019

  1. metrics: migrate workqueue provider to v1.14 removing deprecated metrics

    Migration work was already done to move controller-runtime from k8s v1.13 to v1.14, however this introduced certain issues.
    
    Unfortunately, workqueue_queue_duration_seconds and workqueue_work_duration_seconds were included in v0.1.10, but were recorded with microsecond values. Moving to k8s v1.14 corrects those values to seconds.
    
    Primarily this change removes the metrics that were deprecated in k8s v1.14, but were never previously included in v0.1 of controller-runtime.
    
    The one metric that was deprecated and is retained is longest_running_processor_microseconds, as it was included in v0.1.10.
    abursavich authored and DirectXMan12 committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    ce521f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #437 from abursavich/queuemetrics

    🐛 remove deprecated workqueue metrics with invalid names
    k8s-ci-robot committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    d708e3d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #398 from mrkm4ntr/leaderelector-context

    🐛Pass appropriate context to leaderelector.Run
    k8s-ci-robot committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    056a18a View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. 📖 minor updates to the examples

    Mengqi Yu committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    df54457 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Configuration menu
    Copy the full SHA
    0d3fbbc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #463 from adohe/make_useexistingcluster_pointer

    ⚠️ make UseExistingCluster a pointer to support explicitly op…
    k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    386a7bd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #482 from mengqiy/builtinexample

    📖 minor updates to the examples
    k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    f99287c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. 🐛 stop registering webhooks with same path when adding multiple contr…

    …ollers
    
    If a kind has implemented Defaulter and(or) Validator interface(s),
    multiple controllers for this kind should be able to be added to the
    same controller manager.
    Mengqi Yu committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    3547c6c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Merge pull request #486 from mengqiy/multicontroller

    🐛 stop registering webhooks with same path when adding multiple controllers
    k8s-ci-robot committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    e826e01 View commit details
    Browse the repository at this point in the history
  2. Fix runtime/scheme type aliases

    pkg/runtime/scheme was supposed to maintain a type alias to make it
    easier for people to upgrade and/or interact with projects written
    around older versions, but apparently, I forgot to actually leave the
    type alias around.  This fixes that.
    DirectXMan12 committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    8ad94f4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #494 from DirectXMan12/bug/fix-runtime-scheme-alias

    ✨ Fix runtime/scheme type aliases
    k8s-ci-robot committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    3bc1570 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Fix typo

    Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
    ialidzhikov committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    4c27c48 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. update jsonpatch

    kdada committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    cc64c08 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #499 from kdada/master

    🐛 update jsonpatch
    k8s-ci-robot committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    71cdf35 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. ⚠️ split the webhook builder out as a separate builder.

    Controller builder now only build controller; while webhook builder only build webhook.
    Mengqi Yu committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    d36a00e View commit details
    Browse the repository at this point in the history
  2. 🏃 fix go modules checksum mismatch

    Mengqi Yu committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    37842af View commit details
    Browse the repository at this point in the history
  3. Merge pull request #497 from mengqiy/newwebhook

    ⚠️ split the webhook builder out as a separate builder.
    k8s-ci-robot committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    bace658 View commit details
    Browse the repository at this point in the history
  4. ✨ enable conversion webhook in webhook builder

    Main changes:
     - Disable conversion webhook by default and enable only if a type
     implements convertible
     - Enhanced the test coverage to include spoke to spoke conversion
    droot committed Jun 27, 2019
    1 Configuration menu
    Copy the full SHA
    0f2e574 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Merge pull request #504 from droot/feature/enable-conversion-webhook

    ✨ enable conversion webhook in webhook builder
    k8s-ci-robot committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    21c5daf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #496 from ialidzhikov/fix-typo

    ✨ Fix typo
    k8s-ci-robot committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    b5e34e4 View commit details
    Browse the repository at this point in the history