Recent quality of life improvements in the Cloudsmith web app
We’ve updated the Cloudsmith web app with several improvements to streamline your daily workflow and provide better visibility into your account usage…
We’ve added support for generic upstreams to the Cloudsmith Terraform provider. This update allows customers to automate the proxying and caching of any file-based asset - such as raw binaries or scripts - directly via Infrastructure as Code.
By setting the upstream_type to generic within the cloudsmith_repository_upstream resource, you can integrate external file sources into your supply chain with consistent, repeatable configurations.
Resource configuration
resource "cloudsmith_repository_upstream" "gradle_distributions" {
name = "Gradle Distributions"
namespace = "${data.cloudsmith_organization.my_organization.slug_perm}"
repository = "${resource.cloudsmith_repository.my_repository.slug_perm}"
upstream_type = "generic"
upstream_url = "https://services.gradle.org"
upstream_prefix = "distributions"
}
View our documentation for more details on the new generic format and upstreams.
We’ve updated the Cloudsmith web app with several improvements to streamline your daily workflow and provide better visibility into your account usage…
We are deprecating the Client Logs, Client Statistics, and Package Statistics views within the classic Cloudsmith web app. Users navigating to these pages will now see a notice directing them to our new web application to view their data…
We have added the edge_response field to our automated S3 and Azure client log exports…
We’ve rolled out a suite of updates to Broadcasts to help you deliver a more professional, secure, and transparent experience to your end users…
Cloudsmith’s new Generic package format offers a flexible way to upload and manage any file or binary within Cloudsmith. This release includes upstream proxying and caching, enabling teams to fetch assets from external sources that don’t fit into standard package ecosystems…
We’ve added multi-select support for packages in the Cloudsmith web app, making it easier and faster to take action across multiple packages at once…