WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Oct 20:39
· 14 commits to main since this release
1650830

Docker Images

The following image tags were published to Dockerhub:

kalbasit/ncps:v0.4.0
kalbasit/ncps:v0.4
kalbasit/ncps:v0
kalbasit/ncps:sha-1650830
kalbasit/ncps:latest

What's Changed

  • docs: Add NixOS service module and Go installation instructions by @kalbasit in #293
  • fix(deps): update opentelemetry-go monorepo by @renovate[bot] in #295
  • fix: Exit with an error if vendorHash is empty by @kalbasit in #296
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.63.0 by @renovate[bot] in #294
  • fix(deps): update module github.com/riandyrn/otelchi to v0.12.2 by @renovate[bot] in #297
  • fix(deps): update module github.com/prometheus/client_golang to v1.23.1 by @renovate[bot] in #299
  • fix(deps): update module github.com/prometheus/client_golang to v1.23.2 by @renovate[bot] in #300
  • fix(deps): update module golang.org/x/sync to v0.17.0 by @renovate[bot] in #302
  • fix(deps): update module github.com/xsam/otelsql to v0.40.0 by @renovate[bot] in #303
  • fix(deps): update module golang.org/x/term to v0.35.0 by @renovate[bot] in #304
  • chore(deps): update determinatesystems/nix-installer-action action to v20 by @renovate[bot] in #306
  • fix(GitHub): The Docker build on aarch64-linux by @kalbasit in #308
  • feat(run): Accept extra arguments to ncps serve by @kalbasit in #311
  • fix(Docker): Create /tmp in the Docker image by @kalbasit in #312
  • feat(Docker): Add /storage as Volume in the Docker image by @kalbasit in #313
  • fix(CI): Do not attempt to access secrets for PRs from forks by @kalbasit in #316
  • fix(pkg/cache): Increase the wait time around asynchronous logic by @kalbasit in #315
  • fix(CI): Do not run the docker-manifest if push is disabled by @kalbasit in #318
  • feat(auth): Add netrc support for upstream authentication by @aciceri in #310
  • fix: Fix another flaky test by @kalbasit in #319
  • chore: Update nixpkgs and Go dependencies by @kalbasit in #320
  • feat: Add configuration file support by @kalbasit in #325
  • refactor: Handle errors gracefully instead of panicking by @kalbasit in #326
  • chore(go): Update github.com/urfave/cli-altsrc/v3 by @kalbasit in #327

New Contributors

Full Changelog: v0.3.0...v0.4.0