Releases: opiproject/sztp
Releases · opiproject/sztp
v0.2.0
0.2.0 (2024-06-12)
Features
- add helper script to extract keys (1d1cd6c)
- add script to change boot image name (1be3717)
- add script to extract client binary from docker image (635e4ec)
- add script to fetch bootstrap logs (4a31c3c)
- add script to run just agent (4be5a8e)
- expose dhclient.leases as argument (9ab1fca)
- move images to their own folder (c3b6908)
Bug Fixes
- 7080 was used for both redirecter and bootstrap (c592b44)
- add deprecation note for docker-compose (5135953)
- add echo how to scp pem files to DPUs (6cbe216)
- add small print for debug (eea97cc)
- add todo in the keys script to start using real iDEVid (ff0906b)
- add trust-anchor-cert to progress (5461c97)
- agent: move certs to a folder, avoid root (70fca4a)
- cert: reuse bootstrap certs for web (9ddcda3)
- certs: remove certs from client docker image (a570359)
- check for error in script (bbd98d2)
- deprecate use of ioutil package (56e79cd)
- deps: update module github.com/jaypipes/ghw to v0.11.0 (0171f80)
- deps: update module github.com/jaypipes/ghw to v0.12.0 (80ad341)
- deps: update module github.com/spf13/cobra to v1.7.0 (a400c0b)
- deps: update module github.com/twin/go-color to v1.4.0 (c721d45)
- deps: update module github.com/twin/go-color to v1.4.1 (0c82913)
- handle ietf-restconf:errors (cb997e9)
- linter (eb36730)
- linter issue (b95621e)
- linter switch case (97858c3)
- pass real os-release file to container (2857708)
- progress: add ssh-host-keys to reporting progress (2c61991)
- progress: remove redundant function argument (98e0f42)
- refactor simplify struct init code (2dcd78c)
- refactor simplify struct init code (26c69db)
- report more progress in new places (5bb9036)
- shellcheck linter (09b0602)
- small readme changes (ac8b7bb)
- sztp: send ssh key when onboarding completed (8f455c5)
- use basename when changing boot image name (478859f)
- web: copy client in addition to server certs (484982c)
- web: enable SSLVerifyClient on web server (25a1b90), closes #342
- web: switch to https (ef66dd5), closes #6
v0.1.1
What's Changed
- ci: fix echo errors that fail ci by @glimchb in #14
- first skeleton structure for szpt-agent by @alknopfler in #15
- fix: change ref broken to go.mod by @alknopfler in #17
- add dockerfile by @glimchb in #16
- add new agent to compose by @glimchb in #18
- Bump docker/setup-buildx-action from 79abd3f86f79a9d68a23c75a09a9a85889262adf to 2 by @dependabot in #21
- move docker to folders by @glimchb in #20
- Bump library/golang from 1.19.1-alpine to 1.19.2-alpine in /sztp-agent by @dependabot in #23
- Configure Renovate by @renovate in #24
- chore(deps): update docker/build-push-action digest to 48888e0 by @renovate in #25
- chore(deps): update docker/login-action digest to f4ef78c by @renovate in #26
- Replace dependabot with revovatebot by @glimchb in #28
- chore(deps): update docker/setup-buildx-action digest to d5234d6 by @renovate in #30
- chore(deps): update docker/metadata-action digest to 210d783 by @renovate in #29
- dhcp: add leases volume by @glimchb in #31
- README: howto test everything by @glimchb in #32
- sztp: start daemon not status by @glimchb in #33
- chore(deps): update python docker tag to v3.10.7 by @renovate in #34
- chore(deps): update instrumentisto/nmap docker tag to v7.93 by @renovate in #35
- chore(deps): update module go to 1.19 by @renovate in #37
- chore(deps): update docker.io/library/fedora docker tag to v37 by @renovate in #38
- ci: add compose ps for debug by @glimchb in #39
- implementation of daemon option in agent by @alknopfler in #22
- chore(deps): update docker/build-push-action digest to f97d6e2 by @renovate in #41
- fix(deps): update module github.com/spf13/cobra to v1.6.0 by @renovate in #43
- fix(deps): update module github.com/twin/go-color to v1.2.0 by @renovate in #44
- chore(deps): update docker/build-push-action digest to c56af95 by @renovate in #45
- chore(deps): update docker/metadata-action digest to 12cce9e by @renovate in #46
- chore(deps): update docker/setup-buildx-action digest to 95cb08c by @renovate in #47
- ci: add YAMLlint by @glimchb in #36
- Add keys and certificates to our go agent by @glimchb in #49
- preparing bootstrap onboarding request by @alknopfler in #48
- chore(deps): update docker.io/library/python docker tag to v3.10.8 by @renovate in #50
- chore(deps): update python docker tag to v3.10.8 by @renovate in #51
- use agent container instead of bootsrap container by @glimchb in #53
- docker: use full path by @glimchb in #52
- move input.json from bootstrap to agent by @glimchb in #55
- curl: reduce docker size by @glimchb in #56
- chore(deps): update docker/setup-buildx-action digest to 59b5ed6 by @renovate in #57
- Testing golang sztp agent by @alknopfler in #58
- parse the start of conveyed-information - rfc5652 (CMS) by @glimchb in #59
- parse onboarding-information json by @glimchb in #62
- add redirect-information struct by @glimchb in #66
- tests: fixing mockup ConveyedInformation responce by @glimchb in #67
- ci: add go testing by @glimchb in #61
- chore(deps): update docker/setup-buildx-action digest to c74574e by @renovate in #68
- add progress by @glimchb in #69
- go: report progress by @glimchb in #70
- chore(deps): update docker/metadata-action digest to d00b20e by @renovate in #71
- chore(deps): update docker/metadata-action digest to 5739616 by @renovate in #73
- chore(deps): update docker/setup-buildx-action digest to 8c0edbc by @renovate in #74
- add ProgressType enum by @glimchb in #72
- ci: fail on go code by @glimchb in #76
- Download image from Server by @alknopfler in #75
- ci: remove sleep by @glimchb in #77
- Pre and post configuration scripts by @alknopfler in #79
- chore(deps): update docker/build-push-action digest to 6e95f19 by @renovate in #80
- copy configuration and refactor pre and post function by @alknopfler in #81
- speed: speed up tests by slkeeping once by @glimchb in #82
- CI: remove sleep, use healthcheck instead by @glimchb in #83
- JSON: fail on errors in json by @glimchb in #84
- fix issues with golint. Tested locally with golint tool by @alknopfler in #87
- fix issues with golint. Tested locally with golint tool by @alknopfler in #88
- rename package and nolint some issues by @alknopfler in #91
- json: strict decoder with DisallowUnknownFields by @glimchb in #90
- ci: add golangci to linters by @glimchb in #89
- removing functions unused from CLI status, disable and enable by @alknopfler in #93
- test: add redirect convey info by @glimchb in #78
- add ProgressType argument by @glimchb in #94
- fix(deps): update module github.com/spf13/cobra to v1.6.1 by @renovate in #99
- report progress returns empty response by @glimchb in #95
- check bootstrapping log by @glimchb in #98
- chore(deps): update docker.io/curlimages/curl docker tag to v7.86.0 by @renovate in #102
- small docker compose fixes by @glimchb in #101
- sztp-server: create entrypoint script by @glimchb in #103
- docker: reduce code duplication by @glimchb in #104
- add web folder by @glimchb in #105
- Add mdns via avahi docker by @glimchb in #107
- mDNS: add client via nmap by @glimchb in #108
- mDNS: update readme and tests by @glimchb in #109
- Add DNS to certificates by @glimchb in #110
- chore(deps): update docker.io/library/golang docker tag to v1.19.3 by @renovate in #111
- CI: add go by @glimchb in #113
- ci: fix coverage by @glimchb in #114
- add redirecting option by @glimchb in #115
- ci: add coverage badge by @glimchb in #116
- chore(deps): update docker/build-push-action digest to ffe65bf by @renovate in #117
- chore(deps): update docker/setup-buildx-action digest to 39a1a82 by @renovate in #119
- chore(deps): update docker/build-push-action digest to 175d02b by @renovate in #118
- Adding more tests to daemon and the rest of files by @alknopfler in #120
- chore(deps): update hadolint/hadolint-action action to v3 by @renovate in #121
- Switch to use redirect server by @glimchb in #122
- Get HW info from DMI/SMBIOS by @glimchb in #125
- fix(deps): update module github.com/twin/go-color to v1.3.0 by @renovate in #126
- chore(deps): update docker/login-action digest to f75d088 by @renovate in #128
- chore(deps): update docker/metadata-action digest to 314ddf6 by @renovate in https://g...