News

GitHub Ships Enterprise Server 3.0 Release Candidate

Microsoft's GitHub code hosting platform for version control and collaboration has shipped a Release Candidate for GitHub Enterprise Server 3.0.

"GitHub Enterprise Server is your organization's private copy of GitHub contained within a virtual appliance, hosted on premises or in the cloud, that you configure and control," GitHub documentation says.

This week the company announced the v3.0 RC, which it described as "the biggest ever change to Enterprise Server." Specifically, it highlighted advancements on these fronts:

  • Actions -- developer-first workflow automation and CI/CD: The company said Actions, which ease the automation of software development workflows, is the No. 1 Continuous Integration (CI) solution on GitHub.com. While it was launched a year ago, and introduced as a limited beta in v.2.22, the v3.0 RC sees the inclusion of some top feature requests.
  • Packages -- publish and consume packages together with code: This package hosting service, designed to create end-to-end DevOps workflows that include code, CI and deployment solutions, was also released as a beta with Actions. "Enterprise Server contains all the features developers love about Actions and Packages. Workflows can be triggered by events such as creating an issue, a new release, or opening a pull request -- making it easy to automate and customize your GitHub deployment," GitHub said. "And through GitHub Connect, you have access to over 6,700 actions in the GitHub Marketplace already written by our partners and the community."
  • Mobile Apps (beta) -- iOS and Android apps for collaborating from any device: The company's GitHub Mobile solution was enhanced with support for GitHub Enterprise Server (GHES). It allows developers to triage notifications and manage issues and pull requests from a mobile device.

    GitHub Mobile
    [Click on image for larger view.] GitHub Mobile (source: GitHub).

    The related issue says, "Developers will have the ability to sign into GitHub Enterprise Server accounts as well as a github.com account from the GitHub Mobile app on Android and iOS. If there are multiple accounts, developers can switch between active accounts. GitHub Mobile will only show features that the connected GHES instance supports."

Also announced were enhancements to GitHub Advanced Security, which helps developers spot security issues while coding. Specifically, v.3.0 RC includes code scanning. "It's a developer-first, GitHub-native approach to easily find security vulnerabilities before they reach production," GitHub said. "Powered by the world's most powerful code analysis engine, CodeQL, it automates security as an integral part of the developer workflow."

Along with that, the new release includes a beta version of secret scanning, described as "a lightning-fast engine that detects credentials in your code when they're pushed to GitHub."

More information can be found in the Jan. 15 announcement post and the release notes.

"All these new features are accompanied by security and architecture updates to modernize GitHub Enterprise Server," GitHub said. "The platform is now fully containerized, providing a platform to bring features to you faster and enable administrators to manage GitHub Enterprise Server more flexibly at any scale."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events