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: metacontroller/metacontroller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.2
Choose a base ref
...
head repository: metacontroller/metacontroller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 5 commits
  • 13 files changed
  • 2 contributors

Commits on May 4, 2022

  1. ci(helm): Add helm chart testing

    Signed-off-by: Mike Smith <10135646+mjsmith1028@users.noreply.github.com>
    mikesmithgh authored and grzesuav committed May 4, 2022
    Configuration menu
    Copy the full SHA
    bcb1840 View commit details
    Browse the repository at this point in the history
  2. test(helm): Add test for leader election

    Signed-off-by: Mike Smith <10135646+mjsmith1028@users.noreply.github.com>
    mikesmithgh authored and grzesuav committed May 4, 2022
    Configuration menu
    Copy the full SHA
    f8b2dff View commit details
    Browse the repository at this point in the history
  3. fix: Add dlv to debug dockerfile and expose command in helm chart

    Signed-off-by: Mike Smith <10135646+mjsmith1028@users.noreply.github.com>
    mikesmithgh authored and grzesuav committed May 4, 2022
    Configuration menu
    Copy the full SHA
    1e2b611 View commit details
    Browse the repository at this point in the history
  4. chore(helm): Use commandArgs for all command arguments

    BREAKING CHANGE: The following helm values are removed.
    The equivalent command arguments can now be passed directly to the
    `commandArgs` value.
    
    - discoveryInterval
    - cacheFlushInterval
    - zap.logLevel
    - zap.devel
    - zap.encoder
    - zap.stacktraceLevel
    
    Signed-off-by: Mike Smith <10135646+mjsmith1028@users.noreply.github.com>
    mikesmithgh authored and grzesuav committed May 4, 2022
    Configuration menu
    Copy the full SHA
    b78476e View commit details
    Browse the repository at this point in the history
  5. chore(release): 4.0.0

    # [4.0.0](v3.0.2...v4.0.0) (2022-05-04)
    
    ### Bug Fixes
    
    * Add dlv to debug dockerfile and expose command in helm chart ([1e2b611](1e2b611))
    
    ### chore
    
    * **helm:** Use commandArgs for all command arguments ([b78476e](b78476e))
    
    ### BREAKING CHANGES
    
    * **helm:** The following helm values are removed.
    The equivalent command arguments can now be passed directly to the
    `commandArgs` value.
    
    - discoveryInterval
    - cacheFlushInterval
    - zap.logLevel
    - zap.devel
    - zap.encoder
    - zap.stacktraceLevel
    
    Signed-off-by: Mike Smith <10135646+mjsmith1028@users.noreply.github.com>
    semantic-release-bot committed May 4, 2022
    Configuration menu
    Copy the full SHA
    6d053d3 View commit details
    Browse the repository at this point in the history
Loading