Releases: UWIT-IAM/uw-husky-directory
Releases · UWIT-IAM/uw-husky-directory
2.4.2
What's Changed
- [GH-188] - Add mobile phone number to summary search result by @soufianerafik in #189
Full Changelog: 2.4.1...2.4.2
2.4.1
What's Changed
- [GH-163] - replace the deprecated 'set-output' with GITHUB_OUTPUT by @goulter in #164
- [GH-165] - Prevent double Base64 encoding of profile href + Github Actions updates by @soufianerafik in #166
- [GH-167] - Update
PWS_HOST
with new value from REQ7051889 by @soufianerafik in #168 - [GH-169] - Fix
create-release.yml
Workflow Issues and Update Poetry Tox Command Syntax by @soufianerafik in #172 - [GH-171] - Update
deploy.yml
to Send Notifications to Microsoft Teams and Align with Other Repos by @soufianerafik in #173 - [GH-174] - Allow all "whitepages email addresses" to appear for users on all screens by @soufianerafik in #175
- [GH-177] - Update
pull_request_template.md
by @soufianerafik in #178 - [GH-176] - Migrate from Google Container Registry (GCR) to Google Artifact Registry (GAR), remove unused scripts by @soufianerafik in #180
- [GH-181] - Update scheduled-maintenance.yml workflow by @soufianerafik in #183
- [GH-182] - Improved search results UI, CSS Refactoring and Cleanup by @soufianerafik in #185
Full Changelog: 2.2.7...2.4.1
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…