v0.1.1
Changelog
8ff3ac0 Merge pull request #8 from replicatedhq/laverya/use-go-logger-not-fprintf
a8e2f3b move '.' printing back to fmt.fprintf, as log.Print always includes a newline
569064b use the go logger, not fmt.Fprintf
d3b3241 Merge pull request #6 from replicatedhq/laverya/move-copy-pvc-data-code-to-function
ca93087 wrap error in copyAllPVCs
b615567 Merge pull request #7 from replicatedhq/laverya/include-all-auth-plugins
533e4da move auth import to main.go instead of library files
c5ad829 include all auth plugins
554aad4 Merge branch 'main' into laverya/move-copy-pvc-data-code-to-function
7ad969c Merge pull request #5 from replicatedhq/laverya/improve-usability-as-a-library
564fb0e test pod creation
bb5c015 refactor copy PVC code to move it to a function
72c67a7 pass context, writer and k8s client to Migrate function
1991884 Merge pull request #4 from replicatedhq/laverya/retry-pv-updates
85e89b0 fix sleep ordering
bbbfdfd sleep between attempts to update PVs, and log when doing so
fd4b3df handle pv update conflicts by retrying them up to 5 times
4a318f3 don't set ReadOnly on PVC mounts
338477a Merge pull request #3 from replicatedhq/laverya/refactor-pv-discovery-and-init-code
580e460 fix makefile dependency chain
a79cc4c move PVC creation code inside getPVCs
10181bf move pv/pvc discovery code to a function, and add tests
f8ab2c9 fix krew shortDescription
783d6cd Merge pull request #2 from replicatedhq/laverya/storageclass-caps
b9344b1 fix capitalization for StorageClass in logging