Releases: kubernetes-sigs/application
Releases · kubernetes-sigs/application
v0.8.3
v0.8.2
- Kubebuilder 2 based
- Stabilized E2e and add Travis support
- Refactor code
- Update docs
- Add release scripts
Commits:
- Move from gopkg to gomod and newer dependencies #133
- Add Travis Build file to run the unit tests #134
- Travis e2e #135
- Stablize the E2E test #138
- Migrate application CRD to kubebuilder 2.0 #139
- Add e2e test for the wordpress example #142
- Fix build error #143
- Fix mutated object when fetching component list #144
- Add the status subresource to the application CRD #145
- Makefile overhaul, Refactor test scripts #146
- Fix the not found ERROR in the log when app deleted #149
- Add protocol fields to Service and Ingress info items #150
- Update README #151
- regenerate licenses by deleting existing and using 'make license' #152
- Update kustomize tool path #153
- Grant application-manager access to all resources #155
- Update the group of Service in the examples and tests #156
- Add a more comprehensive example #158
- E2E test improvements #159
- Update docs #160
- Check for standard conditions (ready, inprogress) for unknown types (crds) #162
- update examples with the descriptor field #164
- Update the way to compute resource status #167
- Update golangci-lint to the latest version #168
- Fix doc broken links #169
- Add columns printer for kubectl #171
- Use kustomize for crd based tests #172
- Add rbac generation rules to access other resources #174
- Rename manager to kube-app-manager #177
- Add kustomize config for prometheus ServiceMonitor #178
- Create all-in-one file to deploy kube-app-manager #179
- Aggregate errors and set application condition to not-ready #180
- Mark aggregated condition ready only when No error happened #184
- go fmt fix #186
- Adding release scripts #187