Skip to content

Releases: superluminar-io/budget-alerts

vv0.4.0

18 Feb 14:30
Immutable release. Only release title and notes can be modified.
ac93d0a

Choose a tag to compare

What's Changed

  • Bump js-yaml by @dependabot[bot] in #1
  • add test workflow by @skomp in #7
  • fix node version to 24 by @skomp in #9
  • give permissions to the commenter by @skomp in #8
  • Add status badge by @skomp in #11
  • include actions in dependabot and bump them by @skomp in #12
  • Bump aws-cdk from 2.1031.0 to 2.1033.0 by @dependabot[bot] in #6
  • Bump @aws-sdk/client-organizations from 3.918.0 to 3.939.0 by @dependabot[bot] in #5
  • Bump eslint from 9.38.0 to 9.39.1 by @dependabot[bot] in #4
  • Bump constructs from 10.4.2 to 10.4.3 by @dependabot[bot] in #3
  • Improve documentation by @skomp in #13
  • Bump @types/node from 22.7.9 to 24.10.1 by @dependabot[bot] in #18
  • Bump @aws-sdk/client-controltower from 3.918.0 to 3.940.0 by @dependabot[bot] in #14
  • Bump jest and @types/jest by @dependabot[bot] in #16
  • Bump eslint-config-prettier from 9.1.2 to 10.1.8 by @dependabot[bot] in #17
  • Bump aws-cdk-lib from 2.215.0 to 2.230.0 by @dependabot[bot] in #15
  • Sort budgets array in test to ensure deterministic results by @Copilot in #20
  • Add cdk tests by @skomp in #19
  • only allow invoke from cloudformation by @skomp in #21
  • use latest node runtime in projects by @skomp in #22
  • Allow no default by @skomp in #23
  • add snapshot test for default null config by @skomp in #24
  • Prepare publish to npmjs by @skomp in #27
  • Improve type guard validation for EffectiveBudget by @Copilot in #29
  • Configure thresholds by @skomp in #25
  • enable npm publishing via gh actions by @skomp in #30
  • feat: release via PR by @skomp in #31
  • Clean up release flows by @skomp in #32
  • fix: github actions mail by @skomp in #33
  • feat: also release on tag by @skomp in #35
  • chore(release): v0.1.1 by @github-actions[bot] in #34
  • chore: set repo url in package.json by @skomp in #36
  • chore(release): v0.1.0 by @github-actions[bot] in #37
  • chore: groups all dependabot updates into a single PR by @skomp in #39
  • fix: only create draft prs by @skomp in #38
  • chore(deps): bump the all-npm-dependencies group with 5 updates by @dependabot[bot] in #43
  • chore: group dependabot prs for actions by @skomp in #44
  • chore(deps): bump the all-actions group with 2 updates by @dependabot[bot] in #45
  • chore(release): v0.2.0 by @github-actions[bot] in #46
  • Run release publish after tagging by @skomp in #47
  • Run release publish after tagging by @skomp in #49
  • chore(release): v0.2.0 by @github-actions[bot] in #48
  • fix: give permissions to create prs by @skomp in #50
  • pass version to publish action by @skomp in #51
  • chore(release): v0.2.1 by @github-actions[bot] in #52
  • fix: create gh release from tag by @skomp in #53
  • chore(release): v0.2.2 by @github-actions[bot] in #54
  • Fix workflow dispatch by @skomp in #55
  • fix: diagrams folder name by @skomp in #56
  • fix: diagram in readme by @skomp in #57
  • chore(release): v0.2.3 by @github-actions[bot] in #58
  • fix: add workflow dispatch permissions to workflow by @skomp in #59
  • fix: also add the org root to the config by @skomp in #61
  • chore(deps): bump the all-npm-dependencies group with 3 updates by @dependabot[bot] in #60
  • fix: duplicate root caused crash on deploy by @skomp in #62
  • fix: also use root ou in tree calculations by @skomp in #63
  • feat: use oidc with npmjs by @skomp in #64
  • chore(release): v0.2.4 by @github-actions[bot] in #65
  • fix: workflow permission by @skomp in #66
  • chore: reset unpublished versions by @skomp in #67
  • chore(release): v0.2.2 by @github-actions[bot] in #68
  • fix: permissions for correct workflow by @skomp in #69
  • chore: reset unpublished version by @skomp in #70
  • chore(release): v0.2.2 by @github-actions[bot] in #71
  • reset version by @skomp in #72
  • fix: package version parameter in workflow by @skomp in #73
  • chore(release): v0.2.2 by @github-actions[bot] in #74
  • reset version by @skomp in #75
  • chore(release): v0.2.2 by @github-actions[bot] in #76
  • reset version by @skomp in #78
  • fix: version check by @skomp in #79
  • chore: remove bogus package install in tag job by @skomp in #77
  • chore(release): v0.2.2 by @github-actions[bot] in #80
  • feat: introduce mode on and off for budgets by @skomp in #81
  • chore(release): v0.3.0 by @github-actions[bot] in #85
  • chore(deps): bump peter-evans/create-pull-request from 7 to 8 in the all-actions group by @dependabot[bot] in #82
  • chore(deps): bump the all-npm-dependencies group across 1 directory with 12 updates by @dependabot[bot] in #86
  • chore(deps): bump fast-xml-parser, @aws-sdk/client-controltower and @aws-sdk/client-organizations by @dependabot[bot] in #89
  • chore(deps): bump the all-npm-dependencies group across 1 directory with 10 updates by @dependabot[bot] in #88
  • Feat/chatbot integration by @skomp in #90
  • chore(release): v0.4.0 by @github-actions[bot] in #91

New Contributors

  • @dependabot[bot] made their first contribution in #1
  • @skomp made their first contribution in #7
  • @github-actions[bot] made their first contribution in #34

Full Changelog: https://github.com/superluminar-io/budget-alerts/commits/vv0.4.0

vv0.3.0

09 Jan 09:53
Immutable release. Only release title and notes can be modified.
6b80318

Choose a tag to compare

What's Changed

  • Bump js-yaml by @dependabot[bot] in #1
  • add test workflow by @skomp in #7
  • fix node version to 24 by @skomp in #9
  • give permissions to the commenter by @skomp in #8
  • Add status badge by @skomp in #11
  • include actions in dependabot and bump them by @skomp in #12
  • Bump aws-cdk from 2.1031.0 to 2.1033.0 by @dependabot[bot] in #6
  • Bump @aws-sdk/client-organizations from 3.918.0 to 3.939.0 by @dependabot[bot] in #5
  • Bump eslint from 9.38.0 to 9.39.1 by @dependabot[bot] in #4
  • Bump constructs from 10.4.2 to 10.4.3 by @dependabot[bot] in #3
  • Improve documentation by @skomp in #13
  • Bump @types/node from 22.7.9 to 24.10.1 by @dependabot[bot] in #18
  • Bump @aws-sdk/client-controltower from 3.918.0 to 3.940.0 by @dependabot[bot] in #14
  • Bump jest and @types/jest by @dependabot[bot] in #16
  • Bump eslint-config-prettier from 9.1.2 to 10.1.8 by @dependabot[bot] in #17
  • Bump aws-cdk-lib from 2.215.0 to 2.230.0 by @dependabot[bot] in #15
  • Sort budgets array in test to ensure deterministic results by @Copilot in #20
  • Add cdk tests by @skomp in #19
  • only allow invoke from cloudformation by @skomp in #21
  • use latest node runtime in projects by @skomp in #22
  • Allow no default by @skomp in #23
  • add snapshot test for default null config by @skomp in #24
  • Prepare publish to npmjs by @skomp in #27
  • Improve type guard validation for EffectiveBudget by @Copilot in #29
  • Configure thresholds by @skomp in #25
  • enable npm publishing via gh actions by @skomp in #30
  • feat: release via PR by @skomp in #31
  • Clean up release flows by @skomp in #32
  • fix: github actions mail by @skomp in #33
  • feat: also release on tag by @skomp in #35
  • chore(release): v0.1.1 by @github-actions[bot] in #34
  • chore: set repo url in package.json by @skomp in #36
  • chore(release): v0.1.0 by @github-actions[bot] in #37
  • chore: groups all dependabot updates into a single PR by @skomp in #39
  • fix: only create draft prs by @skomp in #38
  • chore(deps): bump the all-npm-dependencies group with 5 updates by @dependabot[bot] in #43
  • chore: group dependabot prs for actions by @skomp in #44
  • chore(deps): bump the all-actions group with 2 updates by @dependabot[bot] in #45
  • chore(release): v0.2.0 by @github-actions[bot] in #46
  • Run release publish after tagging by @skomp in #47
  • Run release publish after tagging by @skomp in #49
  • chore(release): v0.2.0 by @github-actions[bot] in #48
  • fix: give permissions to create prs by @skomp in #50
  • pass version to publish action by @skomp in #51
  • chore(release): v0.2.1 by @github-actions[bot] in #52
  • fix: create gh release from tag by @skomp in #53
  • chore(release): v0.2.2 by @github-actions[bot] in #54
  • Fix workflow dispatch by @skomp in #55
  • fix: diagrams folder name by @skomp in #56
  • fix: diagram in readme by @skomp in #57
  • chore(release): v0.2.3 by @github-actions[bot] in #58
  • fix: add workflow dispatch permissions to workflow by @skomp in #59
  • fix: also add the org root to the config by @skomp in #61
  • chore(deps): bump the all-npm-dependencies group with 3 updates by @dependabot[bot] in #60
  • fix: duplicate root caused crash on deploy by @skomp in #62
  • fix: also use root ou in tree calculations by @skomp in #63
  • feat: use oidc with npmjs by @skomp in #64
  • chore(release): v0.2.4 by @github-actions[bot] in #65
  • fix: workflow permission by @skomp in #66
  • chore: reset unpublished versions by @skomp in #67
  • chore(release): v0.2.2 by @github-actions[bot] in #68
  • fix: permissions for correct workflow by @skomp in #69
  • chore: reset unpublished version by @skomp in #70
  • chore(release): v0.2.2 by @github-actions[bot] in #71
  • reset version by @skomp in #72
  • fix: package version parameter in workflow by @skomp in #73
  • chore(release): v0.2.2 by @github-actions[bot] in #74
  • reset version by @skomp in #75
  • chore(release): v0.2.2 by @github-actions[bot] in #76
  • reset version by @skomp in #78
  • fix: version check by @skomp in #79
  • chore: remove bogus package install in tag job by @skomp in #77
  • chore(release): v0.2.2 by @github-actions[bot] in #80
  • feat: introduce mode on and off for budgets by @skomp in #81
  • chore(release): v0.3.0 by @github-actions[bot] in #85

New Contributors

  • @dependabot[bot] made their first contribution in #1
  • @skomp made their first contribution in #7
  • @github-actions[bot] made their first contribution in #34

Full Changelog: https://github.com/superluminar-io/budget-alerts/commits/vv0.3.0

vv0.2.2

10 Dec 12:03
Immutable release. Only release title and notes can be modified.
568efb9

Choose a tag to compare

What's Changed

  • Bump js-yaml by @dependabot[bot] in #1
  • add test workflow by @skomp in #7
  • fix node version to 24 by @skomp in #9
  • give permissions to the commenter by @skomp in #8
  • Add status badge by @skomp in #11
  • include actions in dependabot and bump them by @skomp in #12
  • Bump aws-cdk from 2.1031.0 to 2.1033.0 by @dependabot[bot] in #6
  • Bump @aws-sdk/client-organizations from 3.918.0 to 3.939.0 by @dependabot[bot] in #5
  • Bump eslint from 9.38.0 to 9.39.1 by @dependabot[bot] in #4
  • Bump constructs from 10.4.2 to 10.4.3 by @dependabot[bot] in #3
  • Improve documentation by @skomp in #13
  • Bump @types/node from 22.7.9 to 24.10.1 by @dependabot[bot] in #18
  • Bump @aws-sdk/client-controltower from 3.918.0 to 3.940.0 by @dependabot[bot] in #14
  • Bump jest and @types/jest by @dependabot[bot] in #16
  • Bump eslint-config-prettier from 9.1.2 to 10.1.8 by @dependabot[bot] in #17
  • Bump aws-cdk-lib from 2.215.0 to 2.230.0 by @dependabot[bot] in #15
  • Sort budgets array in test to ensure deterministic results by @Copilot in #20
  • Add cdk tests by @skomp in #19
  • only allow invoke from cloudformation by @skomp in #21
  • use latest node runtime in projects by @skomp in #22
  • Allow no default by @skomp in #23
  • add snapshot test for default null config by @skomp in #24
  • Prepare publish to npmjs by @skomp in #27
  • Improve type guard validation for EffectiveBudget by @Copilot in #29
  • Configure thresholds by @skomp in #25
  • enable npm publishing via gh actions by @skomp in #30
  • feat: release via PR by @skomp in #31
  • Clean up release flows by @skomp in #32
  • fix: github actions mail by @skomp in #33
  • feat: also release on tag by @skomp in #35
  • chore(release): v0.1.1 by @github-actions[bot] in #34
  • chore: set repo url in package.json by @skomp in #36
  • chore(release): v0.1.0 by @github-actions[bot] in #37
  • chore: groups all dependabot updates into a single PR by @skomp in #39
  • fix: only create draft prs by @skomp in #38
  • chore(deps): bump the all-npm-dependencies group with 5 updates by @dependabot[bot] in #43
  • chore: group dependabot prs for actions by @skomp in #44
  • chore(deps): bump the all-actions group with 2 updates by @dependabot[bot] in #45
  • chore(release): v0.2.0 by @github-actions[bot] in #46
  • Run release publish after tagging by @skomp in #47
  • Run release publish after tagging by @skomp in #49
  • chore(release): v0.2.0 by @github-actions[bot] in #48
  • fix: give permissions to create prs by @skomp in #50
  • pass version to publish action by @skomp in #51
  • chore(release): v0.2.1 by @github-actions[bot] in #52
  • fix: create gh release from tag by @skomp in #53
  • chore(release): v0.2.2 by @github-actions[bot] in #54
  • Fix workflow dispatch by @skomp in #55
  • fix: diagrams folder name by @skomp in #56
  • fix: diagram in readme by @skomp in #57
  • chore(release): v0.2.3 by @github-actions[bot] in #58
  • fix: add workflow dispatch permissions to workflow by @skomp in #59
  • fix: also add the org root to the config by @skomp in #61
  • chore(deps): bump the all-npm-dependencies group with 3 updates by @dependabot[bot] in #60
  • fix: duplicate root caused crash on deploy by @skomp in #62
  • fix: also use root ou in tree calculations by @skomp in #63
  • feat: use oidc with npmjs by @skomp in #64
  • chore(release): v0.2.4 by @github-actions[bot] in #65
  • fix: workflow permission by @skomp in #66
  • chore: reset unpublished versions by @skomp in #67
  • chore(release): v0.2.2 by @github-actions[bot] in #68
  • fix: permissions for correct workflow by @skomp in #69
  • chore: reset unpublished version by @skomp in #70
  • chore(release): v0.2.2 by @github-actions[bot] in #71
  • reset version by @skomp in #72
  • fix: package version parameter in workflow by @skomp in #73
  • chore(release): v0.2.2 by @github-actions[bot] in #74
  • reset version by @skomp in #75
  • chore(release): v0.2.2 by @github-actions[bot] in #76
  • reset version by @skomp in #78
  • fix: version check by @skomp in #79
  • chore: remove bogus package install in tag job by @skomp in #77
  • chore(release): v0.2.2 by @github-actions[bot] in #80

New Contributors

  • @dependabot[bot] made their first contribution in #1
  • @skomp made their first contribution in #7
  • @github-actions[bot] made their first contribution in #34

Full Changelog: https://github.com/superluminar-io/budget-alerts/commits/vv0.2.2