Releases: UWIT-IAM/uw-husky-directory
Releases · UWIT-IAM/uw-husky-directory
2.2.8
2.2.7
2.2.5 was not ever released prior to 2.2.7. This 2.2.7 release will release it's own changes, plus those captured in 2.2.5.
What's Changed
- [GH-143] Show correct page and error when user searches a 0-3 length string. by @goulter in #146
- [GH-149] [GH-147] Fix the Pull Request Validation workflow. by @goulter in #150
- GH-159 Fix the manually update version number to test autodeploy to dev instance (will still require a patch semver guidance)Gh 159 by @goulter in #162
Full Changelog: 2.2.4...2.2.7
2.2.5
[GH-143] Show correct page and error when user searches a 0-3 length …
2.2.4
hotfix for 'REQ6259167' (no login required) (#144) * hotfix for 'REQ6259167' (no login required) * update 3rd party poetry installer to latest * another poetry related dependency update * fix docker paths * [Bot] Update version to 2.2.4 Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2.2.3
Release workflow fixes (#142) * Deprecate reliance on "common-build-scripts" (i.e., tomware) in places where its dependency wasn't noticed before. * Pin flask dependency since 2.2.x broke other dependencies. Shame on flask! * Make HUSKY_DIRECTORY_VERSION a globally required build arg so that it doesn't have to be repeated for all stages. * Update deploy workflow to work with shared build process * Give release workflow a better name. * [Bot] Update version to 2.2.3 Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2.2.2
More fixes to release workflow
2.2.1
Fix inconsistent versioning in deployment image. (#139) * Update fingerprinter to a version that includes the expected utility script. * [Bot] Update version to 2.2.1 * Try to use the head.ref and update the branch being used by the in-progress workflow. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2.2.0
[EDS-631] Prevents long queries from consuming duplicate resources if…
2.1.10
Remove the singular JsonLogger in favor of the uw-it-flask-gunicorn-j…
2.1.9
Add correct permissions to create a release. (#134) * Add correct permissions to create a release. * Remove in-repo action and use shared action to configure gcloud and docker