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

Manual release workflows #722

Merged
merged 12 commits into from
Aug 13, 2024
Merged

Manual release workflows #722

merged 12 commits into from
Aug 13, 2024

Conversation

MuneebAijaz
Copy link
Contributor

@MuneebAijaz MuneebAijaz commented Aug 2, 2024

This PR reflects the following set of changes:

  1. Vulnerability in Golang 1.21
  2. Fixing slack.stakater.com url
  3. Switching to manual git releases instead of automated workflows
  4. Merging PRs will create reloader:merge-<pr-number> tags
  5. Disabling steps which write back to master branch (for now)
  6. Step for pushing docs image will now run with push.yaml and release.yaml workflows, instead of separately, to avoid conflicts.
  7. Tagging ghcr image as latest which will be used in plain manifests, removing a need to write back to main
  8. Disabling the flow of pushing chart from this repo. Instead, chart will be moved to https://github.com/stakater/charts repo in the upcoming PRs.

@MuneebAijaz MuneebAijaz marked this pull request as draft August 2, 2024 07:29
@MuneebAijaz MuneebAijaz linked an issue Aug 6, 2024 that may be closed by this pull request
@MuneebAijaz MuneebAijaz marked this pull request as ready for review August 6, 2024 09:54
@rasheedamir
Copy link
Member

@MuneebAijaz why are we doing this?

Disabling the flow of pushing chart from this repo. Instead, chart will be moved to https://github.com/stakater/charts repo in the upcoming PRs.

@MuneebAijaz
Copy link
Contributor Author

@MuneebAijaz why are we doing this?

pipeline write back to master branch as of now, because of two things, which fail on almost every run. updates in charts and plain manifests. Plain manifests part is being catered in this PR.
As for the charts, it should have separate release process from code. As it makes no sense to update a chart when only image tag is changed. Thats why it was decided to move it to stakater/charts and have divergent release workflows for both chart and code.

@rasheedamir
Copy link
Member

Moving to separate repo shouldn't be required; we can have separate pipelines that runs on changes in different directories and then name the releases accordingly e.g. reloader-chart and reloader-image

@MuneebAijaz
Copy link
Contributor Author

This PR just disables the current workflows. Any discussions about the charts should be moved here #684

bnallapeta
bnallapeta previously approved these changes Aug 9, 2024
.github/workflows/release.yaml Show resolved Hide resolved
.github/workflows/release.yaml Outdated Show resolved Hide resolved
.github/workflows/release.yaml Show resolved Hide resolved
.github/workflows/release.yaml Show resolved Hide resolved
.github/workflows/release.yaml Show resolved Hide resolved
.github/workflows/release.yaml Show resolved Hide resolved
@MuneebAijaz MuneebAijaz merged commit 7d50d13 into master Aug 13, 2024
7 checks passed
@MuneebAijaz MuneebAijaz deleted the manual-release branch August 13, 2024 11:18
lumiere-bot bot referenced this pull request in coolguy1771/home-ops Aug 29, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [reloader](https://redirect.github.com/stakater/Reloader) | minor |
`1.0.121` -> `1.1.0` |

---

### Release Notes

<details>
<summary>stakater/Reloader (reloader)</summary>

###
[`v1.1.0`](https://redirect.github.com/stakater/Reloader/releases/tag/v1.1.0)

[Compare
Source](https://redirect.github.com/stakater/Reloader/compare/v1.0.121...v1.1.0)

#### Announcement 📢 📢 📢

Discussions are being done internally on `how to release helm charts`,
it is highly likely that the release **versioning of helm chart and
images will become divergent** from next release onwards.
(Different versioning for both artifacts, for example git release of
`v1.1.1` might not have a chart released with the same version)
Pls edit your automated workflows to accommodate for this change before
the new release to have seamless updates in your clusters.

#### What's Changed

- Manual release workflows by
[@&#8203;MuneebAijaz](https://redirect.github.com/MuneebAijaz) in
[https://github.com/stakater/Reloader/pull/722](https://redirect.github.com/stakater/Reloader/pull/722)
- fixing go vet issues with logrus by
[@&#8203;bnallapeta](https://redirect.github.com/bnallapeta) in
[https://github.com/stakater/Reloader/pull/727](https://redirect.github.com/stakater/Reloader/pull/727)
- Fixing Rollout restart, Previously would trigger rollout deployment
strategy by [@&#8203;jangeja](https://redirect.github.com/jangeja) in
[https://github.com/stakater/Reloader/pull/724](https://redirect.github.com/stakater/Reloader/pull/724)
- Misc fixes to workflows by
[@&#8203;MuneebAijaz](https://redirect.github.com/MuneebAijaz) in
[https://github.com/stakater/Reloader/pull/728](https://redirect.github.com/stakater/Reloader/pull/728)
- docs: update wording in readme by
[@&#8203;deggja](https://redirect.github.com/deggja) in
[https://github.com/stakater/Reloader/pull/730](https://redirect.github.com/stakater/Reloader/pull/730)
- chore(deps): update dependency stakater/vale-package to v0.0.33 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/stakater/Reloader/pull/721](https://redirect.github.com/stakater/Reloader/pull/721)
- Reduce footprint of UBI images by
[@&#8203;bainsy88](https://redirect.github.com/bainsy88) in
[https://github.com/stakater/Reloader/pull/717](https://redirect.github.com/stakater/Reloader/pull/717)
- Update dependencies by
[@&#8203;MuneebAijaz](https://redirect.github.com/MuneebAijaz) in
[https://github.com/stakater/Reloader/pull/735](https://redirect.github.com/stakater/Reloader/pull/735)

#### New Contributors

- [@&#8203;jangeja](https://redirect.github.com/jangeja) made their
first contribution in
[https://github.com/stakater/Reloader/pull/724](https://redirect.github.com/stakater/Reloader/pull/724)
- [@&#8203;deggja](https://redirect.github.com/deggja) made their first
contribution in
[https://github.com/stakater/Reloader/pull/730](https://redirect.github.com/stakater/Reloader/pull/730)
- [@&#8203;bainsy88](https://redirect.github.com/bainsy88) made their
first contribution in
[https://github.com/stakater/Reloader/pull/717](https://redirect.github.com/stakater/Reloader/pull/717)

**Full Changelog**:
stakater/Reloader@v1.0.121...v1.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4zIiwidXBkYXRlZEluVmVyIjoiMzguNTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvaGVsbSIsInR5cGUvbWlub3IiXX0=-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
lumiere-bot bot referenced this pull request in coolguy1771/home-ops Aug 29, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [reloader](https://redirect.github.com/stakater/Reloader) | minor |
`1.0.121` -> `1.1.0` |

---

### Release Notes

<details>
<summary>stakater/Reloader (reloader)</summary>

###
[`v1.1.0`](https://redirect.github.com/stakater/Reloader/releases/tag/v1.1.0)

[Compare
Source](https://redirect.github.com/stakater/Reloader/compare/v1.0.121...v1.1.0)

#### Announcement 📢 📢 📢

Discussions are being done internally on `how to release helm charts`,
it is highly likely that the release **versioning of helm chart and
images will become divergent** from next release onwards.
(Different versioning for both artifacts, for example git release of
`v1.1.1` might not have a chart released with the same version)
Pls edit your automated workflows to accommodate for this change before
the new release to have seamless updates in your clusters.

#### What's Changed

- Manual release workflows by
[@&#8203;MuneebAijaz](https://redirect.github.com/MuneebAijaz) in
[https://github.com/stakater/Reloader/pull/722](https://redirect.github.com/stakater/Reloader/pull/722)
- fixing go vet issues with logrus by
[@&#8203;bnallapeta](https://redirect.github.com/bnallapeta) in
[https://github.com/stakater/Reloader/pull/727](https://redirect.github.com/stakater/Reloader/pull/727)
- Fixing Rollout restart, Previously would trigger rollout deployment
strategy by [@&#8203;jangeja](https://redirect.github.com/jangeja) in
[https://github.com/stakater/Reloader/pull/724](https://redirect.github.com/stakater/Reloader/pull/724)
- Misc fixes to workflows by
[@&#8203;MuneebAijaz](https://redirect.github.com/MuneebAijaz) in
[https://github.com/stakater/Reloader/pull/728](https://redirect.github.com/stakater/Reloader/pull/728)
- docs: update wording in readme by
[@&#8203;deggja](https://redirect.github.com/deggja) in
[https://github.com/stakater/Reloader/pull/730](https://redirect.github.com/stakater/Reloader/pull/730)
- chore(deps): update dependency stakater/vale-package to v0.0.33 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/stakater/Reloader/pull/721](https://redirect.github.com/stakater/Reloader/pull/721)
- Reduce footprint of UBI images by
[@&#8203;bainsy88](https://redirect.github.com/bainsy88) in
[https://github.com/stakater/Reloader/pull/717](https://redirect.github.com/stakater/Reloader/pull/717)
- Update dependencies by
[@&#8203;MuneebAijaz](https://redirect.github.com/MuneebAijaz) in
[https://github.com/stakater/Reloader/pull/735](https://redirect.github.com/stakater/Reloader/pull/735)

#### New Contributors

- [@&#8203;jangeja](https://redirect.github.com/jangeja) made their
first contribution in
[https://github.com/stakater/Reloader/pull/724](https://redirect.github.com/stakater/Reloader/pull/724)
- [@&#8203;deggja](https://redirect.github.com/deggja) made their first
contribution in
[https://github.com/stakater/Reloader/pull/730](https://redirect.github.com/stakater/Reloader/pull/730)
- [@&#8203;bainsy88](https://redirect.github.com/bainsy88) made their
first contribution in
[https://github.com/stakater/Reloader/pull/717](https://redirect.github.com/stakater/Reloader/pull/717)

**Full Changelog**:
stakater/Reloader@v1.0.121...v1.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4zIiwidXBkYXRlZEluVmVyIjoiMzguNTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvaGVsbSIsInR5cGUvbWlub3IiXX0=-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
spiceratops referenced this pull request in spiceratops/k8s-gitops Aug 30, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [reloader](https://redirect.github.com/stakater/Reloader) | minor |
`1.0.121` -> `1.1.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>stakater/Reloader (reloader)</summary>

###
[`v1.1.0`](https://redirect.github.com/stakater/Reloader/releases/tag/v1.1.0)

[Compare
Source](https://redirect.github.com/stakater/Reloader/compare/v1.0.121...v1.1.0)

#### Announcement 📢 📢 📢

Discussions are being done internally on `how to release helm charts`,
it is highly likely that the release **versioning of helm chart and
images will become divergent** from next release onwards.
(Different versioning for both artifacts, for example git release of
`v1.1.1` might not have a chart released with the same version)
Pls edit your automated workflows to accommodate for this change before
the new release to have seamless updates in your clusters.

#### What's Changed

- Manual release workflows by
[@&#8203;MuneebAijaz](https://redirect.github.com/MuneebAijaz) in
[https://github.com/stakater/Reloader/pull/722](https://redirect.github.com/stakater/Reloader/pull/722)
- fixing go vet issues with logrus by
[@&#8203;bnallapeta](https://redirect.github.com/bnallapeta) in
[https://github.com/stakater/Reloader/pull/727](https://redirect.github.com/stakater/Reloader/pull/727)
- Fixing Rollout restart, Previously would trigger rollout deployment
strategy by [@&#8203;jangeja](https://redirect.github.com/jangeja) in
[https://github.com/stakater/Reloader/pull/724](https://redirect.github.com/stakater/Reloader/pull/724)
- Misc fixes to workflows by
[@&#8203;MuneebAijaz](https://redirect.github.com/MuneebAijaz) in
[https://github.com/stakater/Reloader/pull/728](https://redirect.github.com/stakater/Reloader/pull/728)
- docs: update wording in readme by
[@&#8203;deggja](https://redirect.github.com/deggja) in
[https://github.com/stakater/Reloader/pull/730](https://redirect.github.com/stakater/Reloader/pull/730)
- chore(deps): update dependency stakater/vale-package to v0.0.33 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/stakater/Reloader/pull/721](https://redirect.github.com/stakater/Reloader/pull/721)
- Reduce footprint of UBI images by
[@&#8203;bainsy88](https://redirect.github.com/bainsy88) in
[https://github.com/stakater/Reloader/pull/717](https://redirect.github.com/stakater/Reloader/pull/717)
- Update dependencies by
[@&#8203;MuneebAijaz](https://redirect.github.com/MuneebAijaz) in
[https://github.com/stakater/Reloader/pull/735](https://redirect.github.com/stakater/Reloader/pull/735)

#### New Contributors

- [@&#8203;jangeja](https://redirect.github.com/jangeja) made their
first contribution in
[https://github.com/stakater/Reloader/pull/724](https://redirect.github.com/stakater/Reloader/pull/724)
- [@&#8203;deggja](https://redirect.github.com/deggja) made their first
contribution in
[https://github.com/stakater/Reloader/pull/730](https://redirect.github.com/stakater/Reloader/pull/730)
- [@&#8203;bainsy88](https://redirect.github.com/bainsy88) made their
first contribution in
[https://github.com/stakater/Reloader/pull/717](https://redirect.github.com/stakater/Reloader/pull/717)

**Full Changelog**:
stakater/Reloader@v1.0.121...v1.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4zIiwidXBkYXRlZEluVmVyIjoiMzguNTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvaGVsbSIsInR5cGUvbWlub3IiXX0=-->
renovate bot referenced this pull request in anza-labs/manifests Sep 11, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [reloader](https://redirect.github.com/stakater/Reloader) | minor |
`1.0.121` -> `1.1.0` |

---

### Release Notes

<details>
<summary>stakater/Reloader (reloader)</summary>

###
[`v1.1.0`](https://redirect.github.com/stakater/Reloader/releases/tag/v1.1.0)

[Compare
Source](https://redirect.github.com/stakater/Reloader/compare/v1.0.121...v1.1.0)

##### Announcement 📢 📢 📢

Discussions are being done internally on `how to release helm charts`,
it is highly likely that the release **versioning of helm chart and
images will become divergent** from next release onwards.
(Different versioning for both artifacts, for example git release of
`v1.1.1` might not have a chart released with the same version)
Pls edit your automated workflows to accommodate for this change before
the new release to have seamless updates in your clusters.

##### What's Changed

- Manual release workflows by
[@&#8203;MuneebAijaz](https://redirect.github.com/MuneebAijaz) in
[https://github.com/stakater/Reloader/pull/722](https://redirect.github.com/stakater/Reloader/pull/722)
- fixing go vet issues with logrus by
[@&#8203;bnallapeta](https://redirect.github.com/bnallapeta) in
[https://github.com/stakater/Reloader/pull/727](https://redirect.github.com/stakater/Reloader/pull/727)
- Fixing Rollout restart, Previously would trigger rollout deployment
strategy by [@&#8203;jangeja](https://redirect.github.com/jangeja) in
[https://github.com/stakater/Reloader/pull/724](https://redirect.github.com/stakater/Reloader/pull/724)
- Misc fixes to workflows by
[@&#8203;MuneebAijaz](https://redirect.github.com/MuneebAijaz) in
[https://github.com/stakater/Reloader/pull/728](https://redirect.github.com/stakater/Reloader/pull/728)
- docs: update wording in readme by
[@&#8203;deggja](https://redirect.github.com/deggja) in
[https://github.com/stakater/Reloader/pull/730](https://redirect.github.com/stakater/Reloader/pull/730)
- chore(deps): update dependency stakater/vale-package to v0.0.33 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/stakater/Reloader/pull/721](https://redirect.github.com/stakater/Reloader/pull/721)
- Reduce footprint of UBI images by
[@&#8203;bainsy88](https://redirect.github.com/bainsy88) in
[https://github.com/stakater/Reloader/pull/717](https://redirect.github.com/stakater/Reloader/pull/717)
- Update dependencies by
[@&#8203;MuneebAijaz](https://redirect.github.com/MuneebAijaz) in
[https://github.com/stakater/Reloader/pull/735](https://redirect.github.com/stakater/Reloader/pull/735)

##### New Contributors

- [@&#8203;jangeja](https://redirect.github.com/jangeja) made their
first contribution in
[https://github.com/stakater/Reloader/pull/724](https://redirect.github.com/stakater/Reloader/pull/724)
- [@&#8203;deggja](https://redirect.github.com/deggja) made their first
contribution in
[https://github.com/stakater/Reloader/pull/730](https://redirect.github.com/stakater/Reloader/pull/730)
- [@&#8203;bainsy88](https://redirect.github.com/bainsy88) made their
first contribution in
[https://github.com/stakater/Reloader/pull/717](https://redirect.github.com/stakater/Reloader/pull/717)

**Full Changelog**:
stakater/Reloader@v1.0.121...v1.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/anza-labs/manifests).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants