Skip to content

Commit 3015932

Browse files
committed
moving some files around for release
1 parent 2ac91f7 commit 3015932

3 files changed

Lines changed: 31 additions & 1 deletion

File tree

.github/workflows/pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
--app-version ${{ env.VERSION_LABEL }} \
5454
--destination release/
5555
56+
- name: Copy Replicated configs
57+
run: |
58+
cp .replicated release/
59+
cp embedded-cluster-config.yaml release/
60+
5661
- name: Create Replicated release
5762
id: create-release
5863
uses: replicatedhq/replicated-actions/create-release@v1

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
--app-version ${{ env.VERSION }} \
5151
--destination release/
5252
53+
- name: Copy Replicated configs
54+
run: |
55+
cp .replicated release/
56+
cp embedded-cluster-config.yaml release/
57+
5358
- name: Create Replicated release
5459
id: create-release
5560
uses: replicatedhq/replicated-actions/create-release@v1.20.0

FRICTION.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,24 @@
7979
documentation about expected platform. ~10 min.
8080
8. No end-to-end "first deploy" walkthrough — "I would have
8181
churned." Each issue above was discovered independently through
82-
failure. ~1.5 hours cumulative.
82+
failure. ~1.5 hours cumulative.
83+
84+
85+
## Items I skipped and (may or not have) returned to
86+
1. Tier 0 — TLS/cert-manager — template exists but couldn't test due to
87+
CMX tunnel + Cloudflare CNAME conflict. Deferred to embedded cluster
88+
where it should work.
89+
2. Tier 2.6 — Update available banner — skipped, claiming SDK integration
90+
mode (aliased as gameshelf-sdk) breaks version reporting/update checks.
91+
May be worth retesting.
92+
3. Tier 2 — Optional ingress — template exists but untested on CMX.
93+
4. Tier 3 — External DB preflight analyzer — runPod collector output path
94+
doesn't match textAnalyze fileName. Never resolved.
95+
5. Tier 3 — Support bundle health + DB analyzers — just fixed the
96+
fileNames, not yet re-verified on CMX.
97+
6. Duplicate preflight: block in values.yaml — cosmetic, needs cleanup.
98+
7. Word search game bug — broken in browser.
99+
100+
Items 1-4 are rubric-relevant. Want to circle back on any of these before
101+
moving to Tier 4, or press forward?
102+

0 commit comments

Comments
 (0)