Skip to content

Releases: answerbook/RemoteResource

20250418T145307Z: Merge pull request #23 from answerbook/20250418-increase-memory-limits

18 Apr 14:53
a5a1b28

Choose a tag to compare

20250407T144654Z: Merge pull request #22 from answerbook/20250402-increase-memory-usage

07 Apr 14:46
bcb0093

Choose a tag to compare

20230620T212157Z

20 Jun 21:21
d3f1214

Choose a tag to compare

Merge pull request #20 from answerbook/esatterwhite/wave5-configurabl…

20230620T211808Z

20 Jun 21:18
e2d764a

Choose a tag to compare

Merge pull request #21 from answerbook/esatterwhite/wave4-configurabl…

20230620T210654Z

20 Jun 21:06
c420bb2

Choose a tag to compare

Merge pull request #19 from answerbook/esatterwhite/wave3-configurabl…

20230620T193210Z: chore(wave2): update remote resource controller to 2.0.6

20 Jun 19:32

Choose a tag to compare

Update remote resource controller to pick up functionality to change the
default reconcile behavior on remote resources. Will read the key
RR_RECONCILE_BY_DEFAULT from razeedeploy-overrides. The default is
`true`

* New Update Mode `AdditiveMergePatch` - will not remove fields from the
  live resource when they are removed from the definition
* Request options can read `headersFrom` (configMapRef, secretMapRef)
* Support `git` as a remote resource
* update running node version to lts/16
* environment variable `RR_RECONCILE_BY_DEFAULT` will set the reconcile behavior

BREAKING CHANGE: Removes support for old kapitan naming in annotations

20230123T152000Z: fix(versions): make sure deployment files reference the right wave

23 Jan 15:20

Choose a tag to compare

Previosuly the envsubst files were all incorrectly referencing wave0.
This updates them to reference the version corresponding to the wave the
belong to

20221107T161412Z: chore(wave0): update remote resource controller to 2.0.6

07 Nov 16:14

Choose a tag to compare

Update remote resource controller to pick up functionality to change the
default reconcile behavior on remote resources. Will read the key
RR_RECONCILE_BY_DEFAULT from razeedeploy-overrides. The default is
`true`

* New Update Mode `AdditiveMergePatch` - will not remove fields from the
  live resource when they are removed from the definition
* Request options can read `headersFrom` (configMapRef, secretMapRef)
* Support `git` as a remote resource
* update running node version to lts/16
* environment variable `RR_RECONCILE_BY_DEFAULT` will set the reconcile behavior

BREAKING CHANGE: Removes support for old kapitan naming in annotations

20220425T101643Z: wave5: increase limits.cpu

25 Apr 10:16

Choose a tag to compare

- from `100m` to `1.0`
  - based on recommendation from Evan in #releng

ref: REL-1074

20220421T204757Z: wave4: increase limits.cpu

21 Apr 20:47

Choose a tag to compare

- from `100m` to `1.0`
  - based on recommendation from Evan in #releng

ref: REL-1074