Releases: stupside/moley
Releases · stupside/moley
v2.3.0
Changelog
- 01c0313: Merge pull request #17 from stupside/dependabot/npm_and_yarn/docs/astro-5.14.3
- 144dd49: Merge pull request #18 from stupside/dependabot/npm_and_yarn/docs/vite-6.4.1
- 9eae2c8: chore(deps): bump astro from 5.13.10 to 5.14.3 in /docs
- 8fe4bb8: chore(deps): bump vite from 6.3.6 to 6.4.1 in /docs
- feb4882: feat: add a way to make tunnel persistent
- 57872e2: feat: add wildcard for dns creation
- 75ffbcb: feat: allow config path for tunnel init command
- 5e62895: fix: config manager not saving file to disk
- 29a7f85: fix: config validation failing
- e62a9d7: fix: log level flag was ignored
- 0bca560: fix: remove v2 from github compare url
- a8ceee5: fix: tunnel init crashing if moley.yml not found
Full Changelog: v2.2.3...v2.3.0
v2.2.3
Changelog
- 54e692a: feat: add protocol to ingress app target
- c302ae7: fix: config manager was not validating fields
Full Changelog: https://github.com/stupside/moley/v2/compare/v2.2.2...v2.2.3
v2.2.2
Changelog
- a2e6c0b: fix: tag not set for config unmarshalling
Full Changelog: https://github.com/stupside/moley/v2/compare/v2.2.1...v2.2.2
v2.2.1
Changelog
Full Changelog: https://github.com/stupside/moley/v2/compare/v2.2.0...v2.2.1
v2.2.0
Changelog
- 11f72a3: feat: change site for pages custom domain
- 825ddd5: feat: drop viper and cobra for urfave and koanf
- d617848: fix: corepack called after setup node
- f21113f: fix: default tunnel config should be different from exemple
- 21effa0: fix: enable corepack in pages workflow
- 2603b57: fix: invalid url redirection in docs
- 66f7150: fix: lint project
- 491fcf0: fix: prefix local urls with BASE_URL
- d9bbc4a: fix: remove slash prefix from logo
- b1f143d: fix: wrong site is astro config
Full Changelog: https://github.com/stupside/moley/v2/compare/v2.1.0...v2.2.0
v2.1.0
Changelog
- 6ba0182: feat: add run detached mode
- 6c1bcba: feat: add task clean to taskfile for dev
- 2614783: fix: multi platform build not working for windows
- b7b5071: fix: old moley config exemple
- 03227d2: fix: stop command detects orphaned resources when lock file missing
- af2f65f: refactor: type safe resource handlers
- d4234b4: repo: update project dependencies
Full Changelog: https://github.com/stupside/moley/v2/compare/v2.0.0...v2.1.0
v2.0.0
Changelog
- 18c56ef: feat: rework of moley
Full Changelog: https://github.com/stupside/moley/v2/compare/v1.3.0...v2.0.0
v1.3.0
Changelog
- d39b979: Merge pull request #11 from stupside/10-release-docker-images-with-goreleaser
- 3770f1d: Merge pull request #13 from stupside/12-fix-dockerfile-failing-installing-cloudflared
- 3c1c639: Merge pull request #9 from stupside/8-create-a-docker-build-with-moley-and-cloudflared
- 1b23aee: ci: add docker labels
- d38246e: ci: add docker login to release workflow
- dd6c15e: feat: add docker compose file
- af953fa: feat: add dockerfile
- 177227c: feat: create a taskfile with simple tasks
- 4cb7702: feat: remove old makefile replaced by taskfile
- 793b6b1: feat: use TARGETOS in Dockerfile
- ca34161: feat: use goreleaser for the docker image
- 99b1b92: feat: use kos to build and release docker images
- 60bdf01: fix: build cloudflared from latest
- 64be1f6: fix: properly resolve moley from gorelease build context
- ac82754: fix: resolve moley bin form goreleaser build context
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Changelog
- 6168912: feat: add generic configuration management foundation
- d6d10f8: feat: implement new configuration structure
- f47e5d1: feat: improve logging and error managment
- 77cce4f: fix: config command now works on first run
- 04e3a78: fix: correct ldflags path in .goreleaser.yml
- 6573701: fix: resolve 'not a directory' error in tunnel deployment
- 01aa8b4: refactor: create a load tunnel cfg function The tunnel run go file has logic that we can move closer to the config definition
- 392d688: refactor: migrate tunnel config to new system
- bd6ff5d: refactor: simplify CLI startup
- 0715c96: refactor: tunnel service uses GlobalConfig
- a9968ba: refactor: update tunnel commands for new config system
Full Changelog: v1.1.2...v1.2.0