Skip to content

Releases: projectsyn/k8s-object-dumper

v0.3.0

12 Nov 15:05
74c9d2b
Compare
Choose a tag to compare

12 changes since v0.2.3

🚨 Breaking changes

  • Rewrite dumper in Go (#49)
    Check the Readme for usage instructions for the new version. Differences to original version
    Docker image repository changed from docker.io to ghcr.io.

v0.2.3

23 Jun 16:15
ee9eaf9
Compare
Choose a tag to compare
  • no changes

v0.2.2

23 Jun 16:12
ee9eaf9
Compare
Choose a tag to compare

0 changes since v0.2.1

v0.2.1

23 Jun 15:25
3ca077a
Compare
Choose a tag to compare

1 changes since v0.2.0

🐛 Fixes

  • Various fixes (#18)

v0.2.0

21 Jun 13:15
v0.2.0
f7803a7
Compare
Choose a tag to compare

2 changes since v0.1.1

🛠️ Minor Changes

  • Add changelog generator to workflows (#13)

🔎 Breaking Changes

  • Don't write output if nothing goes wrong (#17)

🐛 Fixes

  • Don't write output if nothing goes wrong (#17)

Release v0.1.1

08 Feb 08:18
a10eb28
Compare
Choose a tag to compare

This release does not contain any large functional changes, but adds the error message which is shown when fetching ProjectRequests on OpenShift 4 cluster with ServiceAccount credentials to the list of expected error messages.

Added

  • Add "You may not request a new project via this API" to potential fetch errors #9

Changed

  • Updated Docker base image to debian:10.7-slim

Release as open source code

16 Oct 09:58
d5d0c5b
Compare
Choose a tag to compare

Added

  • Made list of expected and known to fail types configurable (#4)

Changed

  • Clean up code base (#1)
  • Stream archive before exit (#5)
  • Included more files in output (#6)

Removed

  • Droped creation of output directory (#3)