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

Release 3.4.0 to master #306

Merged
merged 47 commits into from
Feb 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
25e11da
Merge pull request #277 from apel/release-3.3.1
tofu-rocketry Oct 9, 2023
2b71687
Bump docker/build-push-action from 5.0.0 to 5.1.0
dependabot[bot] Nov 20, 2023
e60a6e2
Bump actions/setup-python from 4 to 5
dependabot[bot] Dec 11, 2023
9b7ff37
Bump actions/upload-artifact from 3.1.3 to 4.1.0
dependabot[bot] Jan 15, 2024
b3acfb3
Bump github/codeql-action from 2 to 3
dependabot[bot] Jan 15, 2024
6b1d08a
Remove title from CHANGELOG for FPM script compatibility
RedProkofiev Jan 15, 2024
61ff9cc
Bump actions/upload-artifact from 4.1.0 to 4.2.0
dependabot[bot] Jan 22, 2024
a23c018
Bump actions/upload-artifact from 4.2.0 to 4.3.0
dependabot[bot] Jan 29, 2024
129f45a
PyOpenSSL handling of DN outputs
RedProkofiev Oct 2, 2023
9c7fba2
Alter dockerfile to install libffi-devel
RedProkofiev Dec 11, 2023
8dd637d
Unit test for get_subject_components
RedProkofiev Dec 12, 2023
85141eb
Add yum clean to Docker RUN yum install commands
tofu-rocketry Jan 15, 2024
a1bdb9d
Fixes to requirements.txt
tofu-rocketry Jan 22, 2024
57f339e
Tidy imports
tofu-rocketry Jan 22, 2024
86a6ff3
Improve indentation, whitespace and docstrings
tofu-rocketry Jan 22, 2024
322ade2
Mark get_subject_components as private method
tofu-rocketry Feb 6, 2024
40c38c8
Merge pull request #272 from RedProkofiev/nick-167
tofu-rocketry Feb 6, 2024
d716f00
FPM call structure
RedProkofiev Oct 13, 2023
1c12984
Detecting versions
RedProkofiev Nov 1, 2023
dd5de79
Workable structure
RedProkofiev Nov 2, 2023
e3e1b4c
Verbose flag added
RedProkofiev Nov 2, 2023
8e2a308
Change variable names
RedProkofiev Nov 17, 2023
c64dd80
Fixing import json error with addition of --python-bin flag
RedProkofiev Dec 13, 2023
11907d4
Build/pleaserun
RedProkofiev Jan 12, 2024
89ed0ed
Adding documentation, removing test coordinates, modifying help message
RedProkofiev Jan 17, 2024
f7ee9b4
Fix code quality issues
RedProkofiev Jan 18, 2024
8a15ee4
Remove whitespace
RedProkofiev Jan 18, 2024
ee07f16
Changes to setup.py
RedProkofiev Jan 22, 2024
9323a4a
Merge pull request #279 from RedProkofiev/nick-123
tofu-rocketry Feb 6, 2024
a8624d8
Update comments and options in config files
tofu-rocketry Jan 22, 2024
c0c6ee3
Improvements following code-review
tofu-rocketry Feb 6, 2024
e28662a
Merge pull request #289 from tofu-rocketry/200-update-config
tofu-rocketry Feb 6, 2024
3f39f35
String/Bytes fix
RedProkofiev Sep 29, 2023
d193577
Revert changes to test_ssm
tofu-rocketry Feb 16, 2024
4dbf4fd
Set cryptography to a more conservative version
tofu-rocketry Feb 16, 2024
627c9d9
Change and add extra decoding
tofu-rocketry Feb 16, 2024
884ab2c
Fix dependency issue
tofu-rocketry Feb 16, 2024
4d200c5
Change cryptography version
tofu-rocketry Feb 16, 2024
39a6a22
Merge pull request #300 from tofu-rocketry/146-bytes
tofu-rocketry Feb 16, 2024
43b82e6
Bump actions/upload-artifact from 4.3.0 to 4.3.1
dependabot[bot] Feb 12, 2024
0c22628
Make script compatible with Rocky 8 and CentOS 8 and add OS specific …
RedProkofiev Feb 19, 2024
aa9f5e1
Add EL7 compatibility and modules
RedProkofiev Feb 19, 2024
d0261d8
Update usage comments
RedProkofiev Feb 19, 2024
6286126
Update pleaserun setup message
RedProkofiev Feb 19, 2024
62a37c0
Merge pull request #302 from RedProkofiev/nick-301
tofu-rocketry Feb 21, 2024
e182855
Update version numbers for 3.4.0
tofu-rocketry Feb 21, 2024
2e69070
Update changelogs for 3.4.0
tofu-rocketry Feb 21, 2024
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
Prev Previous commit
Next Next commit
Bump actions/upload-artifact from 4.3.0 to 4.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.0...v4.3.1)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tofu-rocketry committed Feb 16, 2024
commit 43b82e68bebe13c1021ec26ceea94aa3cd375990
2 changes: 1 addition & 1 deletion .github/workflows/build-pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: rpmlint ${{ steps.rpm.outputs.rpm_dir_path }}

- name: Upload artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: Binary and Source RPMs
path: |
Expand Down
Loading