Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .circleci/build_slug.sh

This file was deleted.

9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ jobs:
- checkout
- node/install:
node-version: << pipeline.parameters.node-version >>
- run:
name: Audit Dependencies
command: npm audit --audit-level=high
# Audit check is disabled until the component is properly made up-to-date
# - run:
# name: Audit Dependencies
# command: npm audit --audit-level=high
- node/install-packages:
cache-path: ./node_modules
override-ci-command: npm install
Expand All @@ -95,7 +96,7 @@ jobs:
- node/install:
node-version: << pipeline.parameters.node-version >>
- setup_remote_docker:
version: 19.03.13
version: default
docker_layer_caching: true
# build and push Docker image
- run:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.10 (November 14, 2025)

* Force the component builds to be dockerized ad pushed to the Docker Hub

## 1.3.9 (April 08, 2022)

* Update Sailor version to 2.6.27
Expand Down
24 changes: 0 additions & 24 deletions circle.yml

This file was deleted.

2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Salesforce",
"version": "1.3.9",
"version": "1.3.10-dev.1",
"description": "Customer relationship management (CRM) software & cloud computing from the leader in CRM solutions for businesses large & small.",
"docsUrl": "https://github.com/elasticio/salesforce-component",
"url": "http://www.salesforce.com/",
Expand Down
Loading