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: harvester/network-controller-harvester
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: harvester/network-controller-harvester
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 876 files changed
  • 10 contributors

Commits on Jul 24, 2024

  1. Bump dhcp client package

    Signed-off-by: Jian Wang <[email protected]>
    w13915984028 committed Jul 24, 2024
    Copy the full SHA
    cfd78ad View commit details

Commits on Aug 2, 2024

  1. webhook/mutator: filter out the witness node

        - we do not allow any workload on the witness node, so we should
          filter out the witness node when creating the vlan config
    
    Signed-off-by: Vicente Cheng <[email protected]>
    Vicente-Cheng committed Aug 2, 2024
    Copy the full SHA
    1813db8 View commit details

Commits on Aug 5, 2024

  1. controller/node: skip update vlanconfig with witness node

        - we did not apply any vlanconfig on the witness node,
          so we need to skip the vlanconfig update when witness
          node change.
    
    Signed-off-by: Vicente Cheng <[email protected]>
    Vicente-Cheng committed Aug 5, 2024
    Copy the full SHA
    9ca1501 View commit details

Commits on Aug 7, 2024

  1. bump golang v1.22

    Signed-off-by: Chris Chiu <[email protected]>
    mingshuoqiu authored and starbops committed Aug 7, 2024
    Copy the full SHA
    2910980 View commit details

Commits on Aug 12, 2024

  1. Add validation for clusternetwork name length

    rrajendran17 committed Aug 12, 2024
    Copy the full SHA
    9892fc1 View commit details

Commits on Sep 18, 2024

  1. Disable iptables bridge forwarding on initialization

    yaocw2020 authored and bk201 committed Sep 18, 2024
    Copy the full SHA
    6521629 View commit details
  2. Bump bci-base to 15.6

    Signed-off-by: Chris Chiu <[email protected]>
    mingshuoqiu authored and starbops committed Sep 18, 2024
    Copy the full SHA
    1d1dac8 View commit details

Commits on Sep 19, 2024

  1. Copy the full SHA
    bdc4343 View commit details
  2. 2995 remove cluster network validation

    rrajendran17 authored and WebberHuang1118 committed Sep 19, 2024
    Copy the full SHA
    f81a622 View commit details

Commits on Oct 17, 2024

  1. agent: move the iptables bridge forwarding disable to agent register

    The DisableBridgeNF() placed in init() would cause phantom error
    message while restart/kill the network-manager pod. Move it to
    agent register to prevent the unexpected invoke.
    
    Fixes: 6521629 ("Disable iptables bridge forwarding on initializatio")
    mingshuoqiu authored and starbops committed Oct 17, 2024
    Copy the full SHA
    bced981 View commit details

Commits on Oct 24, 2024

  1. CVE: bump protobuf and x related dependecies

    bump packages for CVE-2023-45288
    
    Signed-off-by: Chris Chiu <[email protected]>
    mingshuoqiu authored and bk201 committed Oct 24, 2024
    Copy the full SHA
    61615bb View commit details

Commits on Dec 5, 2024

  1. Make the build consistent across archs for Go to correctly report the…

    … package path inside the binary
    
    Signed-off-by: Guilherme Macedo <[email protected]>
    macedogm authored and ihcsim committed Dec 5, 2024

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    637d6de View commit details

Commits on Dec 24, 2024

  1. feat: add renovate.json & mergify.yml

    Signed-off-by: PoAn Yang <[email protected]>
    FrankYang0529 authored and bk201 committed Dec 24, 2024
    Copy the full SHA
    b2d1e72 View commit details
  2. chore(deps): update module golang.org/x/net to v0.33.0 [security]

    renovate[bot] authored and mergify[bot] committed Dec 24, 2024
    Copy the full SHA
    3736d22 View commit details

Commits on Dec 30, 2024

  1. ci: tune Renovate base branches [skip ci]

    Signed-off-by: Kiefer Chang <[email protected]>
    bk201 committed Dec 30, 2024
    Copy the full SHA
    b3ad6a1 View commit details

Commits on Jan 30, 2025

  1. chore: update copyright year to 2025 and change Rancher Labs to SUSE

    chore: update copyright year to 2025 and change Rancher Labs to SUSE
    jbrockmeyer authored and ibrokethecloud committed Jan 30, 2025
    Copy the full SHA
    ce3dd94 View commit details

Commits on Feb 18, 2025

  1. Bump go to v1.23.4

    Signed-off-by: Chris Chiu <[email protected]>
    mingshuoqiu authored and bk201 committed Feb 18, 2025
    Copy the full SHA
    4ac3d60 View commit details
Loading