Skip to content

Commit

Permalink
releng - 0.9.16.0 version increment, deps rebase (cloud-custodian#7203)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisshi authored May 1, 2022
1 parent 3b51b7a commit e4e4fa6
Show file tree
Hide file tree
Showing 57 changed files with 1,905 additions and 1,564 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SELF_MAKE := $(lastword $(MAKEFILE_LIST))
PKG_REPO = testpypi
PKG_SET = tools/c7n_gcp tools/c7n_azure tools/c7n_kube tools/c7n_openstack tools/c7n_mailer tools/c7n_logexporter tools/c7n_policystream tools/c7n_trailcreator tools/c7n_org tools/c7n_sphinxext tools/c7n_terraform tools/c7n_awscc
PKG_SET = tools/c7n_gcp tools/c7n_kube tools/c7n_openstack tools/c7n_mailer tools/c7n_logexporter tools/c7n_policystream tools/c7n_trailcreator tools/c7n_org tools/c7n_sphinxext tools/c7n_terraform tools/c7n_awscc tools/c7n_azure

install:
python3 -m venv .
Expand Down
2 changes: 1 addition & 1 deletion c7n/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Generated via tools/dev/poetrypkg.py
version = "0.9.15"
version = "0.9.16"
2 changes: 1 addition & 1 deletion docker/cli
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ADD tools/c7n_openstack /src/tools/c7n_openstack
RUN rm -R tools/c7n_openstack/tests

# Install requested providers
ARG providers="azure gcp kube openstack"
ARG providers="gcp kube openstack azure"
RUN . /usr/local/bin/activate && \
for pkg in $providers; do cd tools/c7n_$pkg && \
$HOME/.poetry/bin/poetry install && cd ../../; done
Expand Down
Loading

0 comments on commit e4e4fa6

Please sign in to comment.