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

Improvement/bump salt 3006.6 #4237

Draft
wants to merge 41 commits into
base: development/127.0
Choose a base branch
from

Conversation

eg-ayoub
Copy link
Contributor

WIP

@bert-e
Copy link
Contributor

bert-e commented Feb 14, 2024

Hello eg-ayoub,

My role is to assist you with the merge of this
pull request. Please type @bert-e help to get information
on this process, or consult the user documentation.

Status report is not available.

@bert-e
Copy link
Contributor

bert-e commented Feb 14, 2024

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

mock == 3.0.5
parameterized == 0.7.4
etcd3 != 0.11.0
kubernetes == 18.20.0
urllib3
pyfakefs
psutil
# because etcd3 package
Copy link
Contributor Author

Choose a reason for hiding this comment

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

maybe find another etcd lib

&& dnf install -y git \
&& pip3 install "git+https://github.com/kubernetes-client/python.git@cef5e9bd10a6d5ca4d9c83da46ccfe2114cdaaf8#egg=kubernetes" \
&& salt-pip install "git+https://github.com/kubernetes-client/python.git@aab72fdeb4122337e0e3e27ad4b489dcdb7bd00d#egg=kubernetes" \
Copy link
Contributor Author

Choose a reason for hiding this comment

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

use tag instead v27.2.0

&& pip3 install "pip == 20.1" \
&& pip3 install "protobuf ~= 3.19.4" "etcd3 != 0.11.0" \
&& dnf install -y salt-master salt-api salt-ssh openssh-clients procps-ng \
&& salt-pip install "protobuf ~= 3.19.4" "etcd3 != 0.11.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.

protobuf <= 3.20.1 from tests

@bert-e
Copy link
Contributor

bert-e commented Feb 16, 2024

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

@bert-e
Copy link
Contributor

bert-e commented Feb 20, 2024

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

@bert-e
Copy link
Contributor

bert-e commented Feb 20, 2024

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

@bert-e
Copy link
Contributor

bert-e commented Feb 22, 2024

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

@bert-e
Copy link
Contributor

bert-e commented Feb 26, 2024

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

@bert-e
Copy link
Contributor

bert-e commented Feb 27, 2024

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

@eg-ayoub eg-ayoub force-pushed the improvement/bump-salt-3006.6 branch 2 times, most recently from fc81652 to af048a1 Compare February 28, 2024 09:06
@bert-e
Copy link
Contributor

bert-e commented Feb 28, 2024

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

@eg-ayoub eg-ayoub force-pushed the improvement/bump-salt-3006.6 branch 2 times, most recently from bd0c7f6 to 6832aea Compare March 1, 2024 09:54
@bert-e
Copy link
Contributor

bert-e commented Mar 4, 2024

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

@eg-ayoub eg-ayoub force-pushed the improvement/bump-salt-3006.6 branch from 6832aea to 2c14260 Compare March 4, 2024 11:59
@bert-e
Copy link
Contributor

bert-e commented Mar 4, 2024

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

@eg-ayoub eg-ayoub force-pushed the improvement/bump-salt-3006.6 branch 3 times, most recently from 7b76412 to ff714ba Compare March 4, 2024 15:17
@bert-e
Copy link
Contributor

bert-e commented Mar 13, 2024

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

@bert-e
Copy link
Contributor

bert-e commented Mar 19, 2024

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

@bert-e
Copy link
Contributor

bert-e commented Mar 26, 2024

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

@eg-ayoub eg-ayoub force-pushed the improvement/bump-salt-3006.6 branch 3 times, most recently from f355038 to adf2e08 Compare March 26, 2024 13:50
@bert-e
Copy link
Contributor

bert-e commented Mar 26, 2024

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • one peer

Peer approvals must include at least 1 approval from the following list:

eg-ayoub and others added 25 commits May 15, 2024 17:36
Version 7.0.0 drops usage of 'style' key which we use in our theme
cf. sphinx-doc/sphinx#11381
saltstack/salt#65692
temporarily until the fix for this bug is released in 3006.7
- Remove m2crypto
- Remove now empty epel repo
- Edit states to match the new x509_v2 modules and states
@eg-ayoub eg-ayoub force-pushed the improvement/bump-salt-3006.6 branch from 2661cc6 to 293f1f0 Compare May 15, 2024 15:38
@bert-e
Copy link
Contributor

bert-e commented May 15, 2024

Request integration branches

Waiting for integration branch creation to be requested by the user.

To request integration branches, please comment on this pull request with the following command:

/create_integration_branches

Alternatively, the /approve and /create_pull_requests commands will automatically
create the integration branches.

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.

None yet

3 participants