Releases: orcinustools/orcinus
Releases · orcinustools/orcinus
Release list
v2.0.5
v2.0.4
Changelog
- f07e968 Change copyright from Orcinus Authors to Eka Tresna Irawan
- aa5693f Update README.md
- 3445e23 Update README.md
- ff699ee docs(cluster): add standalone install one-liner to the runtime providers section
- 108f745 docs(readme): host logo in-repo + remove Status section
- 1798a6e feat(cluster): standalone join + host-network cleanup on down; polish
- 0953720 feat(install): add install-standalone.sh one-liner for the standalone binary
- 99752e6 feat(registry): private image registry support
v2.0.3
Changelog
- 02a10d8 Add HTTP REST API (
orcinus api) with shared engine - db4c077 Add Traefik ingress middlewares (x-orcinus-strip-prefix / x-orcinus-middleware)
- da813fc Add day-2 ops: rollback, kubectl passthrough, readiness, plugin upgrade (M7)
- e67cdc1 Add deploy strategies + progressive delivery (M6)
- c1db508 Add e2e testing
- a25b7fd Add embedded runtime provider: single self-contained orcinus binary (M3)
- 6797866 Add examples: Redis, Prometheus+Grafana monitoring, Adminer with CNPG
- aad58f7 Add examples: WordPress+MariaDB, CloudNativePG HA Postgres, Traefik+Let's Encrypt
- cc3bd6b Add plugin info/remove, monitoring+storage catalog, auto-install cert-manager on deploy
- 981e59b Add plugin profiles, pinned versions, dashboard/registry/grafana (M7)
- bb608dc Add plugins system + ingress TLS sugar (M4)
- 6cda870 Add scaling: scale/autoscale (HPA) + x-orcinus-autoscale-* (M5)
- 8f4a5d6 Add secret management, BYO TLS certs, DNS-01 wildcard, and examples
- 1b6ccac Add storage plugin providers: longhorn/nfs/minio/rook-ceph + HA-STORAGE guide
- d6177b6 Merge pull request #1 from orcinustools/feat/api
- bc1bc0a Support deploying from HTTP(S) URLs, like kubectl apply -f
- 11af251 Support multi-node and HA clusters via --bind/--advertise/--role
- 2799372 docs(USAGE): renumber command sections (scale/autoscale/plugin)
- 6c1b71c feat(release): rename runtime provider embedded→standalone + ship orcinus-standalone
- 419919e test/e2e: add live Ingress + Let's Encrypt TLS test (e2e-tls target)
- 1f32c4f test/e2e: add live feature tests (strategy/autoscale/rollout/plugins/storage)
v2.0.0
Changelog
- 1f53257 Add cluster lifecycle:
status,down, and idempotentinit - a5704bb Add phase 3
- cb819eb Add release pipeline and restructure CLI docs
- 53fdcb3 Group cluster lifecycle commands under 'orcinus cluster'
- 4c81c5b Rename org to orcinustools and drop (k3s) qualifier from descriptions
- 4859ea2 first commit