Skip to content

Releases: CodeForPhilly/pa-wildflower-selector

v2.3.0

14 Jun 16:44
bf28569

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.9...v2.3.0

v2.2.9

27 May 22:04
b67d119

Choose a tag to compare

Helm chart fix: liveness probe timeout

No app code changes — chart-only release.

  • Liveness probe timeoutSeconds: 10 → 30
  • Liveness probe failureThreshold: 3 → 5
  • Chart version bumped to 2.0.8
  • appVersion corrected to 2.2.8 (was stale at 2.1.5)

Background: The app loads ML embeddings for ~5,800 plants and can experience GC pauses during bot scanner traffic, causing the 10s probe to time out and trigger unnecessary pod restarts. This gives the app adequate grace before being declared unhealthy.

To adopt this chart version, update .holo/sources/choose-native-plants.toml in your cluster repo:

ref = "refs/tags/v2.2.9"

v2.2.8

23 Dec 19:33
1d7bdda

Choose a tag to compare

What's Changed

Full Changelog: v2.2.7...v2.2.8

v2.2.7

23 Dec 00:08
662cea6

Choose a tag to compare

What's Changed

Full Changelog: v2.2.5...v2.2.7

v2.2.5

21 Dec 21:12
883f9f1

Choose a tag to compare

What's Changed

Full Changelog: v2.2.4...v2.2.5

v2.2.4

20 Dec 01:55
e89d895

Choose a tag to compare

What's Changed

Full Changelog: v2.2.3...v2.2.4

v2.2.3: Merge pull request #177 from CodeForPhilly/feat/zbl-buildissue20251218

19 Dec 00:54
29e2d69

Choose a tag to compare

Improve summaryData computation by adding null checks for family and …

v2.2.2: Merge pull request #176 from CodeForPhilly/feat/zbl-compressed-hero

19 Dec 00:47
4e18fe3

Choose a tag to compare

Refactor Explorer component for a more compact utility header and upd…

v2.2.1: Merge pull request #173 from CodeForPhilly/bugfix/zbl-builderrors

16 Dec 20:05
78da29a

Choose a tag to compare

fix: Refactor handlePaletteDragStart to use method.call for improved …

v2.2.0

16 Dec 19:40
51f1541

Choose a tag to compare

What's Changed

  • fix: Use bracket notation for canvas reference in handlePaletteDragSt… by @ZacharyLeahan in #172

Full Changelog: v2.1.8...v2.2.0