Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.0.0 #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

## 1.0.0 (2023-10-17)


### Features

* add helper script to extract keys ([1d1cd6c](https://github.com/glimchb/sztp/commit/1d1cd6cb9d7d75596fd000f26be903a419374c2e))
* add script to change boot image name ([1be3717](https://github.com/glimchb/sztp/commit/1be37173a729a35b78f8815433015a9d86e87c5a))
* add script to extract client binary from docker image ([635e4ec](https://github.com/glimchb/sztp/commit/635e4ec0e4c33c9c1da8b5bbd87bc507ce9d7af9))
* add script to fetch bootstrap logs ([4a31c3c](https://github.com/glimchb/sztp/commit/4a31c3c60c45ec23b875ede301a5dff7742a865c))
* add script to run just agent ([4be5a8e](https://github.com/glimchb/sztp/commit/4be5a8ed7547b81180d280ec7f5ba419eca62fad))
* expose dhclient.leases as argument ([9ab1fca](https://github.com/glimchb/sztp/commit/9ab1fca11dfe21e86e87a0392e1f5bb92a49091c))


### Bug Fixes

* 7080 was used for both redirecter and bootstrap ([c592b44](https://github.com/glimchb/sztp/commit/c592b44263ed1160fd93ba9afa8ef6c988a999e7))
* add deprecation note for docker-compose ([5135953](https://github.com/glimchb/sztp/commit/5135953e83ee4e67dcdd0706495d403b0a1d3f9c))
* add echo how to scp pem files to DPUs ([6cbe216](https://github.com/glimchb/sztp/commit/6cbe21637ec3e43ae18a48c9554d1ae84374141c))
* add todo in the keys script to start using real iDEVid ([ff0906b](https://github.com/glimchb/sztp/commit/ff0906b542b5712fb5404d4eaec06058a832050c))
* check for error in script ([bbd98d2](https://github.com/glimchb/sztp/commit/bbd98d2b0cf5bbd6ae87ef2df7de7669204af304))
* **deps:** update module github.com/jaypipes/ghw to v0.10.0 ([76b19fc](https://github.com/glimchb/sztp/commit/76b19fcaf748270a0f98a8bbf7dd48e6b9d8b3f2))
* **deps:** update module github.com/jaypipes/ghw to v0.11.0 ([0171f80](https://github.com/glimchb/sztp/commit/0171f80ece4b9db5d93844531a668e5756011151))
* **deps:** update module github.com/jaypipes/ghw to v0.12.0 ([80ad341](https://github.com/glimchb/sztp/commit/80ad34153011cc123bde7134174253678e4151ba))
* **deps:** update module github.com/spf13/cobra to v1.6.0 ([62c9c61](https://github.com/glimchb/sztp/commit/62c9c6139b55bc046ec2fd2fa344ab8af85ad925))
* **deps:** update module github.com/spf13/cobra to v1.6.1 ([27d7820](https://github.com/glimchb/sztp/commit/27d782081697c47cd8180b61f7c5ed4694167234))
* **deps:** update module github.com/spf13/cobra to v1.7.0 ([a400c0b](https://github.com/glimchb/sztp/commit/a400c0b1d21c05b587b1ee86966feebf58d4fb5f))
* **deps:** update module github.com/twin/go-color to v1.2.0 ([a08039e](https://github.com/glimchb/sztp/commit/a08039ef07d57ea0286c0d6d3007af525bf9e6dc))
* **deps:** update module github.com/twin/go-color to v1.3.0 ([ae07b52](https://github.com/glimchb/sztp/commit/ae07b52985032aceba15667207465dbc466d5a37))
* **deps:** update module github.com/twin/go-color to v1.4.0 ([c721d45](https://github.com/glimchb/sztp/commit/c721d45f8b7626236f7a994e0daaefab6e499ddd))
* **deps:** update module github.com/twin/go-color to v1.4.1 ([0c82913](https://github.com/glimchb/sztp/commit/0c8291304f08626b481b6abdd0903e24d2a9c323))
* split compose into 2 files ([a33c5f9](https://github.com/glimchb/sztp/commit/a33c5f9d0d24be6e569cb4b8ca69a986286b6ee0))
* use basename when changing boot image name ([478859f](https://github.com/glimchb/sztp/commit/478859f326309704fd890282a8bcbb30cb0fe3c9))