|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [3.3.0](https://github.com/code-kern-ai/cicd-deployment-scripts/compare/v3.2.0...v3.3.0) (2025-07-22) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* parent image improvements ([0d25ab2](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/0d25ab2926f54aff2c50e3cb850c0631b4d97afb)) |
| 9 | + |
| 10 | + |
| 11 | +### Bug Fixes |
| 12 | + |
| 13 | +* add known_hosts to registry_delete.sh ([48da223](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/48da22302f0546a9a3275e0229ff85136bbe1997)) |
| 14 | +* adding dockerfile changes to git ([50e74c2](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/50e74c20f6964744571d155087432eb1bbce4416)) |
| 15 | +* delete_since_days order of execution ([9e0ebe8](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/9e0ebe83700617cb71d52c0cdf2eb354b576136f)) |
| 16 | +* delete_since_days order of execution ([1be9659](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/1be9659cfaa8d17a890f391522bb088dd5d0405b)) |
| 17 | +* dockerfile edit ([3275672](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/32756720074a005dd7f282116636341f19576226)) |
| 18 | +* dockerhub login ([3a0d3a3](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/3a0d3a30ff55b06889c4d83606cb82adbfa1c938)) |
| 19 | +* edit dockerfile defaults ([a0d7dfa](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/a0d7dfabb76585b4ae3349ee6e7ef1bbd9ebc6c6)) |
| 20 | +* edit dockerfile for first-time updates ([ff241e3](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/ff241e36dbfaa6b0029627dde4a7c2be09bfc6a4)) |
| 21 | +* file paths ([38388a9](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/38388a9235d5db33104f78c2788c80b7ca1339c9)) |
| 22 | +* generate matrix for requirements.txt ([76fea8b](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/76fea8bcae1d0311b68d422994d2fa43a16dcbdd)) |
| 23 | +* git pushes ([01e5a44](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/01e5a4430300362d4029f9d547c1cb017fb4241b)) |
| 24 | +* grep fail gracefully ([d217174](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/d217174884c3f65c6d38a8c7b4df5ed792d2226b)) |
| 25 | +* handle repos with no tags ([51692eb](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/51692eb037523962dbf97dfacd20cf844d8fdda8)) |
| 26 | +* install python dependencies ([e5e1963](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/e5e1963f8dbe18a0d0c719b8db5ac54b5e07abe2)) |
| 27 | +* missing dockerfiles ([ec15a5b](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/ec15a5b7516015c20b99867fcc70c7a4a6071197)) |
| 28 | +* multiple docker edits ([9956a71](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/9956a7105e4b141f89d91d74875e555b511dc7e4)) |
| 29 | +* push requirements with conflicts ([31e913b](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/31e913b32b114d86f52575aaac1f2d70426b9763)) |
| 30 | +* registry delete headers ([3a55fd0](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/3a55fd0c17e93698b5c516715bf388a4f1449eb9)) |
| 31 | +* repeating repo updates ([cd2c6e4](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/cd2c6e420ef344c4a6280c80ffc0468f103d107e)) |
| 32 | +* skip building arm64 for DEV builds ([9025d82](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/9025d821c340a766993602a6242029efba293c45)) |
| 33 | +* SSH known_hosts configuration ([207e6b3](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/207e6b3bf58c690d401f3370ad29201e05555d40)) |
| 34 | +* submodule update ([49d97e9](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/49d97e9de40849eea0983f1bf449030d53c2f806)) |
| 35 | +* updating dev.Dockerfile ([58d5f38](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/58d5f38d15752ebba02649155977a5646e1c5ce2)) |
| 36 | +* validate release tag regex ([8a58192](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/8a58192d2b7ddb914dcf558f6c470743100fd3c8)) |
| 37 | +* workflow outputs ([b46f787](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/b46f7876ce1d9b687e0fdf2f6f93962050bc61d6)) |
| 38 | + |
| 39 | + |
| 40 | +### Performance Improvements |
| 41 | + |
| 42 | +* add force delete repo support ([dd00ea5](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/dd00ea51d526187d999b261bf201167a7ab6be8e)) |
| 43 | +* add GPU compilation + rebuild requirements ([3646b21](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/3646b218cc2e14e504fda5b390a943da7ed90432)) |
| 44 | +* commit to parent repositories dev branch ([8e40fbe](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/8e40fbe486051cac7648dc877e3d1c0227048d52)) |
| 45 | +* continue-on-error for dc bulk delete ([40ba045](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/40ba04593da93c3f82de9429d144d382fc15a54b)) |
| 46 | +* DEV registry delete bulk ([#21](https://github.com/code-kern-ai/cicd-deployment-scripts/issues/21)) ([d690347](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/d6903470760ddaad61e23717c1720a0d3eb971ce)) |
| 47 | +* image cleanup ([34c47ac](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/34c47ace12d2cda220543b70e2d2e1afdcf9e1cd)) |
| 48 | +* only update parent requirements on 1st run attempt ([3db47e0](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/3db47e0b97ef21552b61aad573b8cf6d0d6fe004)) |
| 49 | +* push parent image builds to dockerhub ([ed19542](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/ed1954217afcacf900f51b59bb6ffaecb19aa324)) |
| 50 | +* update all dockerfiles on pi release ([dcdec12](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/dcdec123c91c547d0a34b8088762a786d46b66c7)) |
| 51 | +* update parent image settings ([9a77a8d](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/9a77a8d51e1280022a5d4c0831fd796cc5df4416)) |
| 52 | +* update streamline process ([89aa9ce](https://github.com/code-kern-ai/cicd-deployment-scripts/commit/89aa9ce3b2d2a1d6085258e245c62dc22a8534ff)) |
| 53 | + |
3 | 54 | ## [3.2.0](https://github.com/code-kern-ai/cicd-deployment-scripts/compare/v3.1.0...v3.2.0) (2025-01-07)
|
4 | 55 |
|
5 | 56 |
|
|
0 commit comments