8000 Bump master to 4.10.0dev by jerabekjiri · Pull Request #4541 · ansible/ansible-hub-ui · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump master to 4.10.0dev #4541

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

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,33 @@ updates:
schedule:
interval: 'weekly'

- package-ecosystem: 'npm'
directory: '/'
target-branch: 'stable-4.9'
schedule:
interval: 'weekly'
commit-message:
prefix: '[stable-4.9] '
ignore:
- dependency-name: '@lingui/*'
update-types: ['version-update:semver-major']
- dependency-name: '@patternfly/*'
update-types: ['version-update:semver-major']
- dependency-name: '@types/*'
update-types: ['version-update:semver-major']
- dependency-name: 'react'
update-types: ['version-update:semver-major']
- dependency-name: 'react-dom'
update-types: ['version-update:semver-major']

- package-ecosystem: 'npm'
directory: '/test'
target-branch: 'stable-4.9'
schedule:
interval: 'monthly'
commit-message:
prefix: '[stable-4.9] '

- package-ecosystem: 'npm'
directory: '/'
target-branch: 'stable-4.8'
Expand Down Expand Up @@ -108,6 +135,14 @@ updates:
schedule:
interval: 'weekly'

- package-ecosystem: "github-actions"
directory: "/"
target-branch: 'stable-4.9'
commit-message:
prefix: '[stable-4.9] '
schedule:
interval: "weekly"

- package-ecosystem: 'github-actions'
directory: '/'
target-branch: 'stable-4.8'
Expand Down
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# to be looked at by PR author and reviewer to keep or remove
# called by .github/workflows/labeler.yml

backport-4.9:
- src/**/*
- test/**/*

backport-4.8:
- src/**/*
- test/**/*
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- 'stable-4.6'
- 'stable-4.7'
- 'stable-4.8'
- 'stable-4.9'

steps:

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ List by branches:

- `master`: `backported-labels`, `cypress`, `deploy-cloud`, `dev-release`, `i18n`, `pr-checks`, `stable-release`, `update-manifest`
- `prod-beta`, `prod-stable`: `deploy-cloud`
- `stable-4.5`, `stable-4.6`, `stable-4.7`, `stable-4.8`: `backported-labels`, `cypress`, `pr-checks`, `stable-release` (and `i18n` via cron from master)
- `stable-4.5`, `stable-4.6`, `stable-4.7`, `stable-4.8`, `stable-4.9`: `backported-labels`, `cypress`, `pr-checks`, `stable-release` (and `i18n` via cron from master)

### Version mapping

Expand All @@ -92,6 +92,7 @@ To map between the two:
|2.3|4.6||
|2.4|4.7||
|2.4|4.8|django 4, still part of 2.4|
|2.4|4.9||

[Table with component versions](https://github.com/ansible/galaxy_ng/wiki/Galaxy-NG-Version-Matrix)

Expand Down
2 changes: 1 addition & 1 deletion ansible-hub-ui/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.9.0dev"
__version__ = "4.10.0dev"
0