Skip to content
Snippets Groups Projects
Select Git revision
  • 37e4728e60f6176c3bb2b108913cd297f81f39d9
  • master default protected
  • 4
  • 4.2
  • 4.2.2
  • 4.2.1
  • 4.2.0
  • 4.1
  • 4.1.1
  • 4.1.0
  • 4.0.3
  • 4.0.2
  • 4.0
  • 4.0.1
  • 4.0.0
15 results

CHANGELOG.md

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    CHANGELOG.md 14.75 KiB

    4.1.1 (2025-01-20)

    Bug Fixes

    4.1.1 (2024-12-05)

    Bug Fixes

    4.1.0 (2024-11-23)

    Features

    • lint: enforce GitLab integration (44cc3c3)

    4.0.3 (2024-11-02)

    Bug Fixes

    • limit security reports access to developer role or higher (3d4335f)

    4.0.2 (2024-10-04)

    Bug Fixes

    • release: support full semantic-versioning specifcation (with prerelease and build metadata) (b031dae)

    4.0.1 (2024-09-08)

    Bug Fixes

    • set node-publish default registry (fd0f04d)

    4.0.0 (2024-07-15)

    Bug Fixes

    • when enabled, build should be always run (5175c16)

    BREAKING CHANGES

    • restoring the expected behavior might break some projects pipeline

    3.15.2 (2024-06-17)

    Bug Fixes

    • log output for semgrep download (627482e)

    3.15.1 (2024-06-13)

    Bug Fixes

    • build: fix NODE_BUILD_DISABLED param (e97d77d)

    3.15.0 (2024-06-13)

    Features

    • configurable Semgrep Registry base URL (d9c2041)

    3.14.0 (2024-06-05)

    Features

    • fail Semgrep on internal errors (wrong ruleset or else) (a7df396)

    3.13.0 (2024-05-17)

    Features

    3.12.3 (2024-05-05)

    Bug Fixes

    • workflow: disable MR pipeline from prod & integ branches (bbcf708)

    3.12.2 (2024-04-03)

    Bug Fixes

    • vault: use vault-secrets-provider's "latest" image tag (4413b68)

    3.12.1 (2024-03-31)

    Bug Fixes

    • node-lint: continue on lint report generation for SonarQube errors (b50cbe7)

    3.12.0 (2024-2-26)

    Features

    3.11.1 (2024-1-28)

    Bug Fixes

    • check that pnpm is installed before using it (891e4f7)

    3.11.0 (2024-1-27)

    Features

    • migrate to CI/CD component (f7fa527)

    3.10.1 (2024-1-7)

    Bug Fixes

    3.10.0 (2023-12-18)

    Features

    3.9.0 (2023-12-8)

    Features

    • use centralized tracking image (gitlab.com) (edf85be)

    3.8.0 (2023-11-25)

    Features

    • support multiple auth methods (870de1d)

    3.7.1 (2023-10-16)

    Bug Fixes

    3.7.0 (2023-08-28)

    Features

    • publish: add publish job (a271c64)

    3.6.0 (2023-05-27)

    Features

    • workflow: extend (skip ci) feature (d79ef3b)

    3.5.3 (2023-03-28)

    Bug Fixes

    • sbom: add CycloneDX report (d70030a)

    3.5.2 (2023-01-27)

    Bug Fixes

    • "Add registry name in all Docker images" (4229c36)

    3.5.1 (2022-12-11)

    Bug Fixes

    • audit: npm audit has no upstream deps (e53d347)

    3.5.0 (2022-12-01)

    Features

    • add a job generating software bill of materials (fb0adc2)

    3.4.2 (2022-12-01)

    Bug Fixes

    • audit: Generate NPM audit and outdated reports (944f8ce)

    3.4.1 (2022-11-26)

    Bug Fixes

    • support custom CA certificates with npm (8370e7a)

    3.4.0 (2022-11-23)

    Bug Fixes

    • cache: absolute cache dir variables (088dce0)

    Features

    • support extra opts to install project deps (363b961)

    3.3.0 (2022-10-18)

    Features

    • revert node-outdated behavior to warning only (800b4e8)

    3.2.1 (2022-10-14)

    Bug Fixes

    • lint: support official SONAR_HOST_URL to trigger JSON report (54e657d)

    3.2.0 (2022-10-13)

    Features

    • coverage: add Cobertura support (478dd58)

    3.1.0 (2022-10-04)

    Features

    3.0.1 (2022-10-01)

    Bug Fixes

    • yarn: remove deprecated --cache-folder option (ef09432)

    3.0.0 (2022-08-05)

    Features

    • adaptive pipeline (ed3af02)
    • switch to MR pipeline as default (4e66d5d)

    BREAKING CHANGES

    • change default workflow from Branch pipeline to MR pipeline

    2.4.0 (2022-08-02)

    Bug Fixes

    • cache: Using variable $NODE_MANAGER won't work if auto-detection is enabled (cache path is evaluated before executing our scripts) (b54c72a)
    • config_registry: rename var (e43446a)
    • hardcode all variabilized report variables (ab797c2)
    • jest: junit_test_report as file name instead of unit_test_report (6d63868)
    • jest: revert junit_test_report as file name (1050908)
    • node-audit: generate json report only on job failure (7270fd3)
    • node-build: remove --bail option from NODE_TEST_ARGS default value (584e880)
    • node-outdated: generate json report only on job failure (481783c)
    • node-outdated: NODE_OUTDATED_DISABLED should be a boolean (822c7a6)
    • node-outdated: remove silent parameter (bad practice) (46b049b)

    Features

    • multiple node manager support (npm and yarn) (d1ab6f8)
    • remove html reports (937671d)
    • remove node-js-scan job (48f73af)
    • silent mode for node-outdated job (8125cfa)

    2.3.0 (2022-05-01)

    Features

    • configurable tracking image (545d836)

    2.2.0 (2022-01-04)

    Features

    • npmoutdated: add npm outdated job (3c6c261)

    2.1.0 (2021-11-23)

    Features

    • nodejsscan: add SARIF output format (b95ca31), closes #9

    2.0.2 (2021-10-13)

    Bug Fixes

    • eslint report JSON format (64432f2)

    2.0.1 (2021-10-07)

    Bug Fixes

    • use master or main for production env (f3285e7)

    2.0.0 (2021-09-08)

    Features

    • Change boolean variable behaviour (6d4ba9d)

    BREAKING CHANGES

    • boolean variable now triggered on explicit 'true' value

    1.2.0 (2021-06-11)

    Features

    1.1.1 (2021-05-19)

    Bug Fixes

    • lint: remove useless --force param (347faa8)

    1.1.0 (2021-05-18)

    Features

    • add scoped variables support (bc25fa0)

    1.0.0 (2021-05-06)

    Features