Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump kapp-controller (0.25.0 --> 0.27.0) #207

Merged
merged 1 commit into from
Oct 12, 2021
Merged

bump kapp-controller (0.25.0 --> 0.27.0) #207

merged 1 commit into from
Oct 12, 2021

Conversation

cirocosta
Copy link
Contributor

changeset:

https://github.com/vmware-tanzu/carvel-kapp-controller/releases/tag/v0.26.0

- Bump kapp to v0.42.0 which allowed to further speed up
  reconciliation of package repositories

https://github.com/vmware-tanzu/carvel-kapp-controller/releases/tag/v0.27.0

- Set default syncPeriod to 10min for PackageRepository and
  PackageInstall CRs
- Previously it was 30s for PackageInstalls and 5min for
  PackageRepositories
- Updated k8s.io/api-server to eliminate package repository
  reconciliation problems on GKE (#377)
- Bump kapp to v0.41.0 which allowed to speed up reconciliation of
  package repositories

Signed-off-by: Ciro S. Costa ciroscosta@vmware.com

@netlify
Copy link

netlify bot commented Oct 6, 2021

✔️ Deploy Preview for elated-stonebraker-105904 ready!

🔨 Explore the source changes: 891add0

🔍 Inspect the deploy log: https://app.netlify.com/sites/elated-stonebraker-105904/deploys/615dc7acceff3e000860602f

😎 Browse the preview: https://deploy-preview-207--elated-stonebraker-105904.netlify.app

@@ -98,8 +98,10 @@ kubectl create clusterrolebinding default-admin \
--clusterrole=cluster-admin \
--serviceaccount=default:default

KAPP_CONTROLLER_VERSION=0.27.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

imo the biggest benefit of this pattern is that it then becomes really easy to find everywhere where the version of a particular dependency exists:

ag KAPP_CONTROLLER_VERSION

and then boom, you found all the places:

site/content/docs/v0.0.6/install.md
222:KAPP_CONTROLLER_VERSION=0.27.0
225:  -f https://github.com/vmware-tanzu/carvel-kapp-controller/releases/download/v$KAPP_CONTROLLER_VERSION/release.yml

site/content/docs/install.md
222:KAPP_CONTROLLER_VERSION=0.27.0
225:  -f https://github.com/vmware-tanzu/carvel-kapp-controller/releases/download/v$KAPP_CONTROLLER_VERSION/release.yml

hack/setup.sh
34:readonly KAPP_CONTROLLER_VERSION=0.27.0
224:                -f https://github.com/vmware-tanzu/carvel-kapp-controller/releases/download/v$KAPP_CONTROLLER_VERSION/release.yml |

examples/source-to-knative-service/README.md
101:KAPP_CONTROLLER_VERSION=0.27.0
104:    -f https://github.com/vmware-tanzu/carvel-kapp-controller/releases/download/v$KAPP_CONTROLLER_VERSION/release.yml

changeset:

	https://github.com/vmware-tanzu/carvel-kapp-controller/releases/tag/v0.26.0

	- Bump kapp to v0.42.0 which allowed to further speed up
	  reconciliation of package repositories

 	https://github.com/vmware-tanzu/carvel-kapp-controller/releases/tag/v0.27.0

	- Set default syncPeriod to 10min for PackageRepository and
	  PackageInstall CRs
	- Previously it was 30s for PackageInstalls and 5min for
	  PackageRepositories
	- Updated k8s.io/api-server to eliminate package repository
	  reconciliation problems on GKE (#377)
	- Bump kapp to v0.41.0 which allowed to speed up reconciliation of
	  package repositories

Signed-off-by: Ciro S. Costa <ciroscosta@vmware.com>
@cirocosta cirocosta merged commit 33dd53f into main Oct 12, 2021
@cirocosta cirocosta deleted the kapp-ctrl-bump branch October 12, 2021 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants