Skip to content

Releases: replicatedcom/support-bundle

v0.12.0

13 Mar 18:38
88b5e54
Compare
Choose a tag to compare

Changelog

88b5e54 Merge pull request #123 from replicatedcom/fix-debian-stretch-slim-cves
c045e3e Add more packages to fix cves, unfortunately also adding 20MB
d15e826 Merge pull request #122 from replicatedcom/add-changelog-for-0.12.0
f0f7b7d Update changelog
86dec5d Merge pull request #121 from replicatedcom/remove-redundant-.human-.raw-files
5305e1c Add gradient to docs template. Fix typo
85abcab Merge pull request #120 from replicatedcom/remove-redundant-.human-.raw-files
c1164bb Update mutations.json and schema.json
2843b96 Remove redundant .human and .raw files
a43275a Merge pull request #119 from replicatedcom/fix-unstable-goreleaser
1070098 use --config instead of -c
6db0e08 Merge pull request #118 from replicatedcom/enable-retraced-producer-by-default
91123c7 Enable the retraced producer by default and improve logging
ddf4541 Merge pull request #117 from replicatedcom/andrewlavery/ch6070/add-additional-logging-to-support-bundle
d5e922b Log task spec and time to completion at debug level
a3da85e Merge pull request #116 from replicatedcom/andrewlavery/ch6071/enable-debug-logging-in-support-bundle-container
247ab8e Use LOG_LEVEL env var as log level, default error
71ca476 Merge pull request #115 from replicatedcom/don't-include-empty-output-dir-in-spec
a2cc75a Don't include output_dir if empty
12bc76e Merge pull request #114 from replicatedcom/ch6060-include-structured-source-specs
6f2f25d Include the spec in structured source tasks
cff8811 Merge pull request #113 from replicatedcom/ch6060-include-iproute2-package-in-container
3004a9f Add iproute2 to Dockerfile and Dockerfile-release

Docker images

  • docker pull registry.replicated.com/library/support-bundle:0.12.0
  • docker pull registry.replicated.com/library/support-bundle:latest

Automated with GoReleaser
Built with go version go1.9.4 linux/amd64

v0.11.0

28 Feb 23:49
95ab3df
Compare
Choose a tag to compare

Changelog

95ab3df Merge pull request #112 from replicatedcom/fix-goreleaser
8f9e468 Fix dockerfile binary location && fix .goreleaser.yml to call it
b0808ce Merge pull request #111 from replicatedcom/circleci-run-tests-on-tags
bd423b8 Make test, e2e, and e2e_docker run on tag push
1dbb29f Merge pull request #110 from replicatedcom/update-changelog
9d5dae6 Remove meta.raw and meta.human (leaving meta.json)
6c1c0f8 Update changelog. Misc fixes.
c760e56 Merge pull request #109 from replicatedcom/improve-reading-proc-files
1d76559 For files within /proc, copy from within the support-bundle container
b5728c2 Include file size in index.json and remove empty files (#108)
3953ab9 Recursively copy files within directories when running on host (#107)
38ab752 Merge pull request #106 from replicatedcom/update-default-specs-formatting
0a66e4b Update default specs
b43ff4f Merge pull request #105 from replicatedcom/handle-tar-streams-properly
707372e update docs
5bc7ee4 Update core_read_file test
c689f2f Fix streams-source untar procedure Previously, if more than one file existed in a tar they would overwrite each other if filePath != "" Also change CoreReadFile to behave the same as DockerContainerCp when in a container
26c3e44 Merge pull request #104 from replicatedcom/don't-import-k8s-api-core-in-types-package
535c7ff Fix usage
540daa2 Add copy of single needed type from k8s.io/api/core to types package
1a93362 Merge pull request #103 from replicatedcom/andrewlavery/ch6733/port-0-10-2-support-bundle-fixes-to-master
0bd274b Remove schema.md
1f15602 Update mutations.json & supporting files
caad649 Update schema.json
21471b8 Fix filenames - path.stdout not path/.stdout
6b14c0d Update tests
3bdfaf1 Instead of .raw, include log files as .stdout and .stderr
39aa503 Add docker api version negotiation fallback
b399585 Merge pull request #102 from replicatedcom/dex/docs/dump-schema
ba980a1 last one I think
fa1d062 Merge pull request #98 from dexhorthy/moveSpecShared
c17098d fix the things
3f6fbdb patching up lifecycle
dcb38e3 move spec shared into items
823bb93 add dockerfile-snapshot to use golreleaser build results
7ed281c try with a snapshot
ee6c519 Merge pull request #96 from replicatedcom/dex/ch5183/goreleaser
3559882 next->unstable, deploy to docker hub, fix .next.yml
5821d42 Merge pull request #94 from dexhorthy/dex/chxxxx/default-endpoint
6f2b629 Merge pull request #95 from replicatedcom/dex/ch5183/unstable
8f79ebf Update .goreleaser.next.yml
d0ee025 default endpoint is production
cf34939 Merge pull request #93 from replicatedcom/update-sensible-utils-in-release-dockerfile
0a0c5d9 update sensible-utils in release dockerfile
e104920 Merge pull request #92 from dexhorthy/dex/docs/dump-schema
ffd42a9 okay this is stabilizing
ae24ae2 Release next version on Docker Hub via goreleaser (#90)
6af251b 3000 lines of json on the wall, 3000 lines of json
d7b7d7b more mutations
85bcd45 Merge pull request #91 from dexhorthy/dex/docs/dump-schema
be111d7 pipeline works, getting through descriptions
6d26304 minor err fix
ef818d1 refactor for new spec format (#89)
6e847c1 Fix variable shadowing for lifecycle specs (#88)
fee095b Lifecycle events
ea09340 add label (#87)
e0984d9 Merge pull request #86 from dexhorthy/dex/ch4969/add-customer-meta
babdedf add customer meta
2760c70 remove vestigal files (#85)
e5d7a58 Merge pull request #84 from dexhorthy/dex/ch4344/bundle-upload
a160926 use provided endpoint from CLI
438d193 Support Bundle Upload (#82)
4a1ae35 Address PR #77 issues before merge (#81)
03429f4 [WIP] Pull spec based on customer ID (#77)
1196315 Fix cves [ch4744] (#79)
7170330 [WIP] Re-working the spec (#75)
f5bafbc Code reuse (#74)
46a3d7f [WIP] [DONTMERGE] Initial refactoring to simplify packages (#73)

Docker images

  • docker pull registry.replicated.com/library/support-bundle:0.11.0
  • docker pull registry.replicated.com/library/support-bundle:latest

Automated with GoReleaser
Built with go version go1.9.4 linux/amd64

v0.10.2

26 Jan 20:35
1bcf9af
Compare
Choose a tag to compare

Changelog

1bcf9af Merge pull request #101 from replicatedcom/andrewlavery/ch5679/docker-logs-producer-does-not-separate-streams
b7c3dcd Update docker logs producers to demux logs

Docker images

  • docker pull registry.replicated.com/library/support-bundle:0.10.2
  • docker pull registry.replicated.com/library/support-bundle:latest

Automated with GoReleaser
Built with go version go1.9.3 linux/amd64

v0.10.1

25 Jan 03:06
830dbef
Compare
Choose a tag to compare

Changelog

830dbef Use docker error message to negotiate api version as a fallback (#99)
fd7cc5c update sensible-utils in release dockerfile
a18d7fd Revert "explicitly set sensible-utils version"
16edfbd explicitly set sensible-utils version
9ee2092 Fix cves [ch4744]

Docker images

  • docker pull registry.replicated.com/library/support-bundle:0.10.1
  • docker pull registry.replicated.com/library/support-bundle:latest

Automated with GoReleaser
Built with go version go1.9.2 linux/amd64

v0.10.0

05 Dec 21:48
601a8ce
Compare
Choose a tag to compare

Changelog

601a8ce Merge pull request #72 from replicatedcom/andrewlavery/ch3017/swarm-support-for-external-support-bundle
efd99e8 Updated docker client library to latest
22838fe Swarm specific commands: services, service-logs, swarm-nodes, swarm-node-tasks, stack-services, stack-services-logs, stack-tasks, stack-tasks-logs
Docker images:

  • registry.replicated.com/library/support-bundle:0.10.0

Automated with GoReleaser
Built with go version go1.9.2 linux/amd64

v0.9.1

01 Dec 19:25
464b8f0
Compare
Choose a tag to compare

Changelog

464b8f0 Enable outputting to a URL if one is provided (#71)
2e74be1 Merge pull request #70 from replicatedcom/backfill-changelog-data
b031c0f Backfill changelog

Docker images:

  • registry.replicated.com/library/support-bundle:0.9.1

Automated with GoReleaser
Built with go version go1.9.1 linux/amd64

v0.9.0

22 Nov 18:13
3978fc5
Compare
Choose a tag to compare

Changelog

3978fc5 v0.9.0 (#69)
e4e3b70 [ch3016] Kubernetes Support (#68)

Docker images:

  • registry.replicated.com/library/support-bundle:0.9.0

Automated with GoReleaser
Built with go version go1.9.1 linux/amd64

v0.8.1

18 Nov 00:59
7b6b91c
Compare
Choose a tag to compare

Changelog

7b6b91c Merge pull request #67 from replicatedcom/goreleaser-version-fix [ch3697]
0fe8696 goreleaser fixes: use full path to package variables and fix time parsing

Docker images:

  • registry.replicated.com/library/support-bundle:0.8.1

Automated with GoReleaser
Built with go version go1.9.1 linux/amd64

v0.8.0

17 Nov 22:01
2f77f66
Compare
Choose a tag to compare

Changelog

2f77f66 Merge pull request #63 from divolgin/3702
f83c750 Merge pull request #66 from replicatedcom/dockerfile-builds-with-make-build
d182cdc dockerfile builds with 'make build'
b53d1b4 More clean up filepaths [ch3699] (#65)
2d0fb16 Merge pull request #64 from replicatedcom/andrewlavery/ch3697/add-a-version-file-to-denote-support-bundle
c05d600 updating goreleaser to provide build information
4cbd712 [ch3702] Support bundle containers are not getting cleaned up
90d06a9 Clean up filepaths, fix proc cpuinfo [ch3699] (#62)
99c365d Merge pull request #61 from replicatedcom/andrewlavery/ch3697/add-a-version-file-to-denote-support-bundle
32eb6dd Added file for support bundle version

Docker images:

  • registry.replicated.com/library/support-bundle:0.8.0

Automated with GoReleaser
Built with go version go1.9.1 linux/amd64

v0.7.0

17 Nov 18:38
f1b17d8
Compare
Choose a tag to compare

Changelog

f1b17d8 Merge pull request #59 from divolgin/3671
7ee0ec8 [ch3671] /var/log/upstart/docker.log missing from support bundle - also removing extra subfolders from docker copied files

Docker images:

  • registry.replicated.com/library/support-bundle:0.7.0

Automated with GoReleaser
Built with go version go1.9.1 linux/amd64