Skip to content

Releases: AbsaOSS/gopkg

0.1.3

04 Feb 15:50
v0.1.3
599d7e8
Compare
Choose a tag to compare

Breaking changes

  • module strings was renamed to string
  • dns.Dig takes one additional bool parameter, if false is passed, it behaves as before - use UDP.
    Dig(edgeDNSServer, fqdn string) -> Dig(edgeDNSServer, fqdn string, useUDP bool)
    

Changelog

599d7e8 Merge pull request #13 from jkremser/missing-test
77fa3ae Run tests against open pull requests
9c78049 Test for tcp dig + fixing the dns tests
c96778e Merge pull request #11 from jkremser/dig-tcp
977e812 Make Dig configurable whether it should use TCP or UDP
8821470 Adding this guy to CODEOWNERS (#12)
c780be4 Merge pull request #9 from AbsaOSS/update-naming
3bcdcc0 Follow design recommendations

v0.1.2

22 Mar 14:40
cce812f
Compare
Choose a tag to compare

Breaking changes

  • rename strings.Format() to strings.ToString()

v0.1.1

19 Mar 13:29
3f998c5
Compare
Choose a tag to compare
Merge pull request #6 from AbsaOSS/gopkg-controller

gopkg v0.1.1

v0.1.0

18 Mar 09:41
c6504f1
Compare
Choose a tag to compare

gopkg provides new extensions:

  • controller package controller extends sigs.k8s.io/controller-runtime
  • dns DNS contains helper functions related to DNS.
  • k8s Package k8s provides extensions for k8s apimachinery/pkg/apis
  • reflect Package reflect provides helper functions related to reflection
  • strings Package strings provide helper functions related to string

see: https://github.com/AbsaOSS/gopkg

v0.0.1

02 Nov 14:04
1ffd81d
Compare
Choose a tag to compare
Merge pull request #2 from AbsaOSS/1-basic-repository-structure

Initial project structure