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: cybertec-postgresql/vip-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.0
Choose a base ref
...
head repository: cybertec-postgresql/vip-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 15 commits
  • 13 files changed
  • 4 contributors

Commits on Oct 30, 2024

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

Commits on Nov 12, 2024

  1. [+] bump golang.org/x/sys from 0.26.0 to 0.27.0 (#269)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.26.0 to 0.27.0.
    - [Commits](golang/sys@v0.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c62a5ae View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. [+] bump go.etcd.io/etcd/client/v3 from 3.5.16 to 3.5.17 (#271)

    Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.16 to 3.5.17.
    - [Release notes](https://github.com/etcd-io/etcd/releases)
    - [Commits](etcd-io/etcd@v3.5.16...v3.5.17)
    
    ---
    updated-dependencies:
    - dependency-name: go.etcd.io/etcd/client/v3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7ecae13 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. [!] improve logging and add verbose support for all components

    [+] use `go.uber.org/zap` instead of standard `log` package
    [*] move net related code from `main` to `ipmanager`
    [*] user TriggerKey and TriggerValue names instead of Key and NodeName
    pashagolub committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    00c543a View commit details
    Browse the repository at this point in the history
  2. [-] fix errcheck warning

    pashagolub committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ade8760 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2467c10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d890923 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a094cd View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    9b30051 View commit details
    Browse the repository at this point in the history
  2. [*] refactor NewConfig() (#278)

    supersedes #277
     
    Co-authored-by: Michael Banck <michael.banck@credativ.de>
    pashagolub and mbanck-cd authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c32449e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. [-] fix --retry-num parameter handling, fixes #272 (#280)

    * Fix retry-num parameter handling.
    
    This introduces --retry-num and --retry-after command-line parameters
    and makes sure the value for `retry-num' is more than zero as otherwise
    the ARP client is not being launched.
    
    Fixes: #272
    
    * use pflag.Int() for integer parameters
    
    ---------
    
    Co-authored-by: Michael Banck <michael.banck@credativ.de>
    pashagolub and mbanck-cd authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bf9fece View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

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

Commits on Dec 5, 2024

  1. [+] bump golang.org/x/sys from 0.27.0 to 0.28.0 (#284)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.27.0 to 0.28.0.
    - [Commits](golang/sys@v0.27.0...v0.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    915c2fa View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Configuration menu
    Copy the full SHA
    79e94ab View commit details
    Browse the repository at this point in the history
  2. [*] tidy up .gitignore

    pashagolub authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    9bacc57 View commit details
    Browse the repository at this point in the history
Loading