Releases: CircleCI-Public/server-scripts
Releases · CircleCI-Public/server-scripts
Release 4.7.0
What's Changed
- ONPREM-1683 | Added retry logic in Contexts import script by @atulsingh0 in #60
Full Changelog: 4.6.0...4.7.0
Release 4.5.0
What's Changed
- chore: Fix typo by @ryanwohara in #57
- Add note regarding prerequisites and scaling down pods by @vjpandian in #58
- chore: 2.x & 3.x are dead by @ryanwohara in #59
Full Changelog: 4.4.0...4.5.0
Release 4.6.0
Release 4.4.0
Release 4.4.0
This release corresponds with the release of circleci-server 4.4.0.
What's Changed
- Update README.md to reference api token by @soulchips in #56
Full Changelog: 4.3.0...4.4.0
Release 4.3.0
What's Changed
- chore-add | added java dependency by @atulsingh0 in #54
- Create catalog-info.yaml by @soulchips in #55
Full Changelog: 4.2.0...4.3.0
Release 4.2.0
What's Changed
- feat: Vault to Tink migration script by @ryanwohara in #43
- feat: collect rabbitmq queue info by @kelvintaywl in #47
- SERVER-2470 | remove dup logs by @atulsingh0 in #48
- Revert "SERVER-2470 | remove dup logs (#48)" by @atulsingh0 in #49
- Typo fixes in kots-exporter and migratre-3-to-4 README docs by @vjpandian in #44
- Running the k9s migration by @ryanwohara in #46
- Update CODEOWNERS by @atulsingh0 in #50
- SERVER-2528 | added -v flag for verbose log by @atulsingh0 in #52
- migrate-3-to-4: use mongo data volume for backup by @patfreeman in #45
- Update README.md by @ryanwohara in #53
- Server 2520/upgrade mongo script by @soulchips in #51
New Contributors
- @vjpandian made their first contribution in #44
Full Changelog: 4.1.0...4.2.0
Version 4.1.0
Version 4.1.0
This release of server-scripts corresponds to the 4.1.0 release of the CircleCI Server product.
What's Changed
- Fixes a bug in the kots-exporter script where it fails when more than 1 helm app is installed
- Fixes errors in server-3x to server-4x migration script
- Fixes a bug in the kots-exporter script that ensures helm-list looks in the correct namespace
- Readme, github management, and code quality updates
- The nomad status command is now included in the support bundle
- Telegraf config is now base64 decoded as a part of the kots-exporter script
- Simplifies the postgres migration script
- Sets the default release-name as circleci-server
- Increases the migrator timeout to 10 minutes, adds TTL to 24 hours
- Adds logic to remove the migration job once it has completed
- Adds the "pdb" resource to the kots-exporter script
- Adds logic to calculate and include the size of PVCs to the support bundle
- Adds support for server-2x to server-4x migrations
Commit Changelog
- SERVER-2031 | Added pdb resource by @atulsingh0 in #21
- [SERVER-2003] Remove migration job once it has completed by @jbialy in #22
- SERVER-2047 | added job deletion step by @atulsingh0 in #23
- SERVER-2047 | added ttlSecondsAfterFinished in job by @atulsingh0 in #24
- server-2047 | defaulted release name by @atulsingh0 in #25
- server-2047 | simplified postgres migration by @atulsingh0 in #28
- no-jira | fix shellcheck by @atulsingh0 in #30
- server-2020/decrypt-telegraf-config by @soulchips in #27
- server-2100 | added nomad status in support bundle by @atulsingh0 in #29
- shell-check-fix | fix shellcheck by @atulsingh0 in #31
- server-2101 | added pvc size calc by @atulsingh0 in #32
- adding support for 2.x -> 4.x migrations by @soulchips in #35
- server-2042 | add root readme file by @atulsingh0 in #36
- add codeowners file by @lloydChris in #38
- [SERVER-2273] Migrate 3.4 to a new 4.0 instance by @lloydChris in #37
- fix: pass namespace when listing Helm releases by @kelvintaywl in #39
- fix: Missing some quotes for shellcheck by @ryanwohara in #40
- Fix multiple errors from migrate-3-to-4 scripts by @patfreeman in #41
- fix: look up app slug in list of Helm apps by @kelvintaywl in #42
New Contributors
- @jbialy made their first contribution in #22
- @kelvintaywl made their first contribution in #39
Full Changelog: 4.0.0...4.1.0
4.0.0 Release
Corresponding scripts for the server 4.0.x release.
Changelog:
- Migration script now checks for
jq
earlier in the process - Add kots-server-exporter to migrate away from kots to helm
3.2.0 Release
Corresponding server-scripts for the server 3.2.x release.
Changelog:
- Open connections to postgres were causing duplicate records in the build_queue_migrations table on the circle database in postgres. Restart postgres during the restore process to kill any open connections
3.4.0 Release
Corresponding server-scripts for the server 3.4.x release.