@pulumi/artifactory 6.4.2 → 6.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,6 +56,7 @@ The following configuration points are available:
56
56
  - `artifactory:accessToken` - (Optional) API key for token auth. Uses `Authorization: Bearer` header. For xray
57
57
  functionality, this is the only auth method accepted. Conflicts with `username` and `password`, and `apiKey`. This can
58
58
  also be sourced from the `ARTIFACTORY_ACCESS_TOKEN` environment variable.
59
+ - `artifactory:checkLicense` - (Optional) Toggle for pre-flight checking of Artifactory Pro and Enterprise license. Default to `true`.
59
60
 
60
61
  ## Reference
61
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/artifactory",
3
- "version": "v6.4.2",
3
+ "version": "v6.4.4",
4
4
  "description": "A Pulumi package for creating and managing artifactory cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",