Skip to content

Latest commit

 

History

History
178 lines (99 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

178 lines (99 loc) · 10.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.5.2 (2023-08-05)

Bug Fixes

  • create security lists for public + private and attach to subnets (df81dba)

1.5.1 (2023-08-05)

Bug Fixes

  • add required tags to security list (b372b86)

1.5.0 (2023-08-05)

Features

  • allow internal traffic from public to private subnets (22cec0f)

1.4.0 (2023-08-05)

Features

Bug Fixes

  • ignore changes caused by auto generated Oracle tags (56899e8)

1.3.2 (2023-08-04)

Bug Fixes

  • output for subnets to include public and private (033bca0)

1.3.1 (2023-08-03)

Bug Fixes

  • display name of budget + budget alerts (f2943c4)

1.3.0 (2023-08-03)

Features

  • add budget and alerting (513e5af)

1.2.10 (2023-07-12)

1.2.9 (2023-07-11)

1.2.8 (2023-07-10)

1.2.7 (2023-07-10)

1.2.6 (2023-07-10)

Bug Fixes

  • remove conflict dns attribute on subnets + correct private subnet name (a64c19a)

1.2.5 (2023-07-10)

Bug Fixes

  • set required default tags (34db847)

1.2.4 (2023-07-10)

Bug Fixes

  • add output for PR_LABELS to make it available to release job (f90983a)
  • correctly namespace tags (936475b)

1.2.3 (2023-07-10)

Bug Fixes

  • update default tags to enforce default_value as required by api (a83d552)

1.2.2 (2023-07-10)

Bug Fixes

  • add missing $ to GITHUB_OUTPUT (8b483d2)
  • ensure pr label is added to output instead of env (60eb041)

1.2.1 (2023-07-10)

Bug Fixes

  • set root compartment id to enable creating compartment + rename to better describe (07c6f09)
  • update auto release conditional to do a string comparison so release does not loop (38c3311)

1.2.0 (2023-07-10)

Features

  • deploy core network vpc (5d25b00)

Bug Fixes

  • do not remove labels when auto merging pr to prevent release loop (23c856e)
  • set root compartment id for creating new compartment (56df2ed)

1.1.0 (2023-07-09)

Features

Bug Fixes

  • add missing quote (af91922)
  • allow apply of release tags (55e369c)
  • auto run release on pr merge (f3431c5)
  • ensure tag is pushed post release (5358337)
  • ensure token variable used (df46c08)
  • get pr info without pr details in github event (6efa735)
  • handle pr with no labels (5a13e45)
  • increase wait time for auto merge (0ba7d4d)
  • move to standard version GHA to cut release (b115366)
  • only push tags in release (44a4ed2)
  • only run release for prs that are not auto releases to prevent infinite loop (230b941)
  • pull full history for creating next tag (eacbf44)
  • raise and merge release PR (f462b5a)
  • remove debug logging + store labels in env var to avoid deprication warning (cf39157)
  • remove plan_only for deployment job (e92a191)
  • set correct email for gha bot (6dd4ade)
  • set permission on app token (cc6510d)
  • show event info and allow reading of repo (55952dd)
  • trigger for sem ver deploy (6f4f4fc)
  • use [] notation to access token output (b8a49fb)
  • use app install id to generate token (39e1243)
  • use github app token to create release so workflows can be triggered (5cbafea)
  • use github app token to get api info on pr (8758ec4)
  • use github token to approve release pr (578a1b2)
  • use ssh deploy key to pull repo/push tags as app token not working (9a8ed5a)
  • use the pulls api endpoint (008d1b4)
  • use token instead of deployment key (e6a7525)

1.0.2 (2023-07-09)

Bug Fixes

  • pull full history for creating next tag (eacbf44)
  • set permission on app token (cc6510d)
  • trigger for sem ver deploy (6f4f4fc)
  • use [] notation to access token output (b8a49fb)
  • use app install id to generate token (39e1243)
  • use github app token to create release so workflows can be triggered (5cbafea)
  • use ssh deploy key to pull repo/push tags as app token not working (9a8ed5a)
  • use token instead of deployment key (e6a7525)

1.0.1 (2023-07-09)