Change Log
0.5.1 (2017-10-10)
Fixed bugs:
- invalid header field value for key Authorization - DO s3 bucket #189
- Kops + AWS: cannot unmarshal array into Go value of type types.ContainerJSON #147
Closed issues:
- Cut a new release with restic 0.7.1 #145
- Use fixed Hostname for ReplicaSet etc #165
- Update docs for restic tags #143
- Document how to use with kubectl #142
Merged pull requests:
- Correctly detect “default” service account #200 (tamalsaha)
- Clarify that –tag foo,tag bar style tags are not supported. #199 (tamalsaha)
- Set hostname based on resource type #198 (tamalsaha)
- Document how to detect operator version #196 (tamalsaha)
- Manage RoleBinding for rbac enabled cluster #197 (tamalsaha)
0.5.0 (2017-10-10)
Closed issues:
- Apply restic.appscode.com/config annotations on Pod templates #141
Merged pull requests:
0.5.0-beta.3 (2017-10-10)
Merged pull requests:
0.5.0-beta.2 (2017-10-09)
Merged pull requests:
0.5.0-beta.1 (2017-10-09)
Fixed bugs:
- [Bug] Success/Fail prometheus metrics inverted condition #175
Closed issues:
Merged pull requests:
- Fix prometheus metrics collection #192 (tamalsaha)
- Fix StatefulSet tests #190 (tamalsaha)
- Replace reflect.Equal with github.com/google/go-cmp #188 (tamalsaha)
- Skip ReplicaSet owned by Deployments #187 (tamalsaha)
0.5.0-beta.0 (2017-10-09)
Implemented enhancements:
Fixed bugs:
- Error in request: v1.ListOptions is not suitable for converting to “v1” #153
- Fix client-go updates #159 (sadlil)
Closed issues:
Merged pull requests:
- Prepare docs for 5.0.0-beta.0 #185 (tamalsaha)
- Set namespaceIndex as indexer #184 (tamalsaha)
- Fix e2e tests #183 (tamalsaha)
- Use workqueue #182 (tamalsaha)
- Use Deployment from apps/v1beta1 #181 (tamalsaha)
- Delete *.generated.go files for ugorji #180 (tamalsaha)
- Use WaitForCRDReady from kutil #179 (tamalsaha)
- Only watch apps/v1beta1 Deployment #178 (tamalsaha)
- Move kutil to client package #177 (tamalsaha)
- Generate ugorji stuff #176 (tamalsaha)
- Prepare docs for 0.5.0 #174 (tamalsaha)
- Install stash as a critical addon #173 (tamalsaha)
- Set RESTIC_VER to 0.7.3 #172 (tamalsaha)
- Refresh charts to match recent convention #171 (tamalsaha)
- Update kutil #170 (tamalsaha)
- Fix deployment name in tutorial #169 (the-redback)
- Fix command in Developer-guide #168 (the-redback)
- Use apis/v1alpha1 instead of internal version #167 (tamalsaha)
- Remove resource:path #166 (tamalsaha)
- Move analytics collector to root command #164 (tamalsaha)
- Use kubernetes/code-generator #163 (tamalsaha)
- Revendor k8s.io/apiextensions-apiserver #162 (tamalsaha)
- Update kutil dependency #158 (tamalsaha)
- Use CheckAPIVersion() #157 (tamalsaha)
- Use PATCH api instead of UPDATE #156 (tamalsaha)
- Check version using semver library #152 (tamalsaha)
- Support adding Sidecar containers for StatefulSet. #151 (tamalsaha)
- Update client-go to 4.0.0 #150 (tamalsaha)
- Update build commands for restic. #149 (tamalsaha)
- Update client-go to 3.0.0 from 3.0.0-beta #148 (tamalsaha)
- Add uninstall.sh script #144 (tamalsaha)
- Fix typos of tutorial.md file #138 (sajibcse68)