devops2 articles
Microsoft Makes Aspire Usable Without Touching C# — TypeScript AppHost Now Fully Supported
Microsoft has released Aspire 13.4, with the headline feature being the general availability of a TypeScript AppHost, meaning TypeScript developers can now use the distributed application development tool without needing to write any C#. Aspire is a CLI-based orchestration and observability tool for building and deploying distributed applications locally, supporting languages including TypeScript, Python, Go, Java, and Rust, with deployment targets such as Azure, Kubernetes, and Docker Compose. Despite being a powerful tool, Aspire has struggled with broader adoption due to its historically .NET-centric nature and difficulty in communicating what it actually does, issues Microsoft is actively working to address.
GitHub Actions Went Down for Three Hours and Told Developers Their Accounts Were Suspended
GitHub Actions experienced an outage lasting over three hours on May 26, disrupting CI/CD workflows for developers worldwide and displaying a misleading "Your account is suspended" error message, which caused additional alarm given how difficult real account suspensions can be to resolve. The outage, attributed to authentication issues, was particularly disruptive because even customers using external or self-hosted runners were affected, as GitHub's cloud service acts as the control plane. Despite recurring reliability problems this year, GitHub's platform continues to grow rapidly, with Actions usage more than doubling since 2023, largely driven by the surge in AI-generated code.