Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.3.1

    go-cloudvps v0.3.1
    
    This release fixes updating Puppet prefixes where roles or Hiera data
    has not been set.
    
    Taavi Väänänen (1):
          puppet: Use omitempty for optional attributes
  • v0.3.0

    go-cloudvps v0.3.0
    
    This release upgrades Gophercloud v2 and improves handling of deleted
    proxies.
    
    Andrew Bogott (1):
          webproxy: Handle 404 return code from API
    
    Taavi Väänänen (5):
          build: update gophercloud to 1.4.0
          build: update gophercloud to 1.7.0
          build: Add GitLab CI to run tests
          build: Upgrade testify
          Upgrade to Gophercloud v2
  • v0.2.0

    go-cloudvps v0.2.0
    
    Taavi Väänänen (4):
          clients: abstract out getClient
          build: update gophercloud to v1.1.1
          build: update gophercloud to v1.3.0
          puppet: Add experimental puppet prefix client
  • v0.1.1

    go-cloudvps v0.1.1
    
    Taavi Väänänen (1):
          build: upgrade dependencies
  • v0.1.0

    Release 0.1.0
    
    Initial tagged release.
    
    Taavi Väänänen (11):
          Initial commit
          Add code to interact with web proxy domain list
          webproxy: add proxy listing
          webproxy: go fmt
          webproxy: add endpoint to find a single proxy
          webproxy: Add missing doc comment
          webproxy: add CreateProxy
          webproxy: add UpdateProxy
          webproxy: add DeleteProxy
          webproxy: use pointers
          webproxy: fix URL handling