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

Bump Infoblox go client to v2 (2.1.2-0.20220727224704-88a5ba602dbf) #931

Closed
wants to merge 2 commits into from

Commits on Aug 2, 2022

  1. Bump Infoblox go client to v2 (2.1.2-0.20220727224704-88a5ba602dbf)

    The latest released version of this go client doesn't have the full
    support for CRUDING the TXT records (get is missing) so we need to depend on a git sha.
    
    It was a major version upgrade so some API was changed and some method signatures were modified.
    
    Namely:
     - inicialization of the client is different, it now requires the auth config to be passed as a separate struct
     - creating TXT record requires a view argument
     - `uint -> uint32` for ttl in method signatures
     - `*ibcl.ObjectManager -> ibcl.IBObjectManager`
    
    Signed-off-by: Jirka Kremser <[email protected]>
    jkremser committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    bcbc8fa View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. align tests w/ infoblox-client@v2

    Signed-off-by: Jirka Kremser <[email protected]>
    jkremser committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    0be653c View commit details
    Browse the repository at this point in the history