Skip to content

Commit

Permalink
Merge branch 'trunk' into ost_nets_extra
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer authored Jun 17, 2024
2 parents b98e593 + 0f3b1bc commit 0ffcca8
Show file tree
Hide file tree
Showing 11 changed files with 41,459 additions and 22,785 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
uses: actions/checkout@master

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
tox -e coverage-ci
- name: Upload Coverage to codecov.io
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
with:
# We utilize secret for more realiable builds. Without secret being set, upload step
# fails fairly often.
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ Compute
(#1972)
[Aayush Rangwala - @aayushrangwala, Tomaz Muraus - @Kami]

- [Amazon EC2] Update pricing and sizing data.
(#2012)
[Eric Anderson - @eric-anderson]

Storage
~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion docs/committer_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ preparing a release.
* Make sure ``CHANGES`` file is up to date
* Make sure ``__version__`` string in ``libcloud/__init__.py`` is up to date
* Make sure ``version`` and ``release`` in ``docs/conf.py`` are up to date
* Update constants, pricing and other auto-generated data: ``tox -e scrape-ec2-sizes,scrape-ec2-prices``
* Update constants, pricing and other auto-generated data: ``tox -e scrape-ec2-sizes,scrape-ec2-prices,black,isort``

1. Pre-release check list
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
Loading

0 comments on commit 0ffcca8

Please sign in to comment.