Commit Graph

740 Commits

Author SHA1 Message Date
Wayne Witzel III
9f72cf9c61 Merge pull request #1043 from skriss/v0.9.11-cl
[release-0.9] v0.9.11 changelog
v0.9.11
2018-11-08 11:47:31 -05:00
Steve Kriss
20fefe4f52 v0.9.11 changelog
Signed-off-by: Steve Kriss <steve@heptio.com>
2018-11-08 09:40:05 -07:00
Steve Kriss
af0854aa7d Merge pull request #1041 from ncdc/0.9/fix-pv-not-found-check
[0.9] Fix check for non-found PV
2018-11-08 09:21:29 -07:00
Andy Goldstein
b1caacac50 Fix check for non-found PV
We were checking for nil, but were getting back an empty
*unstructured.Unstructured{} instead, along with a NotFound error.
Change the logic to check for the NotFound error instead of a nil
object.

Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
2018-11-08 11:10:45 -05:00
Steve Kriss
b9c8116d1d Merge pull request #1031 from wwitzel3/release-0.9
Add v0.9.10 changelog
v0.9.10
2018-11-01 15:44:32 -06:00
Wayne Witzel III
2d067d84d7 Add v0.9.10 changelog
Signed-off-by: Wayne Witzel III <wayne@riotousliving.com>
2018-11-01 17:39:13 -04:00
Nolan Brubaker
9c486902d9 Merge pull request #1028 from wwitzel3/0.9-backports
0.9 backports
2018-11-01 12:35:25 -04:00
Wayne Witzel III
e8340d9f05 restore storageclasses before pvs and pvcs
Signed-off-by: Wayne Witzel III <wayne@riotousliving.com>
2018-11-01 11:31:19 -04:00
Steve Kriss
5a11989cfb Merge pull request #1011 from wwitzel3/issue-609
Verify PV doesn't exist before creating new volume
2018-11-01 08:45:13 -06:00
Wayne Witzel III
6afadb1ad4 AWS: Ensure that the order returned by ListObjects is consistent
Signed-off-by: Wayne Witzel III <wayne@riotousliving.com>
2018-11-01 08:29:31 -04:00
Wayne Witzel III
6febabf334 Address #424: Add CRDs to list of prioritized resources
Signed-off-by: Wayne Witzel III <wayne@riotousliving.com>
2018-11-01 08:28:58 -04:00
Andy Goldstein
9a3a45d4eb Merge pull request #1018 from midhunbiju/patch-5
Update README.md - Grammar mistake corrected
2018-10-31 08:34:56 -04:00
Wayne Witzel III
ba2e5b1eaa Verify PV doesn't exist before creating new volume
Signed-off-by: Wayne Witzel III <wayne@riotousliving.com>
2018-10-30 18:50:42 -04:00
Midhun Biju
bd19863f91 Update README.md - Grammar mistake corrected
Grammar mistake corrected

Signed-off-by: Midhun Biju <midhunbijutvm@gmail.com>
2018-10-30 00:10:43 +05:30
Steve Kriss
2c1e983ffe Merge pull request #993 from nrb/v0.9.9-cherry-picks
V0.9.9 cherry picks
v0.9.9
2018-10-24 09:02:56 -06:00
Nolan Brubaker
58229b0f61 Add v0.9.9 changelog
Signed-off-by: Nolan Brubaker <nolan@heptio.com>
2018-10-24 10:56:35 -04:00
Steve Kriss
f1d9682037 pod restore action: check initContainers exist before processing
Signed-off-by: Steve Kriss <steve@heptio.com>
2018-10-24 10:53:10 -04:00
Steve Kriss
c1cc34cb49 Merge pull request #953 from nrb/v0.9.8-cherry-picks
V0.9.8 cherry picks
v0.9.8
2018-10-18 09:42:41 -06:00
Nolan Brubaker
34da68fc87 Update v0.9.8 changelog
Signed-off-by: Nolan Brubaker <nolan@heptio.com>
2018-10-18 11:35:01 -04:00
captjt
4f9aeb818d Add --include-cluster-resources options when creating schedule
Signed-off-by: captjt <jtaylor007.jt@gmail.com>
2018-10-18 11:35:01 -04:00
Shubheksha Jalan
09a9d950fc remove logic to get a gcp project
Signed-off-by: Shubheksha Jalan <jshubheksha@gmail.com>
2018-10-18 11:35:01 -04:00
Steve Kriss
2f6f5de80c only try to backup PVC's linked PV if PVC phase is Bound
Signed-off-by: Steve Kriss <steve@heptio.com>
2018-10-18 11:35:01 -04:00
Lukasz Jakimczuk
24d5256811 Adding support for the AWS_CLUSTER_NAME env variable allowing to claim volumes ownership
Signed-off-by: Lukasz Jakimczuk <ljakimczuk@gmail.com>

Moving check for environment variable outside the loop

Signed-off-by: Lukasz Jakimczuk <ljakimczuk@gmail.com>

Insert a note about AWS_CLUSTER_NAME in the aws-config doc

Signed-off-by: Lukasz Jakimczuk <ljakimczuk@gmail.com>

Improving implementation and documentation

Signed-off-by: Lukasz Jakimczuk <ljakimczuk@gmail.com>

Changing instructions, adding unit test for getTagsForCluster and removing duplicated Lookup

Signed-off-by: Lukasz Jakimczuk <ljakimczuk@gmail.com>

Commit after update

Signed-off-by: Lukasz Jakimczuk <ljakimczuk@gmail.com>

Correcting bad formatting in aws-config.md

Signed-off-by: Lukasz Jakimczuk <ljakimczuk@gmail.com>
2018-10-18 11:34:56 -04:00
Carlisia
c58b602a1d Remove timeout check for snapshot service
Signed-off-by: Carlisia <carlisia@grokkingtech.io>
2018-10-18 11:34:32 -04:00
Steve Kriss
6abe8ff8c6 Merge pull request #928 from carlisia/c-timeoutcheck
Remove timeout check for snapshot service
2018-10-11 15:00:23 -06:00
Carlisia
2f7b52757c Remove timeout check for snapshot service
Signed-off-by: Carlisia <carlisia@grokkingtech.io>
2018-10-11 13:52:56 -07:00
KubeKween
78141e4735 Merge pull request #919 from skriss/v0.9.8-beta.1-cherrypicks
V0.9.8 beta.1 cherrypicks
v0.9.8-beta.1
2018-10-10 09:13:32 -07:00
Steve Kriss
7d9a7c80ae CHANGELOG entry for v0.9.8-beta.1
Signed-off-by: Steve Kriss <steve@heptio.com>
2018-10-10 09:58:59 -06:00
James Powis
ddca555639 Drop volumeMounts from initContainers if SAToken
Signed-off-by: James Powis <powisj@gmail.com>
2018-10-10 09:58:45 -06:00
Wayne Witzel III
caa962fa22 Merge pull request #908 from skriss/v0.9.7-cherrypicks
V0.9.7 cherrypicks
v0.9.7
2018-10-04 14:43:16 -04:00
Steve Kriss
ee00ce46ef add node port fix to v0.9.7 changelog
Signed-off-by: Steve Kriss <steve@heptio.com>
2018-10-04 12:28:06 -06:00
Wayne Witzel III
39f097813f Update CHANGELOG.md for v0.9.7
Signed-off-by: Wayne Witzel III <wayne@riotousliving.com>
2018-10-04 12:27:13 -06:00
Steve Kriss
7bf9adb92e bug: fix restic restores when using namespace mappings
Signed-off-by: Steve Kriss <steve@heptio.com>
2018-10-04 12:21:50 -06:00
Marc Tudurí
31bf26b2e9 Change CreationTimestamp by StartTimestamp in backup list
Signed-off-by: Marc Tudurí <marctc@gmail.com>
2018-10-04 12:21:28 -06:00
Steve Kriss
1dfe75a0c8 remove restore log helper for accurate line #'s
Signed-off-by: Steve Kriss <steve@heptio.com>
2018-10-04 12:20:13 -06:00
Michal Wieczorek
226a687c01 Enable restoring resources with ownerReference set
Signed-off-by: Michal Wieczorek <wieczorek-michal@wp.pl>
2018-10-04 12:17:53 -06:00
Shubheksha Jalan
ccfef26ef3 move code dealing with node ports into a separate function
Signed-off-by: Shubheksha Jalan <jshubheksha@gmail.com>
2018-10-04 12:15:26 -06:00
Shubheksha Jalan
e62afa8b61 ignore spec.ports not being there for services of type ExternalName
Signed-off-by: Shubheksha Jalan <jshubheksha@gmail.com>
2018-10-04 12:15:22 -06:00
Shubheksha Jalan
b51b3c27ce fix error during restore when spec.ports are not found
Signed-off-by: Shubheksha Jalan <jshubheksha@gmail.com>
2018-10-04 12:15:16 -06:00
Timo Reimann
856e632109 Preserve node ports during restore when annotations hold specification.
This is to better reflect the intent of the user when node ports are
specified explicitly (as opposed to being assigned by Kubernetes). The
`last-applied-configuration` annotation added by `kubectl apply` is one
such indicator we are now leveraging.

We still default to omitting the node ports when the annotation is
missing.

Signed-off-by: Timo Reimann <ttr314@googlemail.com>
2018-10-04 12:14:03 -06:00
KubeKween
ad61989beb Merge pull request #861 from skriss/v0.9.6-cherrypicks
v0.9.6 cherrypicks
v0.9.6
2018-09-21 09:07:22 -07:00
Steve Kriss
e353beb6c4 update CHANGELOG for v0.9.6
Signed-off-by: Steve Kriss <steve@heptio.com>
2018-09-21 10:00:51 -06:00
Nolan Brubaker
93926d9025 Bump alpine image for security fix
This change includes the fix at
6484ed9849

Signed-off-by: Nolan Brubaker <nolan@heptio.com>
2018-09-21 09:50:27 -06:00
James Powis
81e1997002 Change from regex matching default-token to prefix SA-token-
Signed-off-by: James Powis <powisj@gmail.com>
2018-09-21 09:49:54 -06:00
Nolan Brubaker
908900e9dd Merge pull request #850 from carlisia/release-0.9
Cherry picks for release 0.9.5
v0.9.5
2018-09-17 14:31:09 -04:00
Steve Kriss
73e0d3a62f v0.9.5 changelog entry
Signed-off-by: Steve Kriss <steve@heptio.com>
2018-09-17 11:25:05 -07:00
Steve Kriss
bf59d76a3f get a new metadata accessor after calling backup item actions
Signed-off-by: Steve Kriss <steve@heptio.com>
2018-09-17 11:24:54 -07:00
Steve Kriss
d2ebc6ca88 Merge pull request #813 from nrb/v0.9.4-changelog
Update CHANGELOG for v0.9.4
v0.9.4
2018-09-05 09:12:00 -07:00
Nolan Brubaker
79504e7fee Update CHANGELOG for v0.9.4
Signed-off-by: Nolan Brubaker <nolan@heptio.com>
2018-09-05 11:21:36 -04:00
Steve Kriss
8369745070 Merge pull request #812 from nrb/0.9.4-cherry-picks
Fix map merging logic
2018-08-30 14:00:37 -07:00