Skip to content

chore: Release v0.1.1#4

Merged
corapoid merged 2 commits intomainfrom
release/0.1.1
Dec 1, 2025
Merged

chore: Release v0.1.1#4
corapoid merged 2 commits intomainfrom
release/0.1.1

Conversation

@corapoid
Copy link
Owner

@corapoid corapoid commented Dec 1, 2025

Release v0.1.1

This PR prepares the release of Orphelix v0.1.1.

Changes in this release

Added

  • Automated GitHub Releases - Workflow for automatic release creation on version changes
  • Release Documentation - Complete guide for creating releases in docs/development/releases.mdx
  • Liquid Glass Modal Styling - Applied glass morphism design to all modal dialogs
  • CLI Rebuild Command - orphelix rebuild with auto-update of dev dependencies
  • CI Workflow Enhancements - Detailed step summaries and test coverage reporting

Fixed

  • AWS EKS Support - Allow colons and slashes in context names for AWS ARN format
  • Welcome Modal UX - Hide demo option while loading clusters, improved dropdown styling
  • Cluster Selector UI - Updated to match main app styling with custom dropdowns
  • Version Display - Dynamic version reading from package.json
  • PM2 Standalone Paths - Corrected build paths and suppressed verbose output
  • Console.log Cleanup - Removed debug statements from application code

Changed

  • README Structure - Moved Quick Start section to top for better onboarding
  • CI/CD Pipeline - Runs on all branches, releases only on main after version changes

What happens after merge

When this PR is merged to main:

  1. CI workflow will run (lint, tests, build)
  2. Release workflow will automatically:
    • Create git tag v0.1.1
    • Create GitHub Release with changelog content
    • Extract release notes from CHANGELOG.md

Files Changed

  • app/package.json - Version bump to 0.1.1
  • CHANGELOG.md - Added v0.1.1 section with all changes

🤖 Generated with Claude Code

Version bump to 0.1.1 with changelog updates for:
- Automated GitHub releases workflow
- AWS EKS support (ARN format)
- Liquid glass modal styling
- Welcome modal UX improvements
- CLI rebuild command
- Dynamic version display
- Console.log cleanup

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Dec 1, 2025

🤖 AI Code Review

PR: chore: Release v0.1.1
Changes: +24 -1 lines
Files changed: 0

Automated Checks

Check Status
ESLint
TypeScript
Tests
Build

📝 Review Checklist

Review the following manually:

  • Architecture follows established patterns
  • K8s client only used in API routes
  • Demo mode supported in hooks
  • Error handling present
  • Tests included and passing
  • No security issues (secrets, auth)
  • CHANGELOG.md updated
  • Documentation updated (if needed)

🚀 Next Steps

⚠️ Some checks failed or issues were detected. Please address before merging.

🤖 AI-Assisted Review

For detailed AI review, use the code-reviewer agent:

/code-review PR#4

Or manually:

Review PR #4:
- Check architecture patterns
- Verify TypeScript safety
- Check error handling
- Review security
- Verify tests

Provide prioritized feedback (Required/Recommended/Optional)

Generated by Orphelix AI Code Review

Changed 'Install GitHub App' buttons to use proper installation URL
(/apps/{slug}/installations/new) instead of OAuth authorization flow
(/login/oauth/authorize).

This allows users to install the public Orphelix GitHub App without
needing to create their own app. Users simply:
1. Log in with GitHub OAuth (for authentication)
2. Install Orphelix GitHub App (for repository access)

Changes:
- app/components/github-app/install-button.tsx: Use installation URL
- app/components/repo-browser/repo-selector.tsx: Use installation URL
- app/components/yaml-editor/yaml-editor-modal.tsx: Use installation URL
- .env.example: Updated documentation to clarify PUBLIC app requirement

Fixes 404 error when clicking 'Install GitHub App' button.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Dec 1, 2025

🤖 AI Code Review

PR: chore: Release v0.1.1
Changes: +63 -42 lines
Files changed: 3

Automated Checks

Check Status
ESLint
TypeScript
Tests
Build

📝 Review Checklist

Review the following manually:

  • Architecture follows established patterns
  • K8s client only used in API routes
  • Demo mode supported in hooks
  • Error handling present
  • Tests included and passing
  • No security issues (secrets, auth)
  • CHANGELOG.md updated
  • Documentation updated (if needed)

🚀 Next Steps

⚠️ Some checks failed or issues were detected. Please address before merging.

🤖 AI-Assisted Review

For detailed AI review, use the code-reviewer agent:

/code-review PR#4

Or manually:

Review PR #4:
- Check architecture patterns
- Verify TypeScript safety
- Check error handling
- Review security
- Verify tests

Provide prioritized feedback (Required/Recommended/Optional)

Generated by Orphelix AI Code Review

@corapoid corapoid merged commit a61a7fd into main Dec 1, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant