Skip to content

Releases: jfrog/jfrog-azure-devops-extension

2.14.1

30 Apr 08:38

Choose a tag to compare

What's Changed

Other Changes 📚

New Contributors

Full Changelog: 2.14.0...2.14.1

2.14.0

26 Apr 08:16

Choose a tag to compare

What's Changed

Other Changes 📚

  • Update utils.js by @fluxxBot in #607
  • Fix OIDC token exchange was not being performed for JFrog Artifactory V2, Distribution, and Xray service connections by @agrasth in #609

Full Changelog: 2.13.1...2.14.0

2.13.1

19 Apr 19:27

Choose a tag to compare

What's Changed

Bug Fixes 🛠

  • Fix OIDC CLI version check using semver instead of string comparison by @agrasth in #606

Full Changelog: 2.13.0...2.13.1

2.13.0

18 Apr 13:54

Choose a tag to compare

Other Changes 📚

Full Changelog: 2.12.10...2.13.0

2.12.10

17 Apr 08:23

Choose a tag to compare

What's Changed

Improvements 🌱

  • Removed automatic forwarding of Agent.ProxyUrl to HTTP_PROXY/HTTPS_PROXY for JFrog CLI @agrasth in #603

JFrog CLI no longer inherits ADO agent proxy by default.

Customers whose ADO agent is behind a proxy but Artifactory is reachable directly no longer
need any configuration — JFrog CLI will not route Artifactory traffic through the proxy.

If Artifactory must be reached through a proxy, set HTTP_PROXY/HTTPS_PROXY explicitly
in your pipeline. Native service connection support is planned for an upcoming release.

Full Changelog: 2.12.9...2.12.10

2.12.9

15 Apr 10:34

Choose a tag to compare

What's Changed

Other Changes 📚

  • RTECO-1043 - Add NO_PROXY support from Agent.ProxyBypassList by @agrasth in
    #601

Proxy Bypass — Automatic NO_PROXY Support

This release improves on the proxy change introduced in 2.12.8. The plugin now reads Agent.ProxyBypassList from the
ADO agent configuration and automatically sets NO_PROXY for JFrog CLI — so hosts that should bypass the proxy (e.g. an
internal Artifactory instance) are excluded without any pipeline changes.

Note: Agent.ProxyBypassList entries from the .proxybypass file are ECMAScript regex patterns (e.g.
artifactory\.corp\.com). This release correctly converts simple hostname patterns (escaped dots) to plain hostnames
for NO_PROXY. Complex regex patterns (e.g. .*\.corp\.com) are not supported and should be replaced with plain
hostnames.

If you upgraded to 2.12.8 and your pipelines started failing, the recommended fix requires no pipeline changes:

Add a .env file to your ADO agent root directory:
NO_PROXY=artifactory.example.com
Replace artifactory.example.com with your Artifactory hostname. This is a one-time change per agent and applies to all
pipelines on that agent automatically.

For agent-level proxy configuration, see the Azure DevOps agent proxy documentation.


Full Changelog: 2.12.8...2.12.9

2.12.8

13 Apr 20:02

Choose a tag to compare

What's Changed

Improvements 🌱

Other Changes 📚


⚠️ Action Required — Proxy Behaviour Change

Starting with this release, if your ADO agent has a proxy configured (Agent.ProxyUrl), JFrog CLI will automatically
route all traffic through that proxy.

If your Artifactory instance is on an internal network and should connect directly (not via the corporate proxy),
you will see connection failures after upgrading.

Fix — no pipeline changes required:

Add a .env file to your ADO agent root directory with the following content:

NO_PROXY=artifactory.example.com

Replace artifactory.example.com with your actual Artifactory hostname. This is a one-time change per agent and
applies to all pipelines on that agent automatically — no individual pipeline updates are needed.

For more details on configuring environment variables at the agent level, see the Azure DevOps agent proxy documentation.


Full Changelog: 2.12.7...2.12.8

Full Changelog: 2.12.7...2.12.8

2.12.7

04 Feb 08:04

Choose a tag to compare

What's Changed

Bug Fixes 🛠

  • Revert the changes to fetch latest CLI automatically in the extension by @fluxxBot in #581

Full Changelog: 2.12.6...2.12.7

2.12.6

03 Feb 06:32

Choose a tag to compare

What's Changed

Improvements 🌱

Full Changelog: 2.12.5...2.12.6

2.12.5

14 Jan 11:19

Choose a tag to compare

What's Changed

Bug Fixes 🛠

  • Fix empty jfrogPlatformURL when using oidc by @fluxxBot in #573

Full Changelog: 2.12.4...2.12.5