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

fix: downgrade Calico to v3.26.4 #348

Merged
merged 2 commits into from
Feb 12, 2024
Merged

Conversation

dkoshkin
Copy link
Contributor

@dkoshkin dkoshkin commented Feb 9, 2024

The cleanup Job is getting run and deleting the Installation. The Installation object won't be recreated until the CRS controller periodically reconciles.

tigera-operator          tigera-operator-7ff8dc855-nv6pd                                     1/1     Running     0          6m3s
tigera-operator          tigera-operator-uninstall-kt4nf                                     0/1     Completed   0          47s
tigera-operator          tigera-operator-uninstall-pgfv8                                     0/1     Error       0          6m3s

There are other issues with this feature:

Introduced in https://github.com/projectcalico/calico/pull/7859/files


Not using v3.26.4 intentionally since DKP still has it set to v3.26.3, and because this template is in json the tooling does not properly get the list of images for Calico. Since the bastion images need to be rebuilt, we can include the Calico bump in there too.

I still think this project should publish a list of images that can be consumed by other tools.

@dkoshkin dkoshkin self-assigned this Feb 9, 2024
@github-actions github-actions bot added the fix label Feb 9, 2024
@dkoshkin dkoshkin changed the title fix: downgrade Calico to v3.26.4 fix: downgrade Calico to v3.26.3 Feb 9, 2024
@github-actions github-actions bot added fix and removed fix labels Feb 9, 2024
The cleanup Job is getting run and deleting the Installation.
The Installation object won't be recreated
until the CRS controller periodically reconciles.
https://github.com/projectcalico/calico/pull/7859/files
@dkoshkin dkoshkin changed the title fix: downgrade Calico to v3.26.3 fix: downgrade Calico to v3.26.4 Feb 9, 2024
@github-actions github-actions bot added fix and removed fix labels Feb 9, 2024
@jimmidyson
Copy link
Member

I still think this project should publish a list of images that can be consumed by other tools.

Let's do it!

@jimmidyson jimmidyson enabled auto-merge (squash) February 12, 2024 09:37
@jimmidyson jimmidyson merged commit 894e1c1 into main Feb 12, 2024
10 checks passed
@jimmidyson jimmidyson deleted the dkoshkin/calico-downgrade branch February 12, 2024 09:38
@github-actions github-actions bot mentioned this pull request Feb 12, 2024
dkoshkin pushed a commit that referenced this pull request Feb 12, 2024
🤖 I have created a release *beep* *boop*
---


## 0.4.0 (2024-02-12)

<!-- Release notes generated using configuration in .github/release.yaml
at main -->

## What's Changed
### Exciting New Features 🎉
* feat: Support multiple registry credentials if specified by
@jimmidyson in
#343
* feat: Add Cilium CNI addon support by @jimmidyson in
#333
### Fixes 🔧
* fix: downgrade Calico to v3.26.4 by @dkoshkin in
#348
* fix: AMI ID patch by @dkoshkin in
#345
* fix: use correct AWS EBS CSI images by @dkoshkin in
#344
### Other Changes
* build(main): Latest devbox update (2024-02-12) by
@d2iq-labs-actions-pr-bot in
#349
* build: Fix up lint config for moved external APIs by @jimmidyson in
#355
* test: add a Makefile target to update image by @dkoshkin in
#346


**Full Changelog**:
v0.3.5...v0.4.0

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
version = "0.0.1-dev";
src = fetchFromGitHub {
owner = "jimmidyson";
repo = "goprintconst";
Copy link
Contributor

Choose a reason for hiding this comment

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

Great utility.

Copy link
Member

Choose a reason for hiding this comment

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

This is a fork of @dlipovetsky with one important fix to support aliased consts - happy to switch to @dlipovetsky's repo if he merges my PR ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants