Releases: gojekfarm/albatross
v1.1.1
v1.1.0
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Changelog
b52821e Feature/update routes (#10)
d2ab135 Finalise Release API spec (#12)
2b6cc46 Integrated swagger documentation (#9)
1338918 Merge pull request #13 from gojekfarm/fix/doc-css
88a0163 Move from Travis CI to github actions (#14)
bb2ee92 Update badges and fix workflows (#15)
6bf3c95 api to uninstall a chart
7cab784 fixed a library import to 3.45.1
Docker images
docker pull gojektech/albatross:v1.0.0
v0.1.1
Changelog
4990b52 Add test to validate version flag is set ofr upgrade
ab9bfe8 Add tests to validation namespace, dryrun flags as well for installer and upgrader
3154982 Merge pull request #6 from gojekfarm/support_version_flag
ccc636f Use version flag for install and upgrade
Docker images
docker pull gojektech/albatross:latest
docker pull gojektech/albatross:v0.1.1
v0.1.0
Changelog
82519f3 Add a Makefile
c4d2388 Add a README
0ecbb14 Add a basic dockerfile
66309ec Add a build stage to ci
f08f1e8 Add a codecov config
5fb00d4 Add a travis ci config
5e8a693 Add codecov, goreleaser and license badges
1a68fdf Add golangci lint stage to travis-ci
57ef874 Add goreleaser config
21325c1 Add install chart endpoint
e766260 Add kubernetes yamls
a3fe2d7 Add list, repo update, install release code
1a875fd Add more linters to golang ci config
7d4f7aa Add namespace to volumes
e6f5259 Add support for helm cli flags
4114f3c Add upgrade chart endpoint
76906a2 Adding api test for successful deployment of chart
47881f0 Adding chartname request validation for install
b4fb4fe Adding service test (#3)
7517c75 Build with race detector in Makefile
5ad75e8 Change the build out directory to bin in Makefile
4c302a0 Enable golangci linting for tests
89c4040 Fix SOURCE_DIRS inference in Makefile; fix golangci install
86ce526 Fix a linting error for method docstring
ba18027 Fix importShadow linting errors
1eb10e5 Fix more linting issues because of missing error check
00be528 Initial commit for helm service
ee343a0 Merge pull request #1 from gojekfarm/refactor/packaged-instead-of-forked
03e1c87 Merge pull request #2 from gojekfarm/feature/flag-support
bd45d16 Merge pull request #4 from gojekfarm/fix/standardize-global-flag-names
cbe9569 Merge pull request #5 from gojekfarm/feature/ci-improvements
7d61792 Move api and servercontext packages out of pkg
8a940fa Refactor install api with service
153fab9 Remove a trailing new line in travis-ci config
83b5dad Rename default executable from service to albatross
20cbf25 Standard json flags for global flags
618e420 Support values for install command
f480a8b Update the license copyright information
33f32eb Upload code coverage reports to codecov
9c68f66 Use a golangci-lint binary instead of go get in Makefile
c1efcdf Use a script provider for deployment; allow deployment on master+tags
a434f76 Use the full module path in imports and go.mod
c913ef6 Use the helm package as a dependency for helm service (nofork)
4753d46 add api to Upgrade, List and Install
d1d5110 add list and ping http endpoints
d554e3e allow values-override for install and upgrade api
b4f62b9 move endpoints to pkg/http
b5f1c8c moving http/api pkg to api package, adding unit tests for service install
b600c38 passing install configuration to service
2128f1b using mux router, fixing helm list api
Docker images
docker pull gojektech/albatross:latest
docker pull gojektech/albatross:v0.1.0