This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
Releases: cloudfoundry-incubator/quarks-utils
Releases · cloudfoundry-incubator/quarks-utils
v0.0.2 🌈
Changes
- RestartOperator doesn't use namespaced name @manno (#116)
- Update NewCallQueue func @rohitsakala (#115)
- Update controller runtime package @rohitsakala (#113)
- Add curl helper for e2e tests @manno (#114)
- Add serviceworks func to check accessibility of the service @rohitsakala (#111)
- Update golangci-lint.yml @rohitsakala (#112)
- Add WaitForPodCount integration helper @manno (#110)
- Add helper func to create a ratelimiter with different timings @manno (#108)
- Fix flaky integration test by waiting for service account @manno (#105)
- Configurable webhook prefixes @manno (#103)
- Bump github.com/spf13/cobra from 0.0.5 to 0.0.7 @dependabot-preview (#101)
- Rename quarks-operator docker image @manno (#88)
🚀 Features
v0.0.1 🌈'
Changes
- Add --force-update flag to helm repo add @rohitsakala (#94)
- Bump controller-runtime to 0.6.3 @manno (#92)
- Add ownerkind argument in create vss func @rohitsakala (#93)
- Correct info about test logs location @manno (#90)
- Remove build-helm from test-helm @manno (#89)
- Add podref package @manno (#91)
- Add additionalPrinterColumns to apply CRD @manno (#86)
- Add test for using docker image sha reference @manno (#87)
- Add deletenamespace func @rohitsakala (#84)
- Fix gen-kube on go 1.14 @manno (#85)
- Remove _index.md from CLI docs @manno (#83)
- Update golangci-lint config @manno (#81)
- Fix golangci issues on master branch @edwardstudy (#78)
- Add versioning script from the quarks-job/quarks-secret operators @manno (#80)
- Fix DumpENV script location @manno (#79)
- On Mac use gnu-tar if installed @manno (#77)
- Use old 300s default timeout @manno (#76)
- Add CLI docs generation utils @mudler (#74)
- Move credsgen to quarks-utils @mudler (#75)
- Integration tests can configure MACHINE_TIMEOUT, was 5 minutes @manno (#73)
- Add helm/kubectl helpers @mudler (#72)
- Add golangci-lint to github actions @manno (#71)
- Add dump_env.sh to shared scripts @manno (#70)
- Add shared code to set up operator webhooks @manno (#69)
- Add kubectl helpers @mudler (#66)
- Moved from quarks-operator to be shared with quarks-statefulset @manno (#67)
- Shared start manager and aftereach teardown integration helpers @manno (#68)
- Add NukeNamespaces shared integration test helper @manno (#65)
- Add a 10s timeout to WaitForPort @manno (#64)
- Fix when using 'go mod edit replace' for shared script loader @manno (#63)
- Add helpers to create/delete ServiceAccount and RoleBinding @mudler (#62)
- Ensure quarks-operator image is named 'cf-operator' @manno (#61)
- Add more shared scripts @manno (#59)
- Add bin/tools-shared-get-v1.sh to download the shared bin dir @manno (#58)
- Add UpdateService for e2e tests @manno (#57)
- Fix coverage report @rohitsakala (#56)
- Fix coverage script @rohitsakala (#54)
- Remove confusing ginkgo debug output @manno (#55)
- Switch to Github Actions @rohitsakala (#50)
- Make vet exit the lint script with failure @manno (#53)
- Fix coverage in concourse @rohitsakala (#52)
- Shared test scripts improvements @manno (#51)
- Add env var to enable ginkgo debug mode @manno (#49)
- Always run go mod vendor on bin/gen-kube @mudler (#47)
- Add common scripts @mudler (#48)
- Add bin/gen-kube @mudler (#45)
- Ignore last reconcile annotation on secrets @rohitsakala (#46)
- Rearrange annotation logic in create func @rohitsakala (#44)
- Add testing helper to create labeled namespaces @manno (#40)
- Logger colorizes log level @manno (#43)
- Add annotations arg in create secret func @rohitsakala (#41)
- Make Meltdown period configurable @mudler (#42)
- fix: signature for apply_crd @viovanov (#39)
- Revert "Add testing helper to create labeled namespaces" @viovanov (#38)
- fix: bump controller-runtime @viovanov (#37)
- Add testing helper to create labeled namespaces @manno (#35)
- Increase ctx timeout to 300 sec @rohitsakala (#36)
- Remove cf-operator specific name funcs @manno (#34)
- Add logger package to support trace logging @manno (#33)
- Add sanitize func for sub domain names, up to 253 chars @manno (#31)
- E2E tests no longer try to install tiller @manno (#30)
- Add the volume name sanitizer @manno (#28)
- Add preserveunknownfields field to crd spec @rohitsakala (#27)
- Watch namespace does not fall back to operator namespace if unset @manno (#26)
- Add quarks link naming functions @HeavyWombat (#25)
- Bump to controller-runtime 0.4.0 @manno (#24)
- E2E helper can use helm3 binary if available @manno (#23)
- Add wait for config map integration test helper @manno (#22)
- Add badges for godoc, go report, coveralls @edwardstudy (#21)
- Increase meltdown duration from 5s to 60s @manno (#20)
- WaitForData also waits for pod to exist @manno (#19)
- Fix test namespace cleanup @viovanov (#18)
- Separate operator namespace from watched namespace in e2e tests @viovanov (#17)
- Add more end to end test helpers @manno (#15)
- Rename 'WithVars' DeploymentSecretType to 'DesiredManifest' @manno (#16)
- QuarksLink entanglement naming @manno (#14)
- Add docker repo to cmd helper @manno (#13)
- Do not bump identical secrets @rohitsakala (#12)
- Stricter checking for versioned secret names @manno (#8)
- Rename API group name to "quarks.cloudfoundry.org" @manno (#9)
- Rename quarks resources @edwardstudy (#11)
- Add default value to docker image tag cmd line switch @manno (#7)
- Added Service command helper @f0rmiga (#6)
- 169094953 missing unit test @manno (#4)
- Parse operator image pull policy from command line @manno (#3)
- Add helpers for setting up the command line interface @manno (#2)