Skip to content

Releases: GDC-ConsumerEdge/parameter-store

v2.0.0

20 Nov 20:00
9eb0cd9

Choose a tag to compare

2.0.0 (2025-11-20)

⚠ BREAKING CHANGES

  • add changeset models (#83)

Features

  • Implement ChangeSet Management in Django Admin (#90) (9f5d484)
  • Add ability to create/modify ChangeSets from object creation pages (4b1ff83)
  • add changeset interception for top-level entities (40411b7)
  • add changeset models (#83) (4734e6c)
  • add interception of saving for TLEs (40411b7)
  • add support for a visual indicator of the active ChangeSet (#101) (cb53deb)
  • update the visual appearance of the sidebar (594d348)

Bug Fixes

  • admin: ensure new entities are created as drafts (40411b7)
  • bug where updating a group would incorrectly fail to create a draft and would persist draft changes to live objects (40411b7)
  • changeset actions logic and object deletion logic when deleting a changeset (40411b7)
  • changeset selector works; rendering in UI improved (40411b7)
  • changesets: changeset name now a required field (4b1ff83)
  • changesets: correct changeset button link (4b1ff83)
  • changesets: correct comment (9f5d484)
  • changesets: fix menu dropdown behavior, now selecting draft changesets (9f5d484)
  • constraints, logic for deleting drafts, and update changeset actions based on new columns and constraints (40411b7)
  • draft clusters can only see draft groups within the same changeset (40411b7)
  • ensure all views use 'Parameter Store' (#94) (091c03e)
  • ensure changeset dropdown supports dark theme (9f5d484)
  • ensure optimal query perf for clusters; fix readonly fields for top-level entities (40411b7)
  • group interception was failing; fix and add tests (40411b7)
  • optimize queries in cluster view with new related objects (40411b7)
  • swap the order of template engines to preference the Django engine (9f5d484)
  • update changeset-aware entities to default to is_live=False (#89) (ea87538)
  • update deps (#91) (ade1712)

Documentation

  • add changesets tdd (#93) (86747d6)
  • add docstrings to new functions (9f5d484)
  • update all references of Edge Parameter Store to Parameter Store only, but retain the EPS acronym (091c03e)
  • update README.md (40411b7)

v1.2.1

08 Sep 13:11
402fef0

Choose a tag to compare

1.2.1 (2025-09-03)

Bug Fixes

  • build: update cloudbuild.yaml (#82) (5c89419)
  • django: fix missing models in django makemigrations (0c74a90)
  • fix missing models in django makemigrations and update README for new environment setup (#81) (0c74a90)
  • readme: fix documentation related to local environment setup (0c74a90)
  • readme: fix documentation related to local environment setup (0c74a90)
  • tests, deps: add Ruff + upgrade deps (#77) (ae00284)

Documentation

v1.2.0

22 May 16:45
3fa816d

Choose a tag to compare

1.2.0 (2025-05-22)

Features

  • add ability to merge csv for cluster-registry sot files (#61) (0172933)
  • add eps_to_csv_converter utility (#37) (ba6018e)
  • add GH Actions integration workflow examples for HRM and cluster provisioner (#56) (c897127)

v1.1.0

18 Apr 17:45
83f3a3a

Choose a tag to compare

1.1.0 (2025-04-18)

Features

  • add API endpoints to get a single group or cluster by name (075e9bb)
  • add customized colors and logo as site icon / favicons (#13) (ed66f2f)
  • add data loader script and pipeline (1ef0979)
  • add secondary groups for clusters and group custom data (#36) (075e9bb)
  • add updated_at to all models (#31) (2c898f5)
  • allow server time zone to be set by environment variable TIME_ZONE (2c898f5)
  • group downstream custom data changes propagate to updated_at field in object and are output via API (075e9bb)
  • hide tables from UI for cluster-related data; fixes #40 (075e9bb)
  • update cluster secondary groups and tags to make them optional when creating new objects (#46) (bf12b4d)
  • update ClusterIntent models (2bb2e37)

Bug Fixes

  • CustomAdminSite gets proper site headers and titles in admin UI (2c898f5)
  • missing model from example data loader (#43) (5904342)
  • terraform: corrects destroy behavior (5904342)
  • validator assignments in UI show correct model field pre-selected (#35) (52d18f2)

v1.0.0

01 Apr 20:27
1d5c3ca

Choose a tag to compare

1.0.0 (2025-04-01)

Documentation

Miscellaneous Chores

MVP release

18 Dec 16:19

Choose a tag to compare

mvp

updates for release