Releases: marcellodesales/cloner
Releases · marcellodesales/cloner
cloner 20.10.12 release
Rename cloner git
as cloner local
- We are going with the design of
local
clones andremote
clones in the future cloner local
clones a repo locally
cloner local
cloner 20.09.11 release
Dockerized Version
-
You can run cloner from the docker image
- See
DEVELOP.md
for details
- See
-
Development docker images are pushed to Github Container Registry
latest
: https://github.com/marcellodesales/cloner/packages/403407develop
and all tagged versions: https://github.com/marcellodesales/cloner/packages/403407/versions
Release Version
- After a release is built from the branch
mater
, the tagged version is pushed
docker run docker.pkg.github.com/marcellodesales/cloner/cli:20.09.11 version
- Same with the latest tag, pointing to the latest version
docker run docker.pkg.github.com/marcellodesales/cloner/cli version
cloner github.com/marcellodesales/cloner@982d0f5 version 20.09.11 built on 2020-09-22 06:34:21 GMT
Development version
- The top commit from the branch
develop
is pushed as well
docker run docker.pkg.github.com/marcellodesales/cloner/cli:develop version
Automated Tests with Private Key
- Tests are now automated with private key support
- See Github Actions
build-develop
, jobVerify Dockerized E2E tests
- See Github Actions
This Version Docker Image
docker run docker.pkg.github.com/marcellodesales/cloner/cli:20.09.11 version
cloner 20.09.8 release
Initial Docker Release Support
cloner 20.09.7 release
Testable Version
- CI will run test cases against the API code
- Not testing Cobra CLI per se
Lincese Included
License file in the repo
cloner 20.09.6 release
cloner 20.09.5 release
Supporting any git host
- Supports Github URLs
- Supports Gitlab URLs
- Fixes incorrect inputs
- Supports forced clone
Docker Handlers
- Still uses docker handlers
cloner 19.11.1 release
Cloner: Create local build with golang Runs a local build with go to quickly verify the app $ make local fatal: No tags can describe '87d10c038a0b80775a39deed750681f024c6434f'. Try --always, or create some tags. rm -rf dist mkdir dist GO111MODULE=on CGO_ENABLED=0 GOARCH=amd64 GOOS=darwin go build -o dist/cloner-darwin-local main.go $ ./dist/cloner-darwin-local git --repo [email protected]:modern-saas-community/idps-for-kubernetes.git