action-github-registry-npm-proxy

sets up an .npmrc file that points to GPR as a proxy

MIT License

Stars
4

Bot releases are visible (Hide)

action-github-registry-npm-proxy - v6.0.1 Latest Release

Published by github-actions[bot] about 1 year ago

6.0.1 (2023-09-13)

Docs

  • update with latest version in examples (145d5db)
action-github-registry-npm-proxy - v6.0.0

Published by github-actions[bot] about 1 year ago

6.0.0 (2023-09-13)

⚠ BREAKING CHANGES

  • no longer using token input as the token value

rather the token input is now a string representing an environment
name for where to look for token.

This brings this inline with actions/setup-node

Features

  • token input is now used as environment variable name (b4ff12f)
action-github-registry-npm-proxy - v5.0.2

Published by github-actions[bot] about 1 year ago

5.0.2 (2023-09-05)

Docs

  • fix npmrc examples (1ece60d)
  • make sure the docs use the latest version (42aa622)
action-github-registry-npm-proxy - v5.0.1

Published by github-actions[bot] about 1 year ago

5.0.1 (2023-09-05)

Docs

  • add more helpful information (5b0326b)
action-github-registry-npm-proxy - v5.0.0

Published by github-actions[bot] about 1 year ago

5.0.0 (2023-09-05)

⚠ BREAKING CHANGES

  • default proxy now set to true
  • export_user_config renamed to export_config

Features

  • default proxy function to true for using this action (2990460)
action-github-registry-npm-proxy - v4.0.3

Published by github-actions[bot] over 1 year ago

4.0.3 (2023-06-10)

Bug Fixes

  • remove always-auth as it has been completely removed from npm (45c95d8)
action-github-registry-npm-proxy - v4.0.2

Published by github-actions[bot] over 1 year ago

4.0.2 (2023-02-10)

Bug Fixes

  • yet another syntax error (8f0bf96)
action-github-registry-npm-proxy - v4.0.1

Published by github-actions[bot] over 1 year ago

4.0.1 (2023-02-10)

Bug Fixes

action-github-registry-npm-proxy - v4.0.0

Published by github-actions[bot] over 1 year ago

4.0.0 (2023-02-10)

⚠ BREAKING CHANGES

  • always_auth: always_auth is set to false, and will be removed as the default
    value set with npm config this is due to the option being removed in npm v9

For older versions of npm, setting always_auth: true will enable this flag again

Features

  • always_auth: remove always auth as default flag (bd209d2)
action-github-registry-npm-proxy - v3.0.1

Published by github-actions[bot] over 2 years ago

3.0.1 (2022-04-14)

Docs

  • readme: update readme with proxy property (a5c5890)
action-github-registry-npm-proxy - v3.0.0

Published by github-actions[bot] over 2 years ago

3.0.0 (2022-04-14)

⚠ BREAKING CHANGES

  • proxy: in the previous versions, the proxy is set to true
    However, npm 7/8 and recently npm 6 and lower is breaking due to the
    proxy being enabled. This version updates the defaults for the proxy
    option to false.

Bug Fixes

  • proxy: setting the proxy to false (e775d87)

Docs

  • proxy: adding the proxy option (8ddae5c)

Chores

  • deps: bump dependabot/fetch-metadata from 1.1.1 to 1.3.0 (f3f01f3)
action-github-registry-npm-proxy - v2.2.1

Published by github-actions[bot] almost 3 years ago

2.2.1 (2021-11-11)

Bug Fixes

  • non-proxy mode should not include scope in path (e974899)

Chores

  • template: sync with ahmadnassri/template-action-composite (a9b0eb5)
action-github-registry-npm-proxy - v2.2.0

Published by github-actions[bot] almost 3 years ago

2.2.0 (2021-11-11)

Features

  • allow disabling proxy mode (044f803)

Chores

  • template: sync with ahmadnassri/template-action-composite (5af418e)
  • template: sync with ahmadnassri/template-action-composite (f028849)
  • template: sync with ahmadnassri/template-action-composite (adc7fbd)
  • template: sync with ahmadnassri/template-action-composite (ef75ea8)
  • template: sync with ahmadnassri/template-action-composite (42c0456)
  • template: sync with ahmadnassri/template-action-composite (456b2f4)
  • template: sync with ahmadnassri/template-action-composite (a42a037)
  • template: sync with ahmadnassri/template-action-composite (90083e8)
action-github-registry-npm-proxy - v2.1.1

Published by github-actions[bot] over 3 years ago

2.1.1 (2021-05-27)

Bug Fixes

  • workflows: updated workflows (094b4ce)
action-github-registry-npm-proxy - v2.1.0

Published by github-actions[bot] over 3 years ago

2.1.0 (2021-03-03)

Features

  • userconfig: added option to export userconfig (ce330df)

Docs

action-github-registry-npm-proxy - v2.0.0

Published by github-actions[bot] over 3 years ago

2.0.0 (2021-03-02)

⚠ BREAKING CHANGES

  • changed action inputs

Features

  • simplify inputs and default to include .npmrc filename (af349d2)
action-github-registry-npm-proxy - v1.0.4

Published by github-actions[bot] over 3 years ago

1.0.4 (2021-02-23)

Bug Fixes

  • shell: avoid unbound variable errors (7f48e23)
action-github-registry-npm-proxy - v1.0.3

Published by github-actions[bot] over 3 years ago

1.0.3 (2021-02-06)

Bug Fixes

action-github-registry-npm-proxy - v1.0.2

Published by github-actions[bot] over 3 years ago

1.0.2 (2021-02-05)

Bug Fixes

  • shell: mark as executable (13ecf92)
action-github-registry-npm-proxy - v1.0.1

Published by github-actions[bot] over 3 years ago

1.0.1 (2021-02-05)

Bug Fixes

  • path: correct path to npmrc (d4fa4b4)