Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): pull release/v1.77.0 into main #3697

Merged
merged 27 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b0fd614
chore: update api version to 17 from 16
ItsSudip Aug 20, 2024
bcdabe2
chore(deps): bump axios from 1.6.5 to 1.7.3 (#3632)
dependabot[bot] Aug 22, 2024
78e7a95
chore(deps): bump docker/build-push-action from 6.5.0 to 6.7.0 (#3666)
dependabot[bot] Aug 23, 2024
4776544
chore: add constant for api_version
ItsSudip Aug 26, 2024
2c25c03
chore: use constant value everywhere
ItsSudip Aug 26, 2024
31417a0
Merge branch 'develop' into chore.update-garl-api
ItsSudip Aug 26, 2024
2d8b315
fix: handle trade desk null, undefined fields (#3661)
Gauravudia Aug 26, 2024
fc6bcf7
fix: login using docker creds on the node to allow to pull the desire…
abhimanyubabbar Aug 26, 2024
f58d386
chore: update api version of google ads for gaec to 17 from 15 (#3671)
ItsSudip Aug 27, 2024
40caeba
Merge branch 'develop' into chore.update-garl-api
ItsSudip Aug 27, 2024
4cb2799
feat: add support for customerio source email subscribed event (#3679)
Gauravudia Aug 27, 2024
30a804c
Merge branch 'develop' into chore.update-garl-api
ItsSudip Aug 29, 2024
35eee4c
chore(deps): bump SonarSource/sonarcloud-github-action from 2.1.1 to …
dependabot[bot] Aug 29, 2024
9fb463e
fix: adding a new condition for retrying the function creation in pyt…
abhimanyubabbar Aug 29, 2024
e21ebd0
feat: webhook v2 (#3651)
Gauravudia Aug 29, 2024
e0721f3
Merge branch 'develop' of github.com:rudderlabs/rudder-transformer in…
Aug 30, 2024
898f904
chore: eslint, prettier missed merge conflict fixes
Aug 30, 2024
8faa5b7
chore: conflict fix main -> develop (#3694)
sanpj2292 Aug 30, 2024
c305974
fix: npm vulnerabilities
koladilip Aug 30, 2024
494df08
fix: npm vulnerabilities (#3695)
koladilip Aug 30, 2024
26926c4
fix: klaviyo jobs order (#3686)
anantjain45823 Aug 30, 2024
b03eee9
chore: update api version to 17 from 16 (#3669)
ItsSudip Aug 30, 2024
b1d0d08
feat: include source attribute for identify messages for koala (#3667)
ItsSudip Sep 2, 2024
f8cd6bd
feat: add support for headers to source transformation flows (#3683)
koladilip Sep 2, 2024
c024eee
chore(release): 1.77.0
web-flow Sep 2, 2024
31d57e2
chore: handle other error use-cases in reddit (#3692)
yashasvibajpai Sep 2, 2024
aa84981
chore: handle other error use-cases in reddit (#3692) (#3700)
yashasvibajpai Sep 3, 2024
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
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules/

Check warning on line 1 in .eslintignore

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

File ignored by default.
.husky/
reports/
test/
Expand All @@ -25,4 +25,4 @@
*.yml
.eslintignore
.prettierignore
*.json
*.json
8 changes: 4 additions & 4 deletions .github/workflows/build-push-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Transformer Docker Image

Check warning on line 1 in .github/workflows/build-push-docker-image.yml

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

File ignored by default.

on:
workflow_call:
Expand Down Expand Up @@ -107,7 +107,7 @@
password: ${{ secrets.DOCKERHUB_PROD_TOKEN }}

- name: Build Docker Image
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.7.0
with:
context: .
file: ${{ inputs.dockerfile }}
Expand All @@ -124,7 +124,7 @@
docker run ${{ inputs.build_tag }} npm run test:ts:ci

- name: Build and Push Multi-platform Images
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.7.0
with:
context: .
file: ${{ inputs.dockerfile }}
Expand Down Expand Up @@ -160,7 +160,7 @@
password: ${{ secrets.DOCKERHUB_PROD_TOKEN }}

- name: Build Docker Image
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.7.0
with:
context: .
file: ${{ inputs.dockerfile }}
Expand All @@ -177,7 +177,7 @@
docker run ${{ inputs.build_tag }} npm run test:ts:ci

- name: Build and Push Multi-platform Images
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.7.0
with:
context: .
file: ${{ inputs.dockerfile }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dt-test-and-report-code-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DT Tests

Check warning on line 1 in .github/workflows/dt-test-and-report-code-coverage.yml

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

File ignored by default.
on:
workflow_call:
secrets:
Expand Down Expand Up @@ -80,7 +80,7 @@

- name: SonarCloud Scan
if: always()
uses: SonarSource/sonarcloud-github-action@v2.1.1
uses: SonarSource/sonarcloud-github-action@v3.0.0
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/ut-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests

Check warning on line 1 in .github/workflows/ut-tests.yml

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

File ignored by default.

on:
pull_request:
Expand Down Expand Up @@ -66,6 +66,18 @@
--set gateway.image=rudderlabs/rudder-openfaas-gateway:0.25.2 \
--set faasnetes.image=rudderlabs/rudder-openfaas-faas-netes:0.15.4

- name: Create regcred secret in openfaas
run: kubectl create secret docker-registry regcred --docker-server=https://index.docker.io/v1/ --docker-username=${{ secrets.DOCKERHUB_USERNAME }} --docker-password=${{ secrets.DOCKERHUB_TOKEN }} --docker-email=${{ secrets.DOCKERHUB_EMAIL }} -n openfaas

- name: Create regcred secret in openfaas-fn
run: kubectl create secret docker-registry regcred --docker-server=https://index.docker.io/v1/ --docker-username=${{ secrets.DOCKERHUB_USERNAME }} --docker-password=${{ secrets.DOCKERHUB_TOKEN }} --docker-email=${{ secrets.DOCKERHUB_EMAIL }} -n openfaas-fn

- name: Patch default service account in openfaas-fn
run: 'kubectl patch serviceaccount default -n openfaas-fn -p ''{"imagePullSecrets": [{"name": "regcred"}]}'''

- name: Patch deployment "gateway"
run: 'kubectl patch deployment gateway -n openfaas -p ''{"spec": {"template": {"spec": {"imagePullSecrets": [{"name": "regcred"}]}}}}'''

- name: Wait for deployment "gateway" rollout
run: kubectl rollout status deploy/gateway --timeout 120s -n openfaas

Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.

## [1.77.0](https://github.com/rudderlabs/rudder-transformer/compare/v1.76.1...v1.77.0) (2024-09-02)


### Features

* add support for customerio source email subscribed event ([#3679](https://github.com/rudderlabs/rudder-transformer/issues/3679)) ([4cb2799](https://github.com/rudderlabs/rudder-transformer/commit/4cb27998f2c1e2a2a7b535666a54621fd1d43ef0))
* add support for headers to source transformation flows ([#3683](https://github.com/rudderlabs/rudder-transformer/issues/3683)) ([f8cd6bd](https://github.com/rudderlabs/rudder-transformer/commit/f8cd6bda158654501555554ac0d284af8ba058fd))
* include source attribute for identify messages for koala ([#3667](https://github.com/rudderlabs/rudder-transformer/issues/3667)) ([b1d0d08](https://github.com/rudderlabs/rudder-transformer/commit/b1d0d08b91273fd3b8fa2e87381c5ae090e1cb21)), closes [#3603](https://github.com/rudderlabs/rudder-transformer/issues/3603)
* webhook v2 ([#3651](https://github.com/rudderlabs/rudder-transformer/issues/3651)) ([e21ebd0](https://github.com/rudderlabs/rudder-transformer/commit/e21ebd0085aadfe61cb6442da6689e32be33f52f))


### Bug Fixes

* adding a new condition for retrying the function creation in python transformation ([#3684](https://github.com/rudderlabs/rudder-transformer/issues/3684)) ([9fb463e](https://github.com/rudderlabs/rudder-transformer/commit/9fb463e7661c225077b11a0196b3190c15741058))
* handle trade desk null, undefined fields ([#3661](https://github.com/rudderlabs/rudder-transformer/issues/3661)) ([2d8b315](https://github.com/rudderlabs/rudder-transformer/commit/2d8b315a5f2e681bc256128032e4ee066f9177fc))
* klaviyo jobs order ([#3686](https://github.com/rudderlabs/rudder-transformer/issues/3686)) ([26926c4](https://github.com/rudderlabs/rudder-transformer/commit/26926c40fcbf4c146a37ac16c2cc7280e110a6e6))
* login using docker creds on the node to allow to pull the desired image ([#3682](https://github.com/rudderlabs/rudder-transformer/issues/3682)) ([fc6bcf7](https://github.com/rudderlabs/rudder-transformer/commit/fc6bcf7eda690d82cfe2d381753948058efbcd3d))
* npm vulnerabilities ([c305974](https://github.com/rudderlabs/rudder-transformer/commit/c3059746f25677eae739468c3a4b7496aa82f4da))
* npm vulnerabilities ([#3695](https://github.com/rudderlabs/rudder-transformer/issues/3695)) ([494df08](https://github.com/rudderlabs/rudder-transformer/commit/494df08bc992632ebc405c88a3f23ed5e1262553))

### [1.76.1](https://github.com/rudderlabs/rudder-transformer/compare/v1.76.0...v1.76.1) (2024-08-29)


Expand Down
Loading
Loading