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

Use custom DNS server without adding it to system #36

Commits on May 13, 2022

  1. Initial commit

    sunshetty committed May 13, 2022
    Copy the full SHA
    e4567b6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. SIVT 1.2 release - Initial commit

    Signed-off-by: Sunil Shetty <sunilsh@vmware.com>
    sunshetty committed May 14, 2022
    Copy the full SHA
    b182d89 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. SIVT release 1.2 marketplace update link

    Signed-off-by: Sunil Shetty <sunilsh@vmware.com>
    (cherry picked from commit 3aca59e)
    sunshetty committed May 16, 2022
    Copy the full SHA
    40c0b7c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Dependabot alert fixes on package-lock.json (vmware-tanzu#28)

    Signed-off-by: Rashi Khandelwal <rashik@vmware.com>
    rashikwal committed May 19, 2022
    Copy the full SHA
    c14c39b View commit details
    Browse the repository at this point in the history
  2. Fix link to Azure reference architecture (vmware-tanzu#22)

    Signed-off-by: Ian Zink <izink@pivotal.io>
    z4ce committed May 19, 2022
    Copy the full SHA
    a7447c7 View commit details
    Browse the repository at this point in the history
  3. Fixing Documentation issues (vmware-tanzu#31)

    Signed-off-by: Tasmiya Bano <tbano@tbano-a01.vmware.com>
    
    Co-authored-by: Tasmiya Bano <tbano@tbano-a01.vmware.com>
    tasmiya-bano and Tasmiya Bano committed May 19, 2022
    Copy the full SHA
    c77048d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Use custom DNS server without adding it to system

    Currently, SIVT will fail if the DNS resolver it was configured with cannot
    resolve custom Avi FQDNs. This might not work for customers who want to
    use FQDNs that will only live on the DNS resolver that they provided to the
    UI.
    
    This commit fixes that by using `dns.resolver` and monkey-patching
    `urllib.connection.create_connection` to ensure that the resolver that
    the user provided is used during environment turn up.
    
    Signed-off-by: Carlos Nunez <ncarlos@vmware.com>
    carlosonunez-vmw committed May 25, 2022
    Copy the full SHA
    ee0b5d7 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Ensure that patched create_connection is used

    Signed-off-by: Carlos Nunez <ncarlos@vmware.com>
    carlosonunez-vmw committed May 26, 2022
    Copy the full SHA
    c4ba143 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Publish 1 2 (vmware-tanzu#32)

    * Fix merge conflicts
    
    Signed-off-by: srinivasme21 <srinivasme@vmware.com>
    
    * Review and fix typos and formatting
    
    Signed-off-by: srinivasme21 <srinivasme@vmware.com>
    
    * Fix format
    
    Signed-off-by: srinivasme21 <srinivasme@vmware.com>
    
    * Update staging URLs to production
    
    Signed-off-by: srinivasme21 <srinivasme@vmware.com>
    
    * Fix release version in title
    
    Signed-off-by: srinivasme21 <srinivasme@vmware.com>
    srinivasme21 committed May 27, 2022
    Copy the full SHA
    f491292 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. AWS Documentation fix for vmware-tanzu#20 (vmware-tanzu#33)

    * Fixing Documentation issues
    
    Signed-off-by: Tasmiya Bano <tbano@tbano-a01.vmware.com>
    
    * Docmentation fix for AWS
    
    Signed-off-by: Tasmiya Bano <tbano@tbano-a01.vmware.com>
    
    Co-authored-by: Tasmiya Bano <tbano@tbano-a01.vmware.com>
    tasmiya-bano and Tasmiya Bano committed May 30, 2022
    Copy the full SHA
    6eea03b View commit details
    Browse the repository at this point in the history
  2. Fix 'int is not iterable' during TMC validation (vmware-tanzu#37)

    Users get the message above when TMC token validation fails. This pull
    request fixes that.
    
    Signed-off-by: Carlos Nunez <ncarlos@vmware.com>
    carlosonunez-vmw committed May 30, 2022
    Copy the full SHA
    abc93b0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Adding github workflows: SpecllCheck and LinkCheck

    Signed-off-by: Sunil Shetty <sunilsh@vmware.com>
    sunshetty committed May 31, 2022
    Copy the full SHA
    5127419 View commit details
    Browse the repository at this point in the history
  2. Implemented Github actions Spellcheck, Links-check, Orphaned-content …

    …check, wrapped-link check
    
    Signed-off-by: Sunil Shetty <sunilsh@vmware.com>
    sunshetty committed May 31, 2022
    Copy the full SHA
    8fe7931 View commit details
    Browse the repository at this point in the history
  3. fixes vmware-tanzu#34

    Signed-Off-By: Carlos Nunez <ncarlos@vmware.com>
    carlosonunez-vmw committed May 31, 2022
    Copy the full SHA
    bfc3c4e View commit details
    Browse the repository at this point in the history
  4. fix: propagate custom dns to kind bootstrapper

    The bootstrapping cluster forwards `/etc/resolv.conf` to CoreDNS, which
    prevents FQDNs with domains in the custom DNS servers from resolving.
    This fixes that.
    
    Signed-off-by: Carlos Nunez <ncarlos@vmware.com>
    carlosonunez-vmw committed May 31, 2022
    Copy the full SHA
    2f88f86 View commit details
    Browse the repository at this point in the history
  5. fix: restore old /etc/resolv.conf before doing anything

    Signed-off-by: Carlos Nunez <ncarlos@vmware.com>
    carlosonunez-vmw committed May 31, 2022
    Copy the full SHA
    9921573 View commit details
    Browse the repository at this point in the history
  6. fix: more fixes

    Signed-off-by: Carlos Nunez <ncarlos@vmware.com>
    carlosonunez-vmw committed May 31, 2022
    Copy the full SHA
    85d5fef View commit details
    Browse the repository at this point in the history
  7. fix: send in servers literally

    Signed-off-by: Carlos Nunez <ncarlos@vmware.com>
    carlosonunez-vmw committed May 31, 2022
    Copy the full SHA
    fcc6772 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. move into its own library

    Signed-off-by: Carlos Nunez <ncarlos@vmware.com>
    carlosonunez-vmw committed Jun 1, 2022
    Copy the full SHA
    f986b72 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into fix/use-custom-dns-…

    …server
    
    Signed-off-by: Carlos Nunez <ncarlos@vmware.com>
    carlosonunez-vmw committed Jun 1, 2022
    Copy the full SHA
    67b1edb View commit details
    Browse the repository at this point in the history