Skip to content

Releases: ZEISS/pkg

v0.1.22

14 Feb 14:45
Compare
Choose a tag to compare

Changelog (2025-02-14T14:44:27Z)

Welcome to this new release! We hope you enjoy the changes we've made.

Changelog

Features

  • 903cd0f feat(devx): creating proc and waitfor
  • 5d42b10 feat(jsonx): pretty print json
  • 90e5418 feat: k8s wrapped errors

Others

  • 9b65ef8 Merge pull request #100 from ZEISS/dependabot/go_modules/github.com/creack/pty-1.1.24
  • 984d5fe Merge pull request #101 from ZEISS/dependabot/go_modules/firebase.google.com/go/v4-4.15.2
  • f7603e5 Merge pull request #92 from ZEISS/dependabot/go_modules/github.com/openfga/go-sdk-0.6.5
  • 3f65bba Merge pull request #93 from ZEISS/dependabot/go_modules/golang.org/x/crypto-0.33.0
  • e66396a Merge pull request #94 from ZEISS/dependabot/go_modules/tools/github.com/golangci/golangci-lint-1.64.2
  • 422e2ba Merge pull request #95 from ZEISS/dependabot/go_modules/tools/github.com/golangci/golangci-lint-1.64.4
  • 39cc2b1 Merge pull request #96 from ZEISS/dependabot/go_modules/google.golang.org/api-0.221.0
  • 705a7ab Merge pull request #97 from ZEISS/dependabot/go_modules/k8s.io/client-go-0.32.2
  • 77c9986 chore(deps): bump firebase.google.com/go/v4 from 4.15.1 to 4.15.2
  • 8c4df78 chore(deps): bump github.com/creack/pty from 1.1.9 to 1.1.24
  • ad39c11 chore(deps): bump github.com/golangci/golangci-lint in /tools
  • 28f84ae chore(deps): bump github.com/golangci/golangci-lint in /tools
  • c74448f chore(deps): bump github.com/openfga/go-sdk from 0.6.4 to 0.6.5
  • 6ca2edc chore(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0
  • e3dc4ed chore(deps): bump google.golang.org/api from 0.220.0 to 0.221.0
  • 64b56ee chore(deps): bump k8s.io/client-go from 0.32.1 to 0.32.2
  • 140c472 chore: update release of containers
  • 56db576 chore: use cobra for cmd
  • c0a06ab fix(deps): update go modules
  • 368d595 refactor: wait-for cmd move packages

v0.1.21

06 Feb 19:36
2a08b3f
Compare
Choose a tag to compare

Changelog (2025-02-06T19:36:43Z)

Welcome to this new release! We hope you enjoy the changes we've made.

Changelog

Features

  • b76e39a feat(unitx): add new integer interface

Others

  • 4031ea9 Merge pull request #83 from ZEISS/dependabot/go_modules/google.golang.org/api-0.218.0
  • c0b63db Merge pull request #84 from ZEISS/dependabot/go_modules/sigs.k8s.io/controller-runtime-0.20.1
  • c64306b Merge pull request #85 from ZEISS/dependabot/go_modules/google.golang.org/api-0.219.0
  • 05e2665 Merge pull request #86 from ZEISS/dependabot/go_modules/github.com/openfga/go-sdk-0.6.4
  • e4f05a4 Merge pull request #87 from ZEISS/dependabot/go_modules/github.com/spf13/pflag-1.0.6
  • 405573c Merge pull request #88 from ZEISS/dependabot/go_modules/golang.org/x/mod-0.23.0
  • f0220f2 Merge pull request #89 from ZEISS/dependabot/go_modules/golang.org/x/sync-0.11.0
  • 8ce241b Merge pull request #90 from ZEISS/dependabot/go_modules/google.golang.org/api-0.220.0
  • abe5721 Merge pull request #91 from ZEISS/dependabot/go_modules/tools/github.com/go-git/go-git/v5-5.13.0
  • b8d5cb8 chore(deps): bump github.com/go-git/go-git/v5 in /tools
  • 27d0f25 chore(deps): bump github.com/openfga/go-sdk from 0.6.3 to 0.6.4
  • 4b973d0 chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6
  • abfa170 chore(deps): bump golang.org/x/mod from 0.22.0 to 0.23.0
  • c9c1c42 chore(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0
  • cf15eff chore(deps): bump google.golang.org/api from 0.217.0 to 0.218.0
  • cfc9327 chore(deps): bump google.golang.org/api from 0.218.0 to 0.219.0
  • f435255 chore(deps): bump google.golang.org/api from 0.219.0 to 0.220.0
  • b563810 chore(deps): bump sigs.k8s.io/controller-runtime from 0.20.0 to 0.20.1
  • 2a08b3f chore: remove deprecated govet params
  • 0e9a0e9 doc(utilx): add defaults docs
  • 36ceb0b fix(unitx): human size type

v0.1.20

21 Jan 06:52
35e4ec0
Compare
Choose a tag to compare

Changelog (2025-01-21T06:52:45Z)

Welcome to this new release! We hope you enjoy the changes we've made.

Changelog

Features

  • 8fd5e5d feat(envx): add env
  • d09b973 feat(envx): add to env func
  • fbac01f feat(reflectx): add contains option
  • 7cb23db feat(reflectx): add is empty value
  • cd00cf0 feat(reflectx): fold name of string
  • 276eded feat(reflectx): is a valid tag
  • ab65f86 feat: add human size size
  • 7a3b4c3 feat: add len and reverse slice
  • d09c0da feat: add map merge
  • 1655243 feat: add mime to httpx
  • 54f4387 feat: add reflectx
  • b490678 feat: adding envx package
  • aedc4fd feat: adding filex package
  • d7a4394 feat: defaults package
  • 0474f4e feat: homedir package

Others

  • 11cf2ff Merge pull request #53 from ZEISS/dependabot/go_modules/k8s.io/client-go-0.31.3
  • c330b22 Merge pull request #54 from ZEISS/dependabot/go_modules/tools/github.com/golangci/golangci-lint-1.62.2
  • 7a8e855 Merge pull request #55 from ZEISS/dependabot/go_modules/sigs.k8s.io/controller-runtime-0.19.3
  • 655ae34 Merge pull request #56 from ZEISS/dependabot/go_modules/golang.org/x/sync-0.10.0
  • afbac22 Merge pull request #57 from ZEISS/dependabot/go_modules/google.golang.org/api-0.210.0
  • bc96a07 Merge pull request #58 from ZEISS/dependabot/go_modules/golang.org/x/crypto-0.30.0
  • 8f53720 Merge pull request #59 from ZEISS/dependabot/go_modules/firebase.google.com/go/v4-4.15.1
  • 8d39876 Merge pull request #60 from ZEISS/dependabot/go_modules/google.golang.org/api-0.211.0
  • 3fb14e9 Merge pull request #61 from ZEISS/dependabot/go_modules/k8s.io/client-go-0.31.4
  • b7edcb2 Merge pull request #62 from ZEISS/dependabot/go_modules/k8s.io/apimachinery-0.31.4
  • de7c19c Merge pull request #63 from ZEISS/dependabot/go_modules/golang.org/x/crypto-0.31.0
  • e3b3ceb Merge pull request #64 from ZEISS/dependabot/go_modules/k8s.io/client-go-0.32.0
  • 4484ed2 Merge pull request #66 from ZEISS/dependabot/go_modules/tools/golang.org/x/crypto-0.31.0
  • 9ceb835 Merge pull request #67 from ZEISS/dependabot/go_modules/google.golang.org/api-0.212.0
  • b53f390 Merge pull request #68 from ZEISS/dependabot/go_modules/google.golang.org/api-0.213.0
  • 9082d48 Merge pull request #69 from ZEISS/dependabot/go_modules/google.golang.org/api-0.214.0
  • 633d18d Merge pull request #70 from ZEISS/dependabot/go_modules/github.com/gofiber/fiber/v2-2.52.6
  • 0d159fc Merge pull request #71 from ZEISS/dependabot/go_modules/tools/github.com/golangci/golangci-lint-1.63.1
  • 75b826a Merge pull request #72 from ZEISS/dependabot/go_modules/tools/github.com/golangci/golangci-lint-1.63.3
  • 2cb9c21 Merge pull request #73 from ZEISS/dependabot/go_modules/tools/github.com/golangci/golangci-lint-1.63.4
  • 2a87be1 Merge pull request #74 from ZEISS/dependabot/go_modules/golang.org/x/crypto-0.32.0
  • d700c7a Merge pull request #75 from ZEISS/dependabot/go_modules/google.golang.org/api-0.215.0
  • 54cd049 Merge pull request #76 from ZEISS/dependabot/go_modules/sigs.k8s.io/controller-runtime-0.19.4
  • c250921 Merge pull request #77 from ZEISS/dependabot/go_modules/google.golang.org/api-0.216.0
  • 65fbfad Merge pull request #78 from ZEISS/dependabot/go_modules/k8s.io/apimachinery-0.32.1
  • f937d22 Merge pull request #79 from ZEISS/dependabot/go_modules/google.golang.org/api-0.217.0
  • ccc4784 Merge pull request #80 from ZEISS/dependabot/go_modules/k8s.io/client-go-0.32.1
  • 158d856 Merge pull request #81 from ZEISS/dependabot/go_modules/sigs.k8s.io/controller-runtime-0.20.0
  • 92b148d Merge pull request #82 from ZEISS/dependabot/go_modules/tools/golang.org/x/net-0.33.0
  • 4a3ec2b chore(deps): bump firebase.google.com/go/v4 from 4.15.0 to 4.15.1
  • 285b129 chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6
  • a8a31f4 chore(deps): bump github.com/golangci/golangci-lint in /tools
  • 8cb8df3 chore(deps): bump github.com/golangci/golangci-lint in /tools
  • b740158 chore(deps): bump github.com/golangci/golangci-lint in /tools
  • c9dbce8 chore(deps): bump github.com/golangci/golangci-lint in /tools
  • 55e6a1c chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0
  • 723e3d9 chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 in /tools
  • c56d0db chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0
  • 392ff09 chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0
  • cef9119 chore(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 in /tools
  • b58cedf chore(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0
  • 4c680a8 chore(deps): bump google.golang.org/api from 0.209.0 to 0.210.0
  • d6e37c2 chore(deps): bump google.golang.org/api from 0.210.0 to 0.211.0
  • 6442f63 chore(deps): bump google.golang.org/api from 0.211.0 to 0.212.0
  • fecb151 chore(deps): bump google.golang.org/api from 0.212.0 to 0.213.0
  • c1dc4d8 chore(deps): bump google.golang.org/api from 0.213.0 to 0.214.0
  • 3abcbd1 chore(deps): bump google.golang.org/api from 0.214.0 to 0.215.0
  • d279bcc chore(deps): bump google.golang.org/api from 0.215.0 to 0.216.0
  • 4687818 chore(deps): bump google.golang.org/api from 0.216.0 to 0.217.0
  • e41eb39 chore(deps): bump k8s.io/apimachinery from 0.31.3 to 0.31.4
  • d3c8124 chore(deps): bump k8s.io/apimachinery from 0.32.0 to 0.32.1
  • 7ec3a10 chore(deps): bump k8s.io/client-go from 0.31.0 to 0.31.3
  • ca4d921 chore(deps): bump k8s.io/client-go from 0.31.3 to 0.31.4
  • 403b841 chore(deps): bump k8s.io/client-go from 0.31.4 to 0.32.0
  • 40135d6 chore(deps): bump k8s.io/client-go from 0.32.0 to 0.32.1
  • 9fe82b5 chore(deps): bump sigs.k8s.io/controller-runtime from 0.19.2 to 0.19.3
  • 7904d95 chore(deps): bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.19.4
  • 4ca6cb9 chore(deps): bump sigs.k8s.io/controller-runtime from 0.19.4 to 0.20.0
  • 35e4ec0 chore: update depth release
  • 9e2c2f9 chore: update go.mod
  • ba4dd56 doc: update README
  • 69a876f doc: update finalizers docs
  • ef462a5 fix: exhaustive switch

v0.1.19

25 Nov 09:49
6b63736
Compare
Choose a tag to compare

Changelog (2024-11-25T09:49:33Z)

Welcome to this new release! We hope you enjoy the changes we've made.

Changelog

Others

  • 6b63736 chore: update goreleaser config

v0.1.18

20 Nov 08:04
dd706ae
Compare
Choose a tag to compare

Changelog (2024-11-20T08:04:02Z)

Welcome to this new release! We hope you enjoy the changes we've made.

Changelog

  • dd706ae bug: change the interface of pg

v0.1.17

25 Oct 21:00
b000c2a
Compare
Choose a tag to compare

Changelog (2024-10-25T21:00:38Z)

Welcome to this new release! We hope you enjoy the changes we've made.

Changelog

  • b000c2a feat: use map to find in slice

v0.1.16

25 Oct 20:33
6e5ec05
Compare
Choose a tag to compare

Changelog (2024-10-25T20:33:37Z)

Welcome to this new release! We hope you enjoy the changes we've made.

Changelog

v0.1.15

25 Oct 20:18
079a597
Compare
Choose a tag to compare

Changelog (2024-10-25T20:17:58Z)

Welcome to this new release! We hope you enjoy the changes we've made.

Changelog

v0.1.14

25 Oct 12:39
1362921
Compare
Choose a tag to compare

Changelog (2024-10-25T12:39:15Z)

Welcome to this new release! We hope you enjoy the changes we've made.

Changelog

  • 1362921 fix: require empty condition

v0.1.12

11 Oct 07:23
75d68bc
Compare
Choose a tag to compare

Changelog (2024-10-11T07:23:05Z)

Welcome to this new release! We hope you enjoy the changes we've made.

Changelog

  • 75d68bc feat: b64 content hash and hmac sign