Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 2, 2022

Bumps github/super-linter from 7c7c4e9dead657c5f7ddf55eedc1667067fd2e87 to c839c0b828957c8a754d9653ec7dc526672248f3.

Changelog

Sourced from github/super-linter's changelog.

Creating GitHub Super-Linter Release

The Process to create a Release of the GitHub/Super-Linter is as follows:

  • Every push to master/main triggers a build and deploy of the GitHub/Super-linter
  • This creates the following images:
    • github/super-linter:latest
    • github/super-linter:slim-latest
  • This also causes the Release drafter action to update a new draft Release

When an Admin wants to create a Release, the process is as follows:

  • The Admin pushes an update to master/main and updates the action.yml to point to the next Release version
    • Example: image: 'docker://ghcr.io/github/super-linter:v4.6.2' becomes: image: 'docker://ghcr.io/github/super-linter:v4.6.3'
  • Then the admin can go to the Release page and update the current draft Release
  • The Admin will set the correct version strings, and update any additional information in the current draft Release
  • Once the Admin is ready, they will select Publish Release
  • This triggers the GitHub Actions to take the current codebase, and build the containers, and deploy to their locations
  • This creates and pushes the following container images:
    • github/super-linter:latest
    • github/super-linter:v4
    • github/super-linter:v4.6.3
    • github/super-linter:slim-latest
    • github/super-linter:slim-v4
    • github/super-linter:slim-v4.6.3
  • This also updates the latest and vMAJOR Git tags to point to the same commit that the release Git tag is pointing at.
  • At this point, the Release is complete and images are available for general consumption

Pitfalls and Issues

If the Admin Does not update the action.yml to the new version before the Release is published, then the Release will point back to the old version, and any Images will also be sent back to the previous version. This is very much a chicken and the egg issue, but seems to be easily resolved by following the correct path.

Commits
  • c839c0b Set pwsh to be executable
  • 6aafc9b Bump hashicorp/terraform from 1.3.1 to 1.3.2 (#3428)
  • 2605ba9 Bump golangci/golangci-lint from v1.49.0 to v1.50.0 (#3429)
  • 8fd75a7 Bump eslint-plugin-vue from 9.5.1 to 9.6.0 in /dependencies (#3435)
  • d92382e Bump stylelint from 14.12.1 to 14.13.0 in /dependencies (#3437)
  • aa3b7bd Bump rhysd/actionlint from 1.6.20 to 1.6.21 (#3431)
  • 7c532a5 Bump ts-standard from 11.0.0 to 12.0.1 in /dependencies (#3436)
  • 48178ef Bump alpine/terragrunt from 1.3.1 to 1.3.2 (#3432)
  • f2bc578 Bump pylint from 2.15.3 to 2.15.4 in /dependencies/python (#3447)
  • 7251792 Bump npm-groovy-lint from 10.1.0 to 11.0.0 in /dependencies (#3433)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github/super-linter](https://github.com/github/super-linter) from 7c7c4e9dead657c5f7ddf55eedc1667067fd2e87 to c839c0b828957c8a754d9653ec7dc526672248f3.
- [Release notes](https://github.com/github/super-linter/releases)
- [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md)
- [Commits](github/super-linter@7c7c4e9...c839c0b)

---
updated-dependencies:
- dependency-name: github/super-linter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from CyberFlameGO as a code owner December 2, 2022 22:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 2, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 20, 2022

Superseded by #27.

@dependabot dependabot bot closed this Dec 20, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/github/super-linter-c839c0b828957c8a754d9653ec7dc526672248f3 branch December 20, 2022 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants