Skip to content

Commit

Permalink
chore(release): pulling release/2.41.0 into production (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
bardisg authored Sep 4, 2023
2 parents f2d031f + a60317d commit f7c69d2
Show file tree
Hide file tree
Showing 78 changed files with 3,404 additions and 1,727 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-beta-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "branch_type=$RELEASE_TYPE" >> $GITHUB_OUTPUT
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_PROD_ACCOUNT_ID }}:role/${{ secrets.AWS_PROD_S3_SYNC_ROLE }}
aws-region: us-east-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: extract_branch

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_PROD_ACCOUNT_ID }}:role/${{ secrets.AWS_PROD_S3_SYNC_ROLE }}
aws-region: us-east-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/v3-hotfix/') || startsWith(github.ref, 'refs/heads/develop/') || github.event.pull_request.merged == true
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_DEV_ACCOUNT_ID }}:role/${{ secrets.AWS_DEV_S3_SYNC_ROLE }}
aws-region: us-east-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/production-staging') || startsWith(github.ref, 'refs/heads/hotfix/') || github.event.pull_request.merged == true
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_DEV_ACCOUNT_ID }}:role/${{ secrets.AWS_DEV_S3_SYNC_ROLE }}
aws-region: us-east-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/main') || github.event.pull_request.merged == true
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_PROD_ACCOUNT_ID }}:role/${{ secrets.AWS_PROD_S3_SYNC_ROLE }}
aws-region: us-east-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/production') || github.event.pull_request.merged == true
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_PROD_ACCOUNT_ID }}:role/${{ secrets.AWS_PROD_S3_SYNC_ROLE }}
aws-region: us-east-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sanity-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/production') || startsWith(github.ref, 'refs/heads/production-staging') || startsWith(github.ref, 'refs/heads/hotfix-release') || startsWith(github.ref, 'refs/heads/release') || startsWith(github.ref, 'refs/heads/hotfix/')
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_PROD_ACCOUNT_ID }}:role/${{ secrets.AWS_PROD_S3_SYNC_ROLE }}
aws-region: us-east-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/develop') || startsWith(github.ref, 'refs/heads/v3-hotfix-release') || startsWith(github.ref, 'refs/heads/v3-release') || startsWith(github.ref, 'refs/heads/v3-hotfix/')
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_STAGING_ACCOUNT_ID }}:role/${{ secrets.AWS_STAGING_S3_SYNC_ROLE }}
aws-region: us-east-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/bugbash') || startsWith(github.ref, 'refs/heads/production-staging') || startsWith(github.ref, 'refs/heads/hotfix-release') || startsWith(github.ref, 'refs/heads/release') || startsWith(github.ref, 'refs/heads/hotfix/')
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_STAGING_ACCOUNT_ID }}:role/${{ secrets.AWS_STAGING_S3_SYNC_ROLE }}
aws-region: us-east-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rollback-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/main')
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_PROD_ACCOUNT_ID }}:role/${{ secrets.AWS_PROD_S3_SYNC_ROLE }}
aws-region: us-east-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rollback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/production')
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_PROD_ACCOUNT_ID }}:role/${{ secrets.AWS_PROD_S3_SYNC_ROLE }}
aws-region: us-east-1
Expand Down
8 changes: 4 additions & 4 deletions .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ module.exports = [
name: 'Core - CDN',
path: 'dist/legacy/rudder-analytics.min.js',
gzip: true,
limit: '40.9 kB',
limit: '41.1 kB',
},
{
name: 'All Integrations - CDN',
path: 'dist/legacy/js-integrations/*.min.js',
gzip: true,
limit: '443.5 kB',
limit: '446.5 kB',
},
{
name: 'Core - NPM',
path: 'dist/npm-lib/index.js',
gzip: true,
limit: '40.8 kB',
limit: '41.1 kB',
},
{
name: 'Service Worker - NPM',
path: 'dist/npm-lib/service-worker/index.js',
gzip: true,
limit: '28.7 kB',
limit: '28.5 kB',
},
];
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.41.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.40.5...v2.41.0) (2023-09-01)


### Features

* active camp site tracking ([#1356](https://github.com/rudderlabs/rudder-sdk-js/issues/1356)) ([39d1c26](https://github.com/rudderlabs/rudder-sdk-js/commit/39d1c26b558c0927606a15e016220001e85f3b4a))


### Bug Fixes

* customerIo: remove anonymousId as fallback in identify call ([#1348](https://github.com/rudderlabs/rudder-sdk-js/issues/1348)) ([2ebfd50](https://github.com/rudderlabs/rudder-sdk-js/commit/2ebfd5004b5c5acfb5bac78ecbd8c089d6aa25d4))
* **ga4:** improvements ([#1347](https://github.com/rudderlabs/rudder-sdk-js/issues/1347)) ([40abae9](https://github.com/rudderlabs/rudder-sdk-js/commit/40abae903e34abf42202d9bd1e13c1028a1cea42))
* **heap:** heap.push is not a function ([#1349](https://github.com/rudderlabs/rudder-sdk-js/issues/1349)) ([b8e9ddc](https://github.com/rudderlabs/rudder-sdk-js/commit/b8e9ddccc671f0cfcf7f1204c71f09cb6750f17c))
* **hotjar:** event.replaceAll is not a function ([#1354](https://github.com/rudderlabs/rudder-sdk-js/issues/1354)) ([6318001](https://github.com/rudderlabs/rudder-sdk-js/commit/6318001136741ce0cb02a645d003eb2f692c8d98))
* stop sending network breadcrumbs to bugsnag ([#1343](https://github.com/rudderlabs/rudder-sdk-js/issues/1343)) ([6c4efc8](https://github.com/rudderlabs/rudder-sdk-js/commit/6c4efc85a411db15922dd88de959a00e40e30e21))

### [2.40.5](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.40.4...v2.40.5) (2023-08-28)


Expand Down
7 changes: 0 additions & 7 deletions __tests__/integrations/FacebookPixel/FacebookPixel.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@ describe('FacebookPixel init tests', () => {
facebookPixel.init();
expect(typeof window.fbq).toBe('function');
expect(facebookPixel.userPayload).toStrictEqual({
db: undefined,
em: 'abce@rudderstack.com',
external_id: 'd06773e1bf4b8a96a4786fbb8e3444092438ad29401769613ae9e0e3e1e08a84',
fn: 'rudder',
ge: undefined,
ln: 'stack',
ph: undefined,
});
});

Expand All @@ -56,11 +53,7 @@ describe('FacebookPixel init tests', () => {
facebookPixel.init();
expect(typeof window.fbq).toBe('function');
expect(facebookPixel.userPayload).toStrictEqual({
db: undefined,
em: undefined,
external_id: 'd4e669b42293a60cc65b22830a922824e6e9c7736c6058fbbb3de780d2f4a17f',
ge: undefined,
ph: undefined,
});
});

Expand Down
Loading

0 comments on commit f7c69d2

Please sign in to comment.