Skip to content

Releases: KinsonDigital/Infrastructure

🚀Production Release - v13.6.3

16 Jan 23:35
Compare
Choose a tag to compare

Infrastructure Production Release Notes - v13.6.3

Bug Fixes 🐛

  1. #214 - Fixed an issue with building tweets when sending tweets during a release.

🚀Production Release - v13.6.2

06 Jun 10:09
Compare
Choose a tag to compare

Infrastructure Production Release Notes - v13.6.2

Bug Fixes 🐛

  1. #210 - Fixed bugs with processing arguments in the milestone-exists.ts and github-release-does-not-exist.ts scripts.

🚀Production Release - v13.6.1

02 Jan 00:28
15a6a0b
Compare
Choose a tag to compare

Infrastructure Production Release Notes - v13.6.1

Bug Fixes 🐛

  1. #204 - Updated kd_clients library for bug fix.

Dependency Updates 📦

  1. #206 - Updated kd_clients library to version v1.0.0-preview.8

🚀Production Release - v13.6.0

18 Dec 17:41
Compare
Choose a tag to compare

Infrastructure Production Release Notes - v13.6.0

New Features ✨

  1. #202 - Added dotnet SDK check system.
    • This system was created as a reusable workflow so other organization projects can create status checks for the dotnet SDK setup of the project.
    • Added check to reusable dotnet release workflows for dotnet library and action releases

Dependency Updates 📦

#202 - Added the walkSync module v0.207.0 to the project.


Other 🪧

(Includes anything that does not fit into the categories above)
  1. #202 - Made various changes to the VSCode ide configuration.
  2. #202 - Made the following CICD changes:
    • Updated all deno versions to use repo variable
    • Added dotnet sdk setup validation to dotnet release workflows
    • Updated workflows to use preview branch
    • Removed testing workflow
    • Improved version regex in workflow validation job
    • Setup workflow version status check to only run for release branches
    • Changed emoji of reusuable workflows
    • Rearranged workflow inputs and input usage
  3. #202 - Performed various refactoring changes and added the following improvements:
    • Improved csharp version service by using new util funcs
    • Cleaned and reformat code to project coding standards
    • Added util funcs for dotnet sdk versions
    • Created func to check if a csproj contains the target framework tag
    • Improved version regex
    • Added task to deno config file